| Modifier and Type | Interface and Description |
|---|---|
interface |
JsonMarshaller<T>
Interface to marshall data according to the JSON protocol specification.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueryMarshaller<T>
Interface for marshallers for AWS/Query protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListQueryMarshaller
Marshaller for list types.
|
class |
MapQueryMarshaller |
class |
SimpleTypeQueryMarshaller<T>
Simple implementation of
QueryMarshaller that converts a given value to a string using
StringToValueConverter.StringToValue and emits it as a query param. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XmlMarshaller<T>
Interface to marshall data for xml protocol
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TransferManagerJsonMarshaller<T>
Interface to marshall data according to the JSON protocol specification.
|
Copyright © 2026. All rights reserved.