IPersistentStateCommandCodec<T>
interface
Namespace: Orleans.Journaling
Serializes one durable persistent state command and applies one decoded command.
public interface IPersistentStateCommandCodec<T>Methods
Apply(JournalBufferReader, IPersistentStateCommandHandler<T>)Reads one encoded command and applies it toconsumer.WriteClear(JournalStreamWriter)Writes a clear command.WriteSet(T, ulong, JournalStreamWriter)Writes a set command.
