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