Writes the binary serialization of the object to dataStream

Namespace: BrightstarDB.Caching
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
int Save(
	Stream dataStream
)
Visual Basic
Function Save ( 
	dataStream As Stream
) As Integer
Visual C++
int Save(
	Stream^ dataStream
)
F#
abstract Save : 
        dataStream : Stream -> int 

Parameters

dataStream
Type: System.IO..::..Stream

Return Value

Type: Int32
The number of bytes written

See Also