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 of ProtocolMarshaller for JSON based services. This includes JSON-RPC and REST-JSON.