Deseializes a binary serialized object from a byte array
public static object DeSerializeObject(Byte[] buffer, Type objectType, bool throwExceptions)
Parameters
buffer
objectType
throwExceptions
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)
public static object DeSerializeObject(string xml, Type objectType)
See also:
Class SerializationUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic