Interface MarshalFactory.MarshalFactoryComposite<T,C>

Type Parameters:
T - The type of the instances being served by the MarshalFactory factory.
C - The type of the complement regarding the type of the MarshalFactory.
All Superinterfaces:
MarshalFactory<T>, MarshalFactory.MarshalFactoryComplement<C>
Enclosing interface:
MarshalFactory<T>

public static interface MarshalFactory.MarshalFactoryComposite<T,C> extends MarshalFactory<T>, MarshalFactory.MarshalFactoryComplement<C>