Package org.projectnessie.versioned
Interface Serializer<V>
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CommitMetaSerializer
Used to serialize & deserialize the values in the store. Provided to an implementation of
VersionStore on construction.
-
Method Summary
-
Method Details
-
toBytes
-
fromBytes
-