开发者

serializing jython objects in java

开发者 https://www.devze.com 2023-01-29 05:06 出处:网络
I followed the instructions here for using python objects in Java. However, in Java, I need to serialize a object which contains the python object. The java object itself is serializable.So, may I kno

I followed the instructions here for using python objects in Java. However, in Java, I need to serialize a object which contains the python object. The java object itself is serializable. So, may I know how do I do it?

I got the error message

java.io.NotSerializableException: org.python.proxie开发者_如何学Gos.MorphyWrapper$MorphyWrap$1

when I attempt to do so.

0

精彩评论

暂无评论...
验证码 换一张
取 消