Deserialize
method in Coherence.Cloud.PlayerAccountId
Methods
public static PlayerAccountId Deserialize(string serializedId)
Converts the previously serialized string representation of a PlayerAccountId back into a PlayerAccountId.
Parameters
| Type | Name | Description |
|---|---|---|
| string | serializedId | The string to convert back into a PlayerAccountId. |
Returns
| Type | Description |
|---|---|
| PlayerAccountId | An object of type PlayerAccountId. If serializedId is null or empty, then None. |