| Package | Description |
|---|---|
| io.atomix.utils.serializer |
| Modifier and Type | Class and Description |
|---|---|
class |
KryoNamespace
Pool of Kryo instances, with classes pre-registered.
|
| Modifier and Type | Field and Description |
|---|---|
static Namespace |
KryoNamespace.DEFAULT
Default Kryo namespace.
|
static Namespace |
Namespace.NONE
Empty namespace that throws exceptions on serialization.
|
| Modifier and Type | Method and Description |
|---|---|
static Serializer |
Serializer.using(Namespace namespace)
Creates a new Serializer instance from a Namespace.
|
Copyright © 2013–2018. All rights reserved.