Interface | Description |
---|---|
ExceptionSerializer |
Handles the serialization and deserialization of exceptions.
|
MessageSerializer<MessageEntity,WireFormat> |
Serializer for messages.
|
MessageSerializer.NegotiatedDeserializer<MessageEntity,WireFormat> |
A negotiated deserializer.
|
MessageSerializer.NegotiatedSerializer<MessageEntity,WireFormat> |
A negotiated serializer.
|
PathParamSerializer<Param> |
A path param serializer is responsible for serializing and deserializing parameters that are
extracted from and formatted into paths.
|
SerializerFactory |
A serializer factory is responsible for constructing serializers for types.
|
StreamedMessageSerializer<MessageEntity> |
A streamed message serializer, for streams of messages.
|
StrictMessageSerializer<MessageEntity> |
A strict message serializer, for messages that fit and are worked with strictly in memory.
|
Class | Description |
---|---|
ExceptionMessage |
A high level exception message.
|
MessageSerializers |
Message serializers.
|
PathParamSerializers |
Id Serializers.
|
RawExceptionMessage |
A serialized exception message.
|
Exception | Description |
---|---|
DeserializationException |
Exception thrown when there is a problem deserializing a message.
|
SerializationException |
Thrown when an error was encountered during serialization.
|