C# Class LogStreamer.Serializer

Inheritance: Serializing
Datei anzeigen Open project: StarcounterPrefabs/LogStreamer Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Flush ( ) : void
Serialize ( ColumnUpdate cua ) : void
Serialize ( CreateRecordEntry cre ) : void
Serialize ( DeleteRecordEntry dre ) : void
Serialize ( LogPosition lp ) : void
Serialize ( LogReadResult lrr ) : void
Serialize ( Magic m ) : void
Serialize ( System.Reference r ) : void
Serialize ( TransactionData tran ) : void
Serialize ( UpdateRecordEntry ure ) : void
Serialize ( byte b ) : void
Serialize ( decimal d ) : void
Serialize ( double d ) : void
Serialize ( float f ) : void
Serialize ( int n ) : void
Serialize ( long l ) : void
Serialize ( string s ) : void
Serialize ( ulong ul ) : void
SerializeNull ( ) : void
SerializeValue ( object o ) : void
Serializer ( Stream s ) : System

Method Details

Close() public method

public Close ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

Serialize() public method

public Serialize ( ColumnUpdate cua ) : void
cua ColumnUpdate
return void

Serialize() public method

public Serialize ( CreateRecordEntry cre ) : void
cre CreateRecordEntry
return void

Serialize() public method

public Serialize ( DeleteRecordEntry dre ) : void
dre DeleteRecordEntry
return void

Serialize() public method

public Serialize ( LogPosition lp ) : void
lp LogPosition
return void

Serialize() public method

public Serialize ( LogReadResult lrr ) : void
lrr LogReadResult
return void

Serialize() public method

public Serialize ( Magic m ) : void
m Magic
return void

Serialize() public method

public Serialize ( System.Reference r ) : void
r System.Reference
return void

Serialize() public method

public Serialize ( TransactionData tran ) : void
tran TransactionData
return void

Serialize() public method

public Serialize ( UpdateRecordEntry ure ) : void
ure UpdateRecordEntry
return void

Serialize() public method

public Serialize ( byte b ) : void
b byte
return void

Serialize() public method

public Serialize ( decimal d ) : void
d decimal
return void

Serialize() public method

public Serialize ( double d ) : void
d double
return void

Serialize() public method

public Serialize ( float f ) : void
f float
return void

Serialize() public method

public Serialize ( int n ) : void
n int
return void

Serialize() public method

public Serialize ( long l ) : void
l long
return void

Serialize() public method

public Serialize ( string s ) : void
s string
return void

Serialize() public method

public Serialize ( ulong ul ) : void
ul ulong
return void

SerializeNull() public method

public SerializeNull ( ) : void
return void

SerializeValue() public method

public SerializeValue ( object o ) : void
o object
return void

Serializer() public method

public Serializer ( Stream s ) : System
s Stream
return System