| Package | Description |
|---|---|
| io.atomix.utils.serializer |
Provides classes and interfaces for binary serialization.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceTypeConfig |
NamespaceTypeConfig.setId(java.lang.Integer id)
Sets the type identifier.
|
NamespaceTypeConfig |
NamespaceTypeConfig.setSerializer(java.lang.Class<? extends com.esotericsoftware.kryo.Serializer> serializer)
Sets the serializer class.
|
NamespaceTypeConfig |
NamespaceTypeConfig.setType(java.lang.Class<?> type)
Sets the serializable type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NamespaceTypeConfig> |
NamespaceConfig.getTypes()
Returns the serializable types.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceConfig |
NamespaceConfig.addType(NamespaceTypeConfig type)
Adds a serializable type to the configuration.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceConfig |
NamespaceConfig.setTypes(java.util.List<NamespaceTypeConfig> types)
Sets the serializable types.
|
Copyright © 2013-2018. All Rights Reserved.