public static GetChangeResultUnmarshaller GetInstance()
        {
            if (instance == null)
            {
                instance = new GetChangeResultUnmarshaller();
            }

            return(instance);
        }
Beispiel #2
0
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            GetChangeResponse response = new GetChangeResponse();

            while (context.Read())
            {
                if (context.IsStartElement)
                {
                    response.GetChangeResult = GetChangeResultUnmarshaller.GetInstance().Unmarshall(context);
                    break;
                }
            }

            return(response);
        }