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.
精彩评论