Namespace Unity.Serialization.Json.Adapters.Contravariant
Interfaces
IJsonAdapter<TValue>
Implement this interface to override serialization and deserialization behaviour for a given type.
IJsonMigration<TValue>
Interface used to describe how a specified type should be migrated from one version to another.