Uses of Class
io.atomix.utils.serializer.NamespaceTypeConfig
-
Packages that use NamespaceTypeConfig Package Description io.atomix.utils.serializer Provides classes and interfaces for binary serialization. -
-
Uses of NamespaceTypeConfig in io.atomix.utils.serializer
Methods in io.atomix.utils.serializer that return NamespaceTypeConfig Modifier and Type Method Description NamespaceTypeConfigNamespaceTypeConfig. setId(Integer id)Sets the type identifier.NamespaceTypeConfigNamespaceTypeConfig. setSerializer(Class<? extends com.esotericsoftware.kryo.Serializer> serializer)Sets the serializer class.NamespaceTypeConfigNamespaceTypeConfig. setType(Class<?> type)Sets the serializable type.Methods in io.atomix.utils.serializer that return types with arguments of type NamespaceTypeConfig Modifier and Type Method Description List<NamespaceTypeConfig>NamespaceConfig. getTypes()Returns the serializable types.Methods in io.atomix.utils.serializer with parameters of type NamespaceTypeConfig Modifier and Type Method Description NamespaceConfigNamespaceConfig. addType(NamespaceTypeConfig type)Adds a serializable type to the configuration.Method parameters in io.atomix.utils.serializer with type arguments of type NamespaceTypeConfig Modifier and Type Method Description NamespaceConfigNamespaceConfig. setTypes(List<NamespaceTypeConfig> types)Sets the serializable types.
-