Click or drag to resize
ReflectionSerialiseObject Method (Object, String)
serialise an object to a file

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool SerialiseObject(
	Object classInstance,
	string filename
)

Parameters

classInstance
Type: SystemObject
filename
Type: SystemString

Return Value

Type: Boolean
See Also