C# Class Castle.Components.DictionaryAdapter.DefaultXmlSerializer

Inheritance: IXPathSerializer
Afficher le fichier Open project: Jarvin-Guan/CleanAOP

Méthodes publiques

Свойство Type Description
Instance DefaultXmlSerializer

Méthodes publiques

Méthode Description
ReadObject ( XPathResult result, XPathNavigator node, object &value ) : bool
WriteObject ( XPathResult result, XPathNavigator node, object value ) : bool

Private Methods

Méthode 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 méthode

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

WriteObject() public méthode

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

Property Details

Instance public_oe static_oe property

public static DefaultXmlSerializer,Castle.Components.DictionaryAdapter Instance
Résultat DefaultXmlSerializer