node-modules / js-to-java

easy way to wrap js object to java object
MIT License
202 stars 26 forks source link

java.util.List has not implement Serializable interface #71

Open gllyixiu opened 6 months ago

gllyixiu commented 6 months ago

List包装的类是java.util.List,dubbo调用到服务端的时候,会报这个错: java.util.List has not implement Serializable interface 那这里是不是应该指定ArrayList