RemoteEditingState

constructor(state: S, type: ProjectionType, snapshot: RemoteBindingSnapshot, decode: (ProjectionValue) -> T, encode: (T) -> ProjectionValue, read: (S) -> T, write: (S, T) -> Unit)(source)