fast-serialization
fast-serialization copied to clipboard
Updating an object from a serialized one
Is it possible to read a byte array and instead of creating a new object, updating a existing one?
On probably could come up by overriding / replacing the FSTClassInstantiator implementation (part of FSTConfiguration object), however it will be tricky to recognize the target instance ..