Nux 1.4

Package nux.xom.binary

Serializes (encodes) and deserializes (decodes) XOM XML documents to and from an efficient and compact custom binary XML data format, without loss or change of any information.

See:
          Description

Class Summary
BinaryXMLCodec Serializes (encodes) and deserializes (decodes) XOM XML documents to and from an efficient and compact custom binary XML data format (termed bnux format), without loss or change of any information.
 

Exception Summary
BinaryParsingException An exception indicating corrupt binary XML data on deserialization input to a BinaryXMLCodec.
 

Package nux.xom.binary Description

Serializes (encodes) and deserializes (decodes) XOM XML documents to and from an efficient and compact custom binary XML data format, without loss or change of any information. Serialization and deserialization is much faster than with the standard textual XM format, and the resulting binary data is more compressed than textual XML.


Nux 1.4