|
|
|
|
|
by jankotek
3357 days ago
|
|
Perhaps I could share my project which is trying to 'fix' java serialization? It was originally part of database engine, but was extracted into separate project. It solves things like cyclic reference, non-recursive graph traversal and incremental serialization of large object graphs. https://github.com/jankotek/elsa/ |
|