C# Class TraceWizard.Data.Serialization.TraceDeserializer

Inheritance: IDisposable
Afficher le fichier Open project: tslater2006/Trace-Wizard

Méthodes publiques

Méthode Description
DeserializeTraceData ( Stream stream ) : TraceData
Dispose ( ) : void
IsSerializedData ( string filename ) : bool
IsSerializedVersionSupported ( string filename ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool all ) : void

Private Methods

Méthode Description
DeserializeExecutionCall ( List ContextList, List FunctionList ) : void
DeserializeExecutionCalls ( ) : void
DeserializeSQLStatements ( ) : void
DeserializeStackTraces ( ) : void
DeserializeStatisticItems ( ) : void
ReadBool ( ) : bool
ReadByte ( ) : byte
ReadDouble ( ) : double
ReadInt ( ) : int
ReadLong ( ) : long
ReadShort ( ) : ushort
ReadString ( ) : string
ReadUint ( ) : uint
RebuildExecutionPath ( ) : void
RebuildSQLCollections ( ) : void
ResolveDependencies ( ) : void

Method Details

DeserializeTraceData() public méthode

public DeserializeTraceData ( Stream stream ) : TraceData
stream Stream
Résultat TraceWizard.Data.TraceData

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool all ) : void
all bool
Résultat void

IsSerializedData() public static méthode

public static IsSerializedData ( string filename ) : bool
filename string
Résultat bool

IsSerializedVersionSupported() public static méthode

public static IsSerializedVersionSupported ( string filename ) : bool
filename string
Résultat bool