| Package | Description |
|---|---|
| net.razorvine.pyro |
Lightweight implementation of the client side
Pyro protocol.
|
| net.razorvine.pyro.serializer |
| Modifier and Type | Field and Description |
|---|---|
static Config.SerializerType |
Config.SERIALIZER |
| Modifier and Type | Method and Description |
|---|---|
static Config.SerializerType |
Config.SerializerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Config.SerializerType[] |
Config.SerializerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected static Map<Config.SerializerType,PyroSerializer> |
PyroSerializer.AvailableSerializers |
| Modifier and Type | Method and Description |
|---|---|
static PyroSerializer |
PyroSerializer.getFor(Config.SerializerType type) |
Copyright © 2015. All Rights Reserved.