* We used the Array based toBinary but the ByteBuffer based fromBinary. and IntSerializer is only using the same format for those when the byte order is LITTLE_ENDIAN, which we didn't get from protbuf's asReadOnlyByteBuffer * We can use the Array based methods in DaemonMsgCreateSerializer, performance is not important here * Added some more testing in PrimitivesSerializationSpec |
||
|---|---|---|
| .. | ||
| src | ||
| build.sbt | ||