public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            RegisterElasticIpResponse response = new RegisterElasticIpResponse();

            context.Read();

            UnmarshallResult(context, response);
            return(response);
        }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            RegisterElasticIpResponse response = new RegisterElasticIpResponse();

            context.Read();

            response.RegisterElasticIpResult = RegisterElasticIpResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            RegisterElasticIpResponse response = new RegisterElasticIpResponse();

            context.Read();
            int targetDepth = context.CurrentDepth;

            while (context.ReadAtDepth(targetDepth))
            {
                if (context.TestExpression("ElasticIp", targetDepth))
                {
                    response.ElasticIp = StringUnmarshaller.GetInstance().Unmarshall(context);
                    continue;
                }
            }

            return(response);
        }
        private static void UnmarshallResult(JsonUnmarshallerContext context, RegisterElasticIpResponse response)
        {
            int originalDepth = context.CurrentDepth;
            int targetDepth   = originalDepth + 1;

            while (context.Read())
            {
                if (context.TestExpression("ElasticIp", targetDepth))
                {
                    context.Read();
                    response.ElasticIp = StringUnmarshaller.GetInstance().Unmarshall(context);
                    continue;
                }

                if (context.CurrentDepth <= originalDepth)
                {
                    return;
                }
            }

            return;
        }