Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Octgn
DataNew
GameScriptSerializer
C# 클래스 Octgn.DataNew.GameScriptSerializer
상속:
IFileDbSerializer
파일 보기
프로젝트 열기: octgn/OCTGN
1 사용 예제들
Private Properties
프로퍼티
타입
설명
공개 메소드들
메소드
설명
Deserialize
(
string
fileName
) :
object
GameScriptSerializer
(
System.Guid
gameId
) :
System
Serialize
(
object
obj
) :
byte[]
메소드 상세
Deserialize()
공개
메소드
public
Deserialize
(
string
fileName
) :
object
fileName
string
리턴
object
GameScriptSerializer()
공개
메소드
public
GameScriptSerializer
(
System.Guid
gameId
) :
System
gameId
System.Guid
리턴
System
Serialize()
공개
메소드
public
Serialize
(
object
obj
) :
byte[]
obj
object
리턴
byte[]