C# Class RocketLeagueReplayParser.ClassNetCacheProperty

Inheritance: IClassNetCacheProperty
ファイルを表示 Open project: jjbott/RocketLeagueReplayParser Class Usage Examples

Public Methods

Method Description
Deserialize ( BinaryReader br ) : ClassNetCacheProperty
Serialize ( ) : IEnumerable
ToDebugString ( string objects ) : string

Method Details

Deserialize() public static method

public static Deserialize ( BinaryReader br ) : ClassNetCacheProperty
br System.IO.BinaryReader
return ClassNetCacheProperty

Serialize() public method

public Serialize ( ) : IEnumerable
return IEnumerable

ToDebugString() public method

public ToDebugString ( string objects ) : string
objects string
return string