C# Class EssenceShared.NetCommand

显示文件 Open project: Insality/essence-of-shadows Class Usage Examples

Public Methods

Method Description
Deserialize ( string json ) : NetCommand
NetCommand ( NetCommandType type, string data ) : System
Serialize ( ) : string

Method Details

Deserialize() public static method

public static Deserialize ( string json ) : NetCommand
json string
return NetCommand

NetCommand() public method

public NetCommand ( NetCommandType type, string data ) : System
type NetCommandType
data string
return System

Serialize() public method

public Serialize ( ) : string
return string