Uses of Interface
io.github.bucket4j.distributed.serialization.SerializationAdapter
Packages that use SerializationAdapter
Package
Description
-
Uses of SerializationAdapter in io.github.bucket4j
Methods in io.github.bucket4j with parameters of type SerializationAdapterModifier and TypeMethodDescriptionstatic <O> voidBucketState.serialize(SerializationAdapter<O> adapter, O output, BucketState state, Version backwardCompatibilityVersion, Scope scope) -
Uses of SerializationAdapter in io.github.bucket4j.distributed
Methods in io.github.bucket4j.distributed with parameters of type SerializationAdapterModifier and TypeMethodDescriptionstatic <O> voidExpirationAfterWriteStrategy.serialize(SerializationAdapter<O> adapter, O output, ExpirationAfterWriteStrategy expirationStrategy, Version backwardCompatibilityVersion, Scope scope) -
Uses of SerializationAdapter in io.github.bucket4j.distributed.remote
Methods in io.github.bucket4j.distributed.remote with parameters of type SerializationAdapterModifier and TypeMethodDescriptionstatic <O> voidRemoteCommand.serialize(SerializationAdapter<O> adapter, O output, RemoteCommand<?> command, Version backwardCompatibilityVersion, Scope scope) -
Uses of SerializationAdapter in io.github.bucket4j.distributed.serialization
Classes in io.github.bucket4j.distributed.serialization that implement SerializationAdapterMethods in io.github.bucket4j.distributed.serialization with parameters of type SerializationAdapterModifier and TypeMethodDescription<O> voidSerializationHandle.serialize(SerializationAdapter<O> adapter, O output, T serializableObject, Version backwardCompatibilityVersion, Scope scope)