Is there any library to deserialize with python which is serialized with java

前端 未结 7 1397
野性不改
野性不改 2021-01-04 09:49

Is there any library to deserialize with python which is serialized with java?

7条回答
  •  耶瑟儿~
    2021-01-04 10:44

    If I were you, I'd read the data with Jython, and either reserialize it with pickle ( so that you can read it from Python ), or in a language neutral format, like XML.

提交回复
热议问题