IJsonConverter<T>
Namespace: SnowBank.Data.Json · interface
Implements: IJsonConverter, IJsonSerializer<T>, IJsonDeserializer<T>, IJsonPacker<T>
Bundle interface that is implemented by source-generated encoders
Remarks
This interfaces bundles IJsonSerializer, IJsonDeserializer and IJsonPacker, so that it is easier to provide APIs that take a single instance, that is able to both encode and decode JSON without needing two or three different parameters.