C# Class EssenceShared.NetCommand

Afficher le fichier Open project: Insality/essence-of-shadows Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( string json ) : NetCommand
NetCommand ( NetCommandType type, string data ) : System
Serialize ( ) : string

Method Details

Deserialize() public static méthode

public static Deserialize ( string json ) : NetCommand
json string
Résultat NetCommand

NetCommand() public méthode

public NetCommand ( NetCommandType type, string data ) : System
type NetCommandType
data string
Résultat System

Serialize() public méthode

public Serialize ( ) : string
Résultat string