Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 2.49 KB

README.md

File metadata and controls

55 lines (34 loc) · 2.49 KB

Fast Infoset

Build Status Jakarta Staging (Snapshots)

Fast Infoset Project, an Open Source implementation of the Fast Infoset Standard for Binary XML.

The Fast Infoset specification (ITU-T Rec. X.891 | ISO/IEC 24824-1) describes an open, standards-based "binary XML" format that is based on the XML Information Set.

For background, see the Fast Infoset article at Oracle Tech-Network Fast Infoset

This project is part of Eclipse Implementation of JAXB.

Limitations

Base64 Optimization

The Base64 optimization only applies to schema-defined (or WSDL-defined) elements. It does not apply to attribute values or element values, which are not defined in the schema (for example, those generated by the XWSS library). Moreover, this optimization is turned off when handlers are defined.

XWSS Library Optimizations

Certain optimizations in the XWSS library may not be available when Fast Infoset is turned on.

License

Fast Infoset is licensed under a license - Apache License, 2.0.

Contributing

We use contribution policy, which means we can only accept contributions under the terms of Eclipse Contributor Agreement.

Links