TwoWayMutableProjection
fun <M, T, C> TwoWayMutableProjection( projection: TwoWayProjection<M, T, C>, changeSerializer: KSerializer<C>, eventSerializer: KSerializer<T>, format: BinaryFormat)
Content copied to clipboard
Parameters
projection
the backing TwoWayProjection.
changeSerializer
the KSerializer for the changes.
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.
C
the type of the changes.