Interface Marshaller<T>

Type Parameters:
T - Type being marshalled.
All Known Subinterfaces:
JsonMarshaller<T>, QueryMarshaller<T>, TransferManagerJsonMarshaller<T>, XmlMarshaller<T>
All Known Implementing Classes:
ListQueryMarshaller, MapQueryMarshaller, SimpleTypeQueryMarshaller

public interface Marshaller<T>
Marker interface for marshallers.