Simple representation of an applied type.
Default pickle registry just uses TrieMaps and delgates behavior to a runtime pickler generator.
Default implementation of the Ref registry that allows circular dependencies to be handled.
The default implementation of a pickling runtime.
Default implementation of a runtime pickler generator
This runtime will not use reflection to generate new picklers, but DOES allow lookup of statically generated picklers at runtime.
An implementation which ensures that no newly generated picklers create shared references.
An implementation of the pickling runtime that tries to avoid ALL runtime picklers, including runtime lookup of statically defined picklers.
An implementation of the RefRegistry which ensures NO sharing during pickling.
An implementation of ref sharing that ensures no references are created while pickling and none are looked up while unpickling.
Helper method to help register picklers which can handle special/crazy classes for runtime generration.
A runtime pickler generator that just throws exceptions when trying to create picklers.
Helper method to aid in retrieving java.lang.reflect.Fields and java.lang.reflect.Methods at runtime.
(Since version 0.11) Use currentRuntime.refRegistry.pickle.clear
instead
(Since version 0.11) Use currentRuntime.refRegistry.unpickle.clear
instead
(Since version 0.11) Use currentRuntime.refRegistry.pickle.registerPicklee
instead
(Since version 0.11) Use currentRuntime.refRegistry.unpickle.lookupUnpicklees
instead
(Since version 0.11) Use currentRuntime.refRegistry.unpickle.preregisterUnpicklee
instead
(Since version 0.11) Use currentRuntime.refRegistry.pickle.registerPicklee
instead
(Since version 0.11) Use currentRuntime.refRegistry.unpickle.registerUnpicklee
instead