apache / datasketches-java

A software library of stochastic streaming algorithms, a.k.a. sketches.

Home Page:https://datasketches.apache.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is the serialized data compatible between different versions?

lukoou3 opened this issue · comments

commented

Is the serialized data compatible between different versions?

can datasketches deserialize data serialized by other versions?

The library can deserialize data serialized by older versions of the library.
Also there is compatibility between implementations of the library in Java and C++ (and Python, which is a thin wrapper around C++) for most sketches.

I think this question has been addressed. So I'll close this issue.
If you have any further questions you can reopen this issue.