C# Class PhotonWire.HubInvoker.JsonPhotonSerializer

Afficher le fichier Open project: neuecc/PhotonWire Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( object value ) : object
Serialize ( string typeName, string obj ) : object

Method Details

Deserialize() public static méthode

public static Deserialize ( object value ) : object
value object
Résultat object

Serialize() public static méthode

public static Serialize ( string typeName, string obj ) : object
typeName string
obj string
Résultat object