Strategy for cross-language (java and c#) object serialization

前端 未结 9 663
梦毁少年i
梦毁少年i 2020-12-09 04:21

I\'m working on a project where I\'ll need to serialize some data in a java 6 app and deserialize it a c# 2.0 app. Is there a strategy or something already in existence I c

9条回答
  •  不思量自难忘°
    2020-12-09 05:25

    You could try Hessian:

    http://hessian.caucho.com/index.xtp

    It's binary, and supports Java, C++, and several other languages. I've never used it myself, but came across it, thought it was interesting, and bookmarked it...

提交回复
热议问题