A registry for looking up (and possibly coding on the fly) picklers by tag.
This trait provides access to all the runtime services used in pickling.
The is the interface used by picklers to register/handle circular references in picklees.
The owner of Ref
registeries.
This is the interface used by unpicklers to register/handle Ref
types when unpickling.
An interface for things which can generate picklers/unpicklers at runtime.