| Package | Description |
|---|---|
| one.nio.mem | |
| one.nio.rpc | |
| one.nio.serial |
| Modifier and Type | Field and Description |
|---|---|
protected Serializer<V> |
SharedMemoryMap.serializer |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SharedMemoryMap.convert(Serializer<V> oldSerializer,
Serializer<V> newSerializer) |
protected void |
SharedMemoryMap.convert(Serializer<V> oldSerializer,
Serializer<V> newSerializer) |
void |
SharedMemoryMap.setSerializer(Serializer<V> serializer) |
| Modifier and Type | Method and Description |
|---|---|
protected Serializer |
RpcClient.requestSerializer(long uid) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RpcClient.provideSerializer(Serializer serializer) |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionSerializer |
class |
EnumSerializer |
class |
ExternalizableSerializer |
class |
GeneratedSerializer |
class |
HttpRequestSerializer |
class |
MapSerializer |
class |
MethodSerializer<T> |
class |
ObjectArraySerializer |
| Modifier and Type | Method and Description |
|---|---|
static <T> Serializer<T> |
Repository.get(Class<T> cls) |
static Serializer |
Repository.removeSerializer(long uid) |
static Serializer |
Repository.requestBootstrapSerializer(byte uid) |
static Serializer |
Repository.requestSerializer(long uid) |
| Modifier and Type | Method and Description |
|---|---|
Set<Serializer> |
SerializerCollector.serializers() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Repository.provideSerializer(Serializer serializer) |
Copyright © 2019. All rights reserved.