JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.microraft.persistence
Interface RaftStoreSerializer.Serializer<T>
Enclosing interface:
RaftStoreSerializer
public static interface
RaftStoreSerializer.Serializer<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
deserialize
(byte[] element)
byte[]
serialize
(
T
element)
Method Details
serialize
@Nonnull
byte[]
serialize
(@Nonnull
T
element)
deserialize
@Nonnull
T
deserialize
(@Nonnull byte[] element)