0.0.5-beta • Published 6 years ago

@isomorphic/serialize v0.0.5-beta

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

Isomorphic Serialize

Isomorphic serialize is the serialization package used by the RunKit isomorphic library. Isomorphic serialize can handle all native Javascript data types (including circular references), and Immutable.js.

Try it in your browser.

Serialization Features

  • IndexCompression — This feature compresses the output and which can lead to a size savings of around 30-35% but comes with a slight performance penalty. This option is on by default.

Deserialization Features

  • immutable — By passing the option immutable as true the deserialized value will force all collections as Immutable.js collections, regardless of how they were originally serialized. This option is off by default.
0.0.5-beta

6 years ago

0.0.4-beta

6 years ago

0.0.3-beta

6 years ago

0.0.2-beta

6 years ago

0.0.1-beta

6 years ago