Interface FormatConverter<T>

All Superinterfaces:
JsonReader.ReadObject<T>, JsonWriter.WriteObject<T>
All Known Implementing Classes:
ArrayFormatDescription, ObjectFormatDescription

public interface FormatConverter<T> extends JsonWriter.WriteObject<T>, JsonReader.ReadObject<T>