Deserialize
method in Coherence.Cloud.UserGuid
Methods
public static SessionToken Deserialize(string serializedUserId)
Converts the previously serializedstring representation of a UserGuid back into a UserGuid.
Parameters
| Type | Name | Description |
|---|---|---|
| string | serializedUserId |
Returns
| Type | Description |
|---|---|
| SessionToken | An object of type UserGuid. If serializedUserId is null or empty, then None. |