Interface JsonConverter<T>

Type Parameters:
T - the type this converter handles
All Superinterfaces:
JsonComponent<T>, JsonDeserializer<T>, JsonSerializer<T>

public interface JsonConverter<T> extends JsonDeserializer<T>, JsonSerializer<T>
A combined JSON serializer and deserializer for a specific type.