Save an object into an binary file.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Sub SaveObjectToFile ( _
	fileName As String, _
	value As Object _
)
C#
public static void SaveObjectToFile(
	string fileName,
	Object value
)

Parameters

fileName
Type: System..::..String
value
Type: System..::..Object

See Also