Class TransferManagerMarshallingUtils


  • public final class TransferManagerMarshallingUtils
    extends Object
    Marshallers and unmarshallers for serializing objects in TM, using the SDK request MarshallingType.

    Excluded marshalling types that should not appear inside a POJO like GetObjectRequest:

    • MarshallingType.SDK_POJO
    • MarshallingType.DOCUMENT
    • MarshallingType.MAP
    • MarshallingType.LIST

    Note: unmarshalling generic List structures is not supported at this time