Reads an object of type Object from the current stream and advances the stream position.

Namespace: Alachisoft.NCache.Runtime.Serialization.IO
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public abstract Object ReadObject()
Visual Basic
Public MustOverride Function ReadObject As Object
Visual C++
public:
virtual Object^ ReadObject() abstract

Return Value

object read from the stream

See Also