Uses of Package
net.razorvine.pickle
-
Packages that use net.razorvine.pickle Package Description net.razorvine.pickle Java implementation of Python's pickle serialization protocol.net.razorvine.pickle.objects Object constructors and other utility classes for the pickle package. -
Classes in net.razorvine.pickle used by net.razorvine.pickle Class Description IObjectConstructor Interface for Object Constructors that are used by the unpickler to create instances of non-primitive or custom classes.IObjectDeconstructor Interface for Object Deconstructors that are used by the pickler to create instances of non-primitive or custom classes.IObjectPickler Interface for Object Picklers used by the pickler, to pickle custom classes.PickleException Exception thrown when something goes wrong with pickling or unpickling.Pickler Pickle an object graph into a Python-compatible pickle stream.Pickler.Memo A memoized object.UnpickleStack Helper type that represents the unpickler working stack. -
Classes in net.razorvine.pickle used by net.razorvine.pickle.objects Class Description IObjectConstructor Interface for Object Constructors that are used by the unpickler to create instances of non-primitive or custom classes.PickleException Exception thrown when something goes wrong with pickling or unpickling.