Exemple #1
0
        public static OriginUnmarshaller GetInstance()
        {
            if (instance == null)
            {
                instance = new OriginUnmarshaller();
            }

            return(instance);
        }
        public Origins Unmarshall(XmlUnmarshallerContext context)
        {
            Origins origins       = new Origins();
            int     originalDepth = context.CurrentDepth;
            int     targetDepth   = originalDepth + 1;

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

            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("Quantity", targetDepth))
                    {
                        origins.Quantity = IntUnmarshaller.GetInstance().Unmarshall(context);

                        continue;
                    }
                    if (context.TestExpression("Items/Origin", targetDepth))
                    {
                        origins.Items.Add(OriginUnmarshaller.GetInstance().Unmarshall(context));

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



            return(origins);
        }