fast-serialization icon indicating copy to clipboard operation
fast-serialization copied to clipboard

Updating an object from a serialized one

Open tokazio opened this issue 7 years ago • 1 comments

Is it possible to read a byte array and instead of creating a new object, updating a existing one?

tokazio avatar Jan 29 '18 16:01 tokazio

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 ..

RuedigerMoeller avatar Feb 13 '18 15:02 RuedigerMoeller