Interface UnmarshalTypeFactory.UnmarshalTypeFactoryComposite<T,SRC,C>

Type Parameters:
T - The type of the data structure to which an external representation is to be unmarshaled.
SRC - The type of the marshaled (external) representation of the UnmarshalTypeFactory.
C - The type of the complement regarding the type of the marshaled (external) representation of the UnmarshalTypeFactory.
All Superinterfaces:
UnmarshalTypeFactory<T,SRC>, UnmarshalTypeFactory.UnmarshalTypeFactoryComplement<T,C>
Enclosing interface:
UnmarshalTypeFactory<T,SRC>

public static interface UnmarshalTypeFactory.UnmarshalTypeFactoryComposite<T,SRC,C> extends UnmarshalTypeFactory<T,SRC>, UnmarshalTypeFactory.UnmarshalTypeFactoryComplement<T,C>