public static object DeSerializeObject(string xml, Type objectType)
Parameters
string xml
Type 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(XmlReader reader, Type objectType)
See also:
Class SerializationUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic