Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
RocketLeagueReplayParser
StringExtension
C# 클래스 RocketLeagueReplayParser.StringExtension
파일 보기
프로젝트 열기: jjbott/RocketLeagueReplayParser
공개 메소드들
메소드
설명
Deserialize
(
BitReader
br
) :
string
Serialize
(
this
s
) :
IEnumerable
Serialize
(
this
s
,
BitWriter
bw
) :
void
메소드 상세
Deserialize()
공개
정적인
메소드
public
static
Deserialize
(
BitReader
br
) :
string
br
BitReader
리턴
string
Serialize()
공개
정적인
메소드
public
static
Serialize
(
this
s
) :
IEnumerable
s
this
리턴
IEnumerable
Serialize()
공개
정적인
메소드
public
static
Serialize
(
this
s
,
BitWriter
bw
) :
void
s
this
bw
BitWriter
리턴
void