Home > @plotex/serialization > ISerializedData
ISerializedData interface#
The serialized form of a data. This is an ordinary JavaScript data structure that can be used to transfer a data across the wire and reinstantiate it on the otherside.
Signature:Properties#
| Property | Type | Description |
|---|---|---|
| series | IDataSeriesMap | Collection of named data series. |