@ParametersAreNonnullByDefault @Nonnull
See: Description
| Interface | Description |
|---|---|
| Codec |
Defines an object graph encoding/decoding (alias serialization).
|
| CodecProvider |
Provides a codec.
|
| Class | Description |
|---|---|
| Codecs |
Provides common
Codec functions. |
| JaxbCodec |
A codec which encodes/decodes objects to/from XML with a
Marshaller/Unmarshaller derived from a JAXBContext. |
| SerializationCodec |
A codec which encodes/decodes an object with an
ObjectOutputStream/ObjectInputStream. |
| X500PrincipalXmlAdapter |
An XML adapter for
X500Principals for use with JaxbCodec. |
| X500PrincipalXmlCodec |
A custom XML codec which adds a custom persistence delegate to each new
XMLEncoder for use with X500Principals in the object graph. |
| XmlCodec |
A codec which encodes/decodes objects to/from XML with an
XMLEncoder/XMLDecoder. |
| Exception | Description |
|---|---|
| BinaryCodecException |
Indicates that a
Codec produces binary output instead of the
expected text output. |
Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.