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.
|
Modifier and Type | Method and Description |
---|---|
static void |
Unpickler.registerConstructor(String module,
String classname,
IObjectConstructor constructor)
Register additional object constructors for custom classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AnyClassConstructor
This object constructor uses reflection to create instances of any given class.
|
class |
ArrayConstructor
Creates arrays of objects.
|
class |
ByteArrayConstructor
Creates byte arrays (byte[]).
|
class |
ClassDictConstructor
This object constructor creates ClassDicts (for unsupported classes).
|
class |
DateTimeConstructor
This constructor can create various datetime related objects.
|
class |
OperatorAttrGetterForCalendarTz
This object constructor is a minimalistic placeholder for operator.itemgetter,
it can only be used in the case of unpickling the special pickle created for
localizing datetimes with pytz timezones.
|
class |
Reconstructor
This constructor is called by the helper methods that pickle protocol 0
uses from the python copy_reg module to reconstruct c objects.
|
class |
SetConstructor
This object constructor creates sets.
|
class |
TimeZoneConstructor |
Modifier and Type | Class and Description |
---|---|
class |
ProxyClassConstructor |
Copyright © 2016. All Rights Reserved.