Interface | Description |
---|---|
DataConverter |
Used by the framework to serialize/deserialize method parameters that need to be sent over the
wire.
|
Class | Description |
---|---|
JsonDataConverter |
Implements conversion through GSON JSON processor.
|
TBaseTypeAdapterFactory |
Special handling of TBase message serialization and deserialization.
|
TEnumTypeAdapterFactory |
Special handling of TEnum serialization and deserialization.
|
Exception | Description |
---|---|
DataConverterException |