| Interface | Description |
|---|---|
| SerializationService<T> |
This interface takes an protocol specific encodingTypeValue enum and converts between objects and
bytes using the encodingTypeValue to decide what encoding type to use.
|
| TypeConverter<F,T> |
This interface converts a particular type to and from its binary representation.
|
| Class | Description |
|---|---|
| JsonPdxConverter |
| Enum | Description |
|---|---|
| SerializationType |
Enumerates the serialization types currently available to wire protocols.
|