Interface RaftStoreSerializer


public interface RaftStoreSerializer
Similarly to the RaftModelFactory, users of the RaftStore implementations must provide methods for converting a few of their types into binary data for persistence. This logic is expected to be relatively straightforward for the implementer, since similar logic will exist within the Transport. It should be noted that serialization performed here may need to be deserialized for an indefinite period and so evolution of any relevant types should be considered by the implementer.