Uses of Interface
io.github.bucket4j.distributed.serialization.DeserializationAdapter
-
Packages that use DeserializationAdapter Package Description io.github.bucket4j io.github.bucket4j.distributed.remote io.github.bucket4j.distributed.serialization -
-
Uses of DeserializationAdapter in io.github.bucket4j
Methods in io.github.bucket4j with parameters of type DeserializationAdapter Modifier and Type Method Description static <S> BucketStateBucketState. deserialize(DeserializationAdapter<S> adapter, S input, Version backwardCompatibilityVersion) -
Uses of DeserializationAdapter in io.github.bucket4j.distributed.remote
Methods in io.github.bucket4j.distributed.remote with parameters of type DeserializationAdapter Modifier and Type Method Description static <I> RemoteCommand<?>RemoteCommand. deserialize(DeserializationAdapter<I> adapter, I input, Version backwardCompatibilityVersion) -
Uses of DeserializationAdapter in io.github.bucket4j.distributed.serialization
Classes in io.github.bucket4j.distributed.serialization that implement DeserializationAdapter Modifier and Type Class Description classDataOutputSerializationAdapterMethods in io.github.bucket4j.distributed.serialization with parameters of type DeserializationAdapter Modifier and Type Method Description <I> TSerializationHandle. deserialize(DeserializationAdapter<I> adapter, I input, Version backwardCompatibilityVersion)
-