Interface ArraySchema.Simple<T>

Type Parameters:
T - the object type this schema serializes.
All Superinterfaces:
ArraySchema<T,T>, Schema<T>
All Known Implementing Classes:
JavaListSchema, JavaSetSchema
Enclosing interface:
ArraySchema<T,Intermediary>

public static interface ArraySchema.Simple<T> extends ArraySchema<T,T>
A utility class that implements ArraySchema without an intermediary value.