Writes the binary serialization of the object to dataStream
Namespace: BrightstarDB.CachingAssembly: 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: Int32The number of bytes written