Here is the example: @Message case class P( var d: Double = 0d ){ def this() = this(0d) } Size of byte array encoded using pickling-msgpack => 29 Size of byte array encoded using msgpack-scala => 10
Here is the example:
@message
case class P( var d: Double = 0d ){
def this() = this(0d)
}
Size of byte array encoded using pickling-msgpack => 29
Size of byte array encoded using msgpack-scala => 10