Ejemplo n.º 1
0
 public static CreateConnectionResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new CreateConnectionResultUnmarshaller();
     }
     return(instance);
 }
Ejemplo n.º 2
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CreateConnectionResponse response = new CreateConnectionResponse();

            context.Read();

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

            return(response);
        }