| Class | Description |
|---|---|
| IdJacksonModule |
Add support for serialization and deserialization of Id to or from json String.
The IdGenerator used must have a public constructor with only one String argument.
|
| IdKeyDeserializer |
Deserialize a String to an Id for a key.
|
| IdKeySerializer |
Serialize an Id to a String for a Map.
|
| IdToStringSerializer |
Serialize an Id to a String.
|
| StringToIdDeserializer |
Deserialize a String to an Id.
|