public static CreateTableResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new CreateTableResultUnmarshaller();
     }
     return(instance);
 }
Example #2
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CreateTableResponse response = new CreateTableResponse();

            context.Read();
            response.CreateTableResult = CreateTableResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }