Companion

object Companion

Functions

Link copied to clipboard
fun <V> fugue(vSerializer: KSerializer<V>): BoltArchiveFormat<FugueId, V, FugueOp<V>>

The archive format for a Fugue of vSerializer's element type.

Link copied to clipboard
fun <V> rga(vSerializer: KSerializer<V>): BoltArchiveFormat<RgaId, V, RgaOp<V>>

The archive format for an Rga of vSerializer's element type.