C# Class TraceWizard.Data.Serialization.TraceSerializer

Inheritance: IDisposable
ファイルを表示 Open project: tslater2006/Trace-Wizard

Public Methods

Method Description
Dispose ( ) : void
SerializeTraceData ( TraceData data, Stream stream ) : void

Protected Methods

Method Description
Dispose ( bool all ) : void

Private Methods

Method Description
SerializeExecutionCall ( List ContextList, List FunctionList, ExecutionCall call ) : void
SerializeExecutionCalls ( List calls ) : void
SerializeSQLStatements ( List statements ) : void
SerializeStackTraces ( List stackTraces ) : void
SerializeStatistics ( List stats ) : void
WriteBool ( bool b ) : void
WriteByte ( byte b ) : void
WriteDouble ( double d ) : void
WriteInt ( int i ) : void
WriteLong ( long l ) : void
WriteString ( string str ) : void
WriteUint ( int i ) : void
WriteUint ( uint u ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool all ) : void
all bool
return void

SerializeTraceData() public method

public SerializeTraceData ( TraceData data, Stream stream ) : void
data TraceWizard.Data.TraceData
stream Stream
return void