C# 클래스 EssenceShared.NetCommand

파일 보기 프로젝트 열기: Insality/essence-of-shadows 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( string json ) : NetCommand
NetCommand ( NetCommandType type, string data ) : System
Serialize ( ) : string

메소드 상세

Deserialize() 공개 정적인 메소드

public static Deserialize ( string json ) : NetCommand
json string
리턴 NetCommand

NetCommand() 공개 메소드

public NetCommand ( NetCommandType type, string data ) : System
type NetCommandType
data string
리턴 System

Serialize() 공개 메소드

public Serialize ( ) : string
리턴 string