| Package | Description |
|---|---|
| net.razorvine.pickle |
Java implementation of Python's pickle serialization protocol.
|
| net.razorvine.pyro.serializer |
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.Map<java.lang.Class<?>,IObjectPickler> |
Pickler.customPicklers
Registry of picklers for custom classes, to be able to not just pickle simple built in datatypes.
|
| Modifier and Type | Method and Description |
|---|---|
protected IObjectPickler |
Pickler.getCustomPickler(java.lang.Class<?> t)
Get the custom pickler fot the given class, to be able to pickle not just built in collection types.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Pickler.registerCustomPickler(java.lang.Class<?> clazz,
IObjectPickler pickler)
Register additional object picklers for custom classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PyroExceptionPickler
Pickler extension to be able to pickle PyroException objects.
|
class |
PyroProxyPickler
Pickler extension to be able to pickle PyroProxy objects.
|
class |
PyroUriPickler
Pickler extension to be able to pickle Pyro URI objects.
|
Copyright © 2019. All Rights Reserved.