jhunters / jprotobuf

A useful utility library for java programmer using google protobuf
Apache License 2.0
879 stars 281 forks source link

Map<String,byte[]> 类型序列化反序列化后,取出值的实际类型是ByteString #128

Closed zhangheng1995 closed 4 years ago

zhangheng1995 commented 4 years ago

java.lang.ClassCastException: com.google.protobuf.ByteString$LiteralByteString cannot be cast to [B

jhunters commented 4 years ago

问题确在,在下一版本修复