jhunters / jprotobuf

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

不支持数组 Array序列化? #94

Closed tidus5 closed 4 years ago

tidus5 commented 6 years ago

Exception in thread "main" java.lang.RuntimeException: Array type of field 'testArray' on class 'test.SimpleTypeTest' is not support, please use List instead. at com.baidu.bjf.remoting.protobuf.utils.ProtobufProxyUtils.processDefaultValue(ProtobufProxyUtils.java:96)

version 2.2.4

xiemalin commented 6 years ago

数组不支持, 请用List就可以了