Methods
deserialize(data) → {T}
Transforms a pure JSON representation into an instance of T
, so that it can be deserialized from a document of the
ReactiveDb database.
Parameters:
Name | Type | Description |
---|---|---|
data |
ReactiveDb.JSONValue | The serialized data to deserialize. |
Returns:
- Type
- T