Exemple #1
0
        public GetSessionTokenResult Unmarshall(UnmarshallerContext context)
        {
            GetSessionTokenResult getSessionTokenResult = new GetSessionTokenResult();
            int originalDepth = context.CurrentDepth;
            int targetDepth   = originalDepth + 1;

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

            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("Credentials", targetDepth))
                    {
                        getSessionTokenResult.Credentials = CredentialsUnmarshaller.GetInstance().Unmarshall(context);

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

            return(getSessionTokenResult);
        }
        public static CredentialsUnmarshaller GetInstance()
        {
            if (instance == null)
            {
                instance = new CredentialsUnmarshaller();
            }

            return(instance);
        }