OneWayMutableProjection
fun <M, T> OneWayMutableProjection( projection: OneWayProjection<M, T>, eventSerializer: KSerializer<T>, format: BinaryFormat)
Content copied to clipboard
Parameters
projection
the backing OneWayProjection.
eventSerializer
the KSerializer for the events.
format
the BinaryFormat to use to store events.
M
the type of the model.
T
the type of the events.