netserializer icon indicating copy to clipboard operation
netserializer copied to clipboard

Callbacks to get information about (de)serialized types

Open ManuG85 opened this issue 7 years ago • 0 comments

Added callback properties to Settings class which get called from the ObjectSerializer before an object gets serialized or deserialized. These callbacks can be used e.g. to log actually used types or to register types on demand. The later can be used when there are two instances of the serializer (because they are in different processes or in a client-server environment) to inform the counterpart about registrations.

ManuG85 avatar Apr 27 '17 21:04 ManuG85