Returns the object from the given stream.

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

Syntax

C#
public static Object Read(
	Stream stream
)
Visual Basic (Declaration)
Public Shared Function Read ( _
	stream As Stream _
) As Object
Visual C++
public:
static Object^ Read(
	Stream^ stream
)

Parameters

stream
Type: System.IO..::.Stream

See Also