Reads an object of type Object from the current stream
and advances the stream position.
Namespace: Alachisoft.NCache.Runtime.Serialization.IOAssembly: 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 |