Esempio n. 1
0
 public static CreateCaseResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new CreateCaseResultUnmarshaller();
     }
     return(instance);
 }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CreateCaseResponse response = new CreateCaseResponse();

            context.Read();

            response.CreateCaseResult = CreateCaseResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }