Click or drag to resize
ReflectionDeserialiseObject Method (String, Type, Boolean)
deserialise a file to an object from a file

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Object DeserialiseObject(
	string filename,
	Type objectType,
	bool ignoreErrors = true
)

Parameters

filename
Type: SystemString
objectType
Type: SystemType
ignoreErrors (Optional)
Type: SystemBoolean

Return Value

Type: Object
See Also