Deserializable
Direct Implemented:
The Deserializable contract.
Implemented by objects that can adopt serialised data.
Method Summary
| Public Methods | ||
| public |
deserialize(object: Object): Deserializable Adopts the given serialised data. |
|
Public Methods
public deserialize(object: Object): Deserializable source
Adopts the given serialised data.
Params:
| Name | Type | Attribute | Description |
| object | Object | Serialised data. |
