| Package | Description |
|---|---|
| io.atomix.utils.serializer |
Provides classes and interfaces for binary serialization.
|
| Modifier and Type | Field and Description |
|---|---|
static Namespace |
Namespaces.BASIC |
static Namespace |
Namespace.DEFAULT
Default Kryo namespace.
|
| Modifier and Type | Method and Description |
|---|---|
Namespace |
Namespace.Builder.build()
Builds a
Namespace instance. |
Namespace |
Namespace.Builder.build(String friendlyName)
Builds a
Namespace instance. |
Namespace |
Namespace.populate(int instances)
Populates the Kryo pool.
|
| Modifier and Type | Method and Description |
|---|---|
Namespace.Builder |
Namespace.Builder.register(Namespace ns)
Registers all the class registered to given KryoNamespace.
|
static Serializer |
Serializer.using(Namespace namespace)
Creates a new Serializer instance from a Namespace.
|
SerializerBuilder |
SerializerBuilder.withNamespace(Namespace namespace)
Adds a namespace to the serializer.
|
Copyright © 2013–2018. All rights reserved.