Class JsonProtocolMarshaller
- java.lang.Object
 - 
- software.amazon.awssdk.protocols.json.internal.marshall.JsonProtocolMarshaller
 
 
- 
- All Implemented Interfaces:
 ProtocolMarshaller<SdkHttpFullRequest>
public class JsonProtocolMarshaller extends Object implements ProtocolMarshaller<SdkHttpFullRequest>
Implementation ofProtocolMarshallerfor JSON based services. This includes JSON-RPC and REST-JSON. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ValueToStringConverter.ValueToString<Instant>INSTANT_VALUE_TO_STRING 
 - 
 
- 
- 
Field Detail
- 
INSTANT_VALUE_TO_STRING
public static final ValueToStringConverter.ValueToString<Instant> INSTANT_VALUE_TO_STRING
 
 - 
 
- 
Method Detail
- 
marshall
public SdkHttpFullRequest marshall(SdkPojo pojo)
- Specified by:
 marshallin interfaceProtocolMarshaller<SdkHttpFullRequest>
 
 - 
 
 -