Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何实现平台无关的序列化?我的意思是,如果我使用 json(c++ 库)序列化一个 c++ 对象,它可以被 json(java 库)反序列化为 java 对象吗?还是有任何其他平台独立序列化的最佳方法?