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

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

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

7条回答
  •  [愿得一人]
    2021-01-04 10:56

    You don't say whether you have control over the serialization of the data or not, but if you do, JSON seems to be a nice format which is cross platform and has a good balance between human readable and machine readable. For java and distributed with python.

提交回复
热议问题