Writes the given object to the given file.

Namespace:  PerpetuumSoft.Framework.Serialization
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public static void Write(
	Object target,
	string fileName
)
Visual Basic (Declaration)
Public Shared Sub Write ( _
	target As Object, _
	fileName As String _
)
Visual C++
public:
static void Write(
	Object^ target, 
	String^ fileName
)

Parameters

target
Type: System..::.Object
fileName
Type: System..::.String

See Also