Interface MarshalTypeFactory.MarshalTypeFactoryComposite<T,​SRC,​C>

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

public static interface MarshalTypeFactory.MarshalTypeFactoryComposite<T,​SRC,​C>
extends MarshalTypeFactory<T,​SRC>, MarshalTypeFactory.MarshalTypeFactoryComplement<T,​C>