| Interface | Description |
|---|---|
| ArrayElementEncoder | |
| ArrayElementEncoderFactory<T> | |
| AttributeEncoder | |
| Decoder<T> | |
| Encoder |
An encoder contains a value of some type that it knows how to encode as both XML text or as binary.
|
| EncoderFactory<T> |
| Class | Description |
|---|---|
| ArrayDecoder |
This array decoder is meant to decode the body of array elements, where the type and length are specified by the
element type and an attribute, respectively.
|
| ArrayEncoder | |
| Decoders | |
| Encoders |
Contains logic to encode various types is either text meant for XML or as binary, and to decode those types.
|
| Encoders.BoolEncoder | |
| Encoders.ByteEncoder | |
| Encoders.ClassEncoder | |
| Encoders.ColorEncoder | |
| Encoders.DateEncoder | |
| Encoders.DoubleEncoder | |
| Encoders.FloatEncoder | |
| Encoders.IntEncoder | |
| Encoders.LongEncoder | |
| Encoders.ShortEncoder | |
| Encoders.SignatureEncoder | |
| Encoders.StringEncoder | |
| Encoders.UUIDEncoder |
| Enum | Description |
|---|---|
| CodecType |