C# Class Naif.Blog.XmlRpc.XmlRpcData

显示文件 Open project: cnurse/Naif.Blog Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

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

SerialiseValue() public static method

public static SerialiseValue ( object value ) : System.Xml.Linq.XElement
value object
return System.Xml.Linq.XElement