Package org.javers.core.json
package org.javers.core.json
-
ClassDescriptionConvenient abstract implementation of
JsonTypeAdapter.Advanced variant ofJsonTypeAdapter.
Can be used to write polymorphic/generic type adapters.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.JsonTypeAdapter allows to customize JSON serialization of yourValueTypeorCustomTypein aJaversRepository.