| Interface | Description |
|---|---|
| JsonTypeAdapter<T> |
Implement JsonTypeAdapter to add custom JSON serialization and deserialization behaviour,
depending on your domain model.
|
| Class | Description |
|---|---|
| BasicStringTypeAdapter<T> |
Convenient abstract implementation of
JsonTypeAdapter. |
| 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.
|
Copyright © 2013. All rights reserved.