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

            context.Read();
            response.BatchGetItemResult = BatchGetItemResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }