Class XmlAttributeValueSerializer
Serializes XML element attribute values to XML.
The attribute value is an XmlElement.
Implements
Inherited Members
Namespace: ComponentSpace.SAML2.Assertions
Assembly: ComponentSpace.Saml2.dll
Syntax
public class XmlAttributeValueSerializer : IAttributeValueSerializer
  Constructors
XmlAttributeValueSerializer()
Initializes a new instance of the XmlAttributeValueSerializer class.
Declaration
public XmlAttributeValueSerializer()
  Methods
Deserialize(XmlElement)
Deserializes the XML element attribute value from XML.
Declaration
public object Deserialize(XmlElement parentElement)
  Parameters
| Type | Name | Description | 
|---|---|---|
| XmlElement | parentElement | The parent element of the attribute value.  | 
      
Returns
| Type | Description | 
|---|---|
| object | The attribute value.  | 
      
Serialize(XmlElement, object)
Serialize the XML element attribute value to XML.
Declaration
public void Serialize(XmlElement parentElement, object attributeValue)
  Parameters
| Type | Name | Description | 
|---|---|---|
| XmlElement | parentElement | The parent element of the attribute value.  | 
      
| object | attributeValue | The attribute value.  |