Interface WrapperSchema<T>

Type Parameters:
T - the type this schema serializes.
All Superinterfaces:
Schema<T>

public non-sealed interface WrapperSchema<T> extends Schema<T>
One of the base implementations of the Schema class. A schema used to serialize a class that wraps another object with its own schema.