| Interface | Description |
|---|---|
| JsonTypeAdapter<T> |
Javers abstraction over native
Gson TypeAdapter.
|
| Class | Description |
|---|---|
| BasicStringTypeAdapter<T> |
Convenient abstract implementation of
JsonTypeAdapter. |
| CdoSnapshotSerialized | |
| JsonConverter |
Javers is meant to support various persistence stores for
any kind of client's data, hence we use JSON format to serialize/deserialize client's domain objects.
|
| JsonConverterBuilder | |
| JsonTypeAdapterTemplate<T> |