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

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

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

            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("NotificationAttributes/entry", targetDepth))
                    {
                        KeyValueUnmarshaller <string, IdentityNotificationAttributes, StringUnmarshaller, IdentityNotificationAttributesUnmarshaller> unmarshaller = new KeyValueUnmarshaller <string, IdentityNotificationAttributes, StringUnmarshaller, IdentityNotificationAttributesUnmarshaller>(StringUnmarshaller.GetInstance(), IdentityNotificationAttributesUnmarshaller.GetInstance());
                        KeyValuePair <string, IdentityNotificationAttributes> kvp = unmarshaller.Unmarshall(context);
                        getIdentityNotificationAttributesResult.NotificationAttributes.Add(kvp.Key, kvp.Value);
                        continue;
                    }
                }
                else if (context.IsEndElement && context.CurrentDepth < originalDepth)
                {
                    return(getIdentityNotificationAttributesResult);
                }
            }



            return(getIdentityNotificationAttributesResult);
        }