Deserialize an object from an XmlReader object.
public static object DeSerializeObject(XmlReader reader, Type objectType)
Parameters
reader
objectType
Overloads:
public static object DeSerializeObject(string fileName, Type objectType, bool binarySerialization)
public static object DeSerializeObject(string fileName, Type objectType, bool binarySerialization, bool throwExceptions)
public static object DeSerializeObject(string xml, Type objectType)
public static object DeSerializeObject(Byte[] buffer, Type objectType, bool throwExceptions)
See also:
Class SerializationUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic