Writes graph to 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 void WriteObject(
	Object graph
)
Visual Basic
Public MustOverride Sub WriteObject ( _
	graph As Object _
)
Visual C++
public:
virtual void WriteObject(
	Object^ graph
) abstract

Parameters

graph
Type: System..::..Object
Object to write

See Also