コード例 #1
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CreateConnectionResponse response = new CreateConnectionResponse();

            context.Read();

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

            return(response);
        }