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

            context.Read();

            response.CreateInstanceResult = CreateInstanceResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }