Uses of Interface
io.github.bucket4j.distributed.serialization.SerializationAdapter
-
Packages that use SerializationAdapter Package Description io.github.bucket4j io.github.bucket4j.distributed.remote io.github.bucket4j.distributed.serialization -
-
Uses of SerializationAdapter in io.github.bucket4j
Methods in io.github.bucket4j with parameters of type SerializationAdapter Modifier and Type Method Description static <O> voidBucketState. serialize(SerializationAdapter<O> adapter, O output, BucketState state, Version backwardCompatibilityVersion, Scope scope) -
Uses of SerializationAdapter in io.github.bucket4j.distributed.remote
Methods in io.github.bucket4j.distributed.remote with parameters of type SerializationAdapter Modifier and Type Method Description static <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 SerializationAdapter Modifier and Type Class Description classDataOutputSerializationAdapterMethods in io.github.bucket4j.distributed.serialization with parameters of type SerializationAdapter Modifier and Type Method Description <O> voidSerializationHandle. serialize(SerializationAdapter<O> adapter, O output, T serializableObject, Version backwardCompatibilityVersion, Scope scope)
-