예제 #1
0
        public DescribeEnvironmentResourcesResult Unmarshall(UnmarshallerContext context)
        {
            DescribeEnvironmentResourcesResult describeEnvironmentResourcesResult = new DescribeEnvironmentResourcesResult();
            int originalDepth = context.CurrentDepth;
            int targetDepth   = originalDepth + 1;

            if (context.IsStartOfDocument)
            {
                targetDepth += 2;
            }

            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("EnvironmentResources", targetDepth))
                    {
                        describeEnvironmentResourcesResult.EnvironmentResources = EnvironmentResourceDescriptionUnmarshaller.GetInstance().Unmarshall(context);

                        continue;
                    }
                }
                else if (context.IsEndElement && context.CurrentDepth < originalDepth)
                {
                    return(describeEnvironmentResourcesResult);
                }
            }

            return(describeEnvironmentResourcesResult);
        }
예제 #2
0
        public static EnvironmentResourceDescriptionUnmarshaller GetInstance()
        {
            if (instance == null)
            {
                instance = new EnvironmentResourceDescriptionUnmarshaller();
            }

            return(instance);
        }