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 SummaryFields Modifier and Type Field Description static ValueToStringConverter.ValueToString<Instant>INSTANT_VALUE_TO_STRING
 
- 
- 
- 
Field Detail- 
INSTANT_VALUE_TO_STRINGpublic static final ValueToStringConverter.ValueToString<Instant> INSTANT_VALUE_TO_STRING 
 
- 
 - 
Method Detail- 
marshallpublic SdkHttpFullRequest marshall(SdkPojo pojo) - Specified by:
- marshallin interface- ProtocolMarshaller<SdkHttpFullRequest>
 
 
- 
 
-