serialization package#
This package contains core types for serializing data.
Interfaces#
| Interface | Description |
|---|---|
| IAnnotation | An annotation applied to the series. |
| IDataSeries | A serialized data series. |
| IDataSeriesMap | A map of named data series. |
| ISerializedData | 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. |