| Package | Description |
|---|---|
| io.atomix.utils.serializer |
Provides classes and interfaces for binary serialization.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceTypeConfig |
NamespaceTypeConfig.setId(Integer id)
Sets the type identifier.
|
NamespaceTypeConfig |
NamespaceTypeConfig.setSerializer(Class<? extends com.esotericsoftware.kryo.Serializer> serializer)
Sets the serializer class.
|
NamespaceTypeConfig |
NamespaceTypeConfig.setType(Class<?> type)
Sets the serializable type.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<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(Collection<NamespaceTypeConfig> types)
Sets the serializable types.
|
Copyright © 2013–2018. All rights reserved.