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
Marker interface for marshallers.