开发者

Encode/Decode Microsoft binary XML in JAVA

开发者 https://www.devze.com 2023-04-03 06:02 出处:网络
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

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

精彩评论

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