java.lang.ClassCastException when deserializing Scala object

后端 未结 0 510
-上瘾入骨i
-上瘾入骨i 2020-12-14 14:42

So I have this trait that can be extended to deserialize an object of your choice

trait Deserializer[A] {
  private type resultType = A
  def deserialize(byte         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题