开发者

Encode/Decode Microsoft binary XML in JAVA

Is there a simple way to encode/decode Microsoft binary XML in Java? I've found this WCF related question, but I don't need to communicate with the server (and thus I don't need a framework for WCF) but just to encode/de开发者_StackOverflowcode strings (library function or an algorythm).


AFAIK there is no Java implementation of .NET Binary. Try Fast Infoset, it is standards-based and much more compact than .NET Binary. On Java it is freely available, on .NET it is commercially available in FastInfoset.NET.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜