コード例 #1
0
 public static StartGatewayResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new StartGatewayResultUnmarshaller();
     }
     return(instance);
 }
コード例 #2
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            StartGatewayResponse response = new StartGatewayResponse();

            context.Read();
            response.StartGatewayResult = StartGatewayResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }