Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4
-
None
-
None
Description
The current binary serialization is not very migration and debug/analysis friendly. A more portable version like json (or xml) is preferable. It deals better with references, there are a bunch of tools that could be use and it's just simpler to use.
Serialization libraries like fasterxml jackson would be a great option.