Uses of Interface
io.dialob.client.spi.store.DialobStoreConfig.Serializer
-
Packages that use DialobStoreConfig.Serializer Package Description io.dialob.client.spi.store -
-
Uses of DialobStoreConfig.Serializer in io.dialob.client.spi.store
Methods in io.dialob.client.spi.store that return DialobStoreConfig.Serializer Modifier and Type Method Description DialobStoreConfig.SerializerDialobStoreConfig. getSerializer()DialobStoreConfig.SerializerImmutableDialobStoreConfig. getSerializer()Methods in io.dialob.client.spi.store with parameters of type DialobStoreConfig.Serializer Modifier and Type Method Description ImmutableDialobStoreConfig.BuilderImmutableDialobStoreConfig.Builder. serializer(DialobStoreConfig.Serializer serializer)Initializes the value for theserializerattribute.ImmutableDialobStoreConfigImmutableDialobStoreConfig. withSerializer(DialobStoreConfig.Serializer value)Copy the current immutable object by setting a value for theserializerattribute.
-