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:
export interface ISerializedData

Properties#

PropertyTypeDescription
seriesIDataSeriesMapCollection of named data series.