serializer/doc/about.md

16 lines
433 B
Markdown

## About
This library offers a generic serialization system for Javascript.
Deep objects state may be serialized to a string, and reconstructed back.
Supported data types include:
- Primitive types (number, bool, string...)
- Set and Map standard objects
- Class instances, as long as the class list is exhaustively provided to the
serializer
Be warned that the resulting serialized value may be quite large and
uncompressed.