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

            context.Read();

            response.CreateConnectionResult = CreateConnectionResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }