C# Class RocketLeagueReplayParser.StringExtension

Mostrar archivo Open project: jjbott/RocketLeagueReplayParser

Public Methods

Method Description
Deserialize ( BitReader br ) : string
Serialize ( this s ) : IEnumerable
Serialize ( this s, BitWriter bw ) : void

Method Details

Deserialize() public static method

public static Deserialize ( BitReader br ) : string
br BitReader
return string

Serialize() public static method

public static Serialize ( this s ) : IEnumerable
s this
return IEnumerable

Serialize() public static method

public static Serialize ( this s, BitWriter bw ) : void
s this
bw BitWriter
return void