xxsds / DYNAMIC

Dynamic succinct/compressed data structures
MIT License
111 stars 20 forks source link

No serialization support #3

Closed adamnovak closed 8 years ago

adamnovak commented 8 years ago

There should be support for serialization and deserialization.

ekg commented 8 years ago

:+1:

nicolaprezza commented 8 years ago

I agree, it was already in my TODO list. I'll add this feature as soon as possible.

nicolaprezza commented 8 years ago

Added support for serialization/deserialization with methods serialize(ostream &) and load(istream &) in all objects

ekg commented 8 years ago

Awesome!