Accessor registry is used to create or resolve a Pickle by using a registry
of run-time classes associated to their respective accessor. These must be registered
near application startup before use.
The registry is roughly thread-safe, all operations are idempotent so consistent
state is observed by all users.
Accessor registry is used to create or resolve a Pickle by using a registry of run-time classes associated to their respective accessor. These must be registered near application startup before use.
The registry is roughly thread-safe, all operations are idempotent so consistent state is observed by all users.