Exemplo n.º 1
0
 public static ListJobsResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new ListJobsResultUnmarshaller();
     }
     return(instance);
 }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ListJobsResponse response = new ListJobsResponse();

            context.Read();

            response.ListJobsResult = ListJobsResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }