T - Type to marshall.public interface JsonMarshaller<T>
| Modifier and Type | Field | Description |
|---|---|---|
static JsonMarshaller<Void> |
NULL |
| Modifier and Type | Method | Description |
|---|---|---|
void |
marshall(T val,
JsonMarshallerContext context,
String paramName) |
Marshall the data into the request.
|
static final JsonMarshaller<Void> NULL
void marshall(T val, JsonMarshallerContext context, String paramName)
val - Data to marshall (may be null).context - Dependencies needed for marshalling.paramName - Optional param/field name. May be null in certain situations.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.