Package io.atomix.storage.journal
Interface JournalSerdes.EntrySerdes<T>
- Type Parameters:
T- Entry type
- Enclosing interface:
- JournalSerdes
public static interface JournalSerdes.EntrySerdes<T>
A serializer/deserializer for an entry.
-
Method Summary
Modifier and TypeMethodDescriptionread(JournalSerdes.EntryInput input) voidwrite(JournalSerdes.EntryOutput output, T entry)
-
Method Details
-
read
- Throws:
IOException
-
write
- Throws:
IOException
-