C# Class Castle.Components.DictionaryAdapter.DefaultXmlSerializer

Inheritance: IXPathSerializer
Exibir arquivo Open project: Jarvin-Guan/CleanAOP

Public Properties

Property Type Description
Instance DefaultXmlSerializer

Public Methods

Method Description
ReadObject ( XPathResult result, XPathNavigator node, object &value ) : bool
WriteObject ( XPathResult result, XPathNavigator node, object value ) : bool

Private Methods

Method Description
DefaultXmlSerializer ( ) : System
Deserialize ( XmlReader reader, XPathResult result, XPathNavigator node ) : object
DeserializeCustom ( XmlReader reader, XPathResult result, XPathNavigator node ) : IXmlSerializable
Serialize ( XmlWriter writer, XPathResult result, XPathNavigator node, object value ) : void
SerializeCustom ( XmlWriter writer, XPathResult result, XPathNavigator node, IXmlSerializable value ) : void

Method Details

ReadObject() public method

public ReadObject ( XPathResult result, XPathNavigator node, object &value ) : bool
result System.Xml.XPath.XPathResult
node System.Xml.XPath.XPathNavigator
value object
return bool

WriteObject() public method

public WriteObject ( XPathResult result, XPathNavigator node, object value ) : bool
result System.Xml.XPath.XPathResult
node System.Xml.XPath.XPathNavigator
value object
return bool

Property Details

Instance public_oe static_oe property

public static DefaultXmlSerializer,Castle.Components.DictionaryAdapter Instance
return DefaultXmlSerializer