Class | Description |
---|---|
JAXBCoder<T> |
A coder for JAXB annotated objects.
|
XmlIO |
Transforms for reading and writing XML files using JAXB mappers.
|
XmlIO.Read<T> |
Implementation of
XmlIO.read() . |
XmlIO.Write<T> |
Implementation of
XmlIO.write() . |
XmlSource<T> |
Implementation of
XmlIO.read() . |
Enum | Description |
---|---|
XmlIO.Read.CompressionType |
Strategy for determining the compression type of XML files being read.
|