Writes the given object to the given stream.

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

Syntax

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

Parameters

target
Type: System..::.Object
stream
Type: System.IO..::.Stream

See Also