C# 클래스 TraceWizard.Data.Serialization.TraceDeserializer

상속: IDisposable
파일 보기 프로젝트 열기: tslater2006/Trace-Wizard

공개 메소드들

메소드 설명
DeserializeTraceData ( Stream stream ) : TraceData
Dispose ( ) : void
IsSerializedData ( string filename ) : bool
IsSerializedVersionSupported ( string filename ) : bool

보호된 메소드들

메소드 설명
Dispose ( bool all ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

DeserializeTraceData() 공개 메소드

public DeserializeTraceData ( Stream stream ) : TraceData
stream Stream
리턴 TraceWizard.Data.TraceData

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool all ) : void
all bool
리턴 void

IsSerializedData() 공개 정적인 메소드

public static IsSerializedData ( string filename ) : bool
filename string
리턴 bool

IsSerializedVersionSupported() 공개 정적인 메소드

public static IsSerializedVersionSupported ( string filename ) : bool
filename string
리턴 bool