Interface JSONCodec<T>

Type Parameters:
T - Normalized value type
All Superinterfaces:
TypeAwareCodec<T,Void,JSONValueWriter>

public sealed interface JSONCodec<T> extends TypeAwareCodec<T,Void,JSONValueWriter>
A codec capable of performing normalized value conversion with a JsonWriter.