Description
IO operations for the javelin package.
Description
This package implements serialization/deserialization of Series, labeled one-dimensional arrays combining properties from maps and arrays.
The important modules are:
Data.Series.IOSerialization/deserialization of series of arbitrary types.
Data.Series.Unboxed.IOSerialization/deserialization of unboxed series for better performance, at the cost of flexibility.
Data.Series.Generic.IOSerialization/deserialization of generic series to manipulate any type of
Series.
If you don't know where to start, please take a look at the documentation in Data.Series.IO.