Пример #1
0
 public static QueryObjectsResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new QueryObjectsResultUnmarshaller();
     }
     return(instance);
 }
Пример #2
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            QueryObjectsResponse response = new QueryObjectsResponse();

            context.Read();

            response.QueryObjectsResult = QueryObjectsResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }