C# Class Naif.Blog.XmlRpc.XmlRpcData

Afficher le fichier Open project: cnurse/Naif.Blog Class Usage Examples

Méthodes publiques

Méthode Description
DeserialiseValue ( System.Xml.Linq.XElement value, Type targetType ) : object
SerialiseValue ( object value ) : System.Xml.Linq.XElement

Private Methods

Méthode Description
IsPrimitiveXmlRpcType ( Type type ) : bool
SerialiseEnumerable ( IEnumerable values ) : System.Xml.Linq.XElement
SerialisePrimitive ( object value ) : System.Xml.Linq.XElement
SerialiseStrut ( object value ) : System.Xml.Linq.XElement
SetPropertyValue ( PropertyInfo propertyInfo, object targetObject, System.Xml.Linq.XElement member ) : void

Method Details

DeserialiseValue() public static méthode

public static DeserialiseValue ( System.Xml.Linq.XElement value, Type targetType ) : object
value System.Xml.Linq.XElement
targetType System.Type
Résultat object

SerialiseValue() public static méthode

public static SerialiseValue ( object value ) : System.Xml.Linq.XElement
value object
Résultat System.Xml.Linq.XElement