See: Description
| Class | Description |
|---|---|
| Base64UrlSerializer |
Custom serializer for serializing
Byte[] objects into Base64 strings. |
| ByteArraySerializer |
Custom serializer for serializing
Byte[] objects into Base64 strings. |
| DateTimeRfc1123Serializer |
Custom serializer for serializing
DateTimeRfc1123 object into RFC1123 formats. |
| DateTimeSerializer |
Custom serializer for serializing
DateTime object into ISO8601 formats. |
| FlatteningDeserializer |
Custom serializer for deserializing complex types with wrapped properties.
|
| FlatteningSerializer |
Custom serializer for serializing types with wrapped properties.
|
| HeadersSerializer |
Custom serializer for serializing
Headers objects. |
| JacksonAdapter |
A serialization helper class wrapped around
JacksonConverterFactory and ObjectMapper. |
| Annotation Type | Description |
|---|---|
| JsonFlatten |
Annotation used for flattening properties separated by '.'.
|
Copyright © 2019. All rights reserved.