| Package | Description |
|---|---|
| io.atomix.utils.serializer |
Provides classes and interfaces for binary serialization.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceConfig |
NamespaceConfig.addType(NamespaceTypeConfig type)
Adds a serializable type to the configuration.
|
NamespaceConfig |
NamespaceConfig.setCompatible(boolean compatible)
Sets whether compatible serialization is enabled.
|
NamespaceConfig |
NamespaceConfig.setName(String name)
Sets the serializer name.
|
NamespaceConfig |
NamespaceConfig.setRegistrationRequired(boolean registrationRequired)
Sets whether registration is required.
|
NamespaceConfig |
NamespaceConfig.setTypes(List<NamespaceTypeConfig> types)
Sets the serializable types.
|
| Constructor and Description |
|---|
Namespace(NamespaceConfig config) |
Copyright © 2013–2018. All rights reserved.