Interface | Description |
---|---|
DeserializationContext |
Provides JSONB Mapper functionality on top of JSONP parser.
|
JsonbDeserializer<T> |
Interface representing a custom deserializer for a given type.
|
JsonbSerializer<T> |
Interface representing a custom serializer for given type.
|
SerializationContext |
Provides JSONB internals for custom serializers.
|
Defines serializer depending classes.