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.
|
net.razorvine.pyro |
Lightweight implementation of the client side
Pyro protocol.
|
net.razorvine.pyro.serializer |
Class and Description |
---|
IObjectConstructor
Interface for Object Constructors that are used by the unpickler
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 |
UnpickleStack
Helper type that represents the unpickler working stack.
|
Class and 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.
|
Class and 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.
|
Class and Description |
---|
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.
|
Copyright © 2016. All Rights Reserved.