JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.protocol.json.internal

Interface JsonMarshaller<T>

  • Type Parameters:
    T - Type to marshall.


    public interface JsonMarshaller<T>
    Interface to marshall data according to the JSON protocol specification.
    • Method Detail

      • marshall

        void marshall(T val,
         JsonMarshallerContext context,
         MarshallingInfo<T> marshallingInfo)
        Marshall the data into the request.
        Parameters:
        val - Data to marshall (may be null).
        context - Dependencies needed for marshalling.
        marshallingInfo - marshallingInfo. May be null in certain situations.
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /