Companion
object Companion
Functions
Link copied to clipboard
The canonical op serializer, without needing an Rga instance — the companion form of OpLogCrdt.opSerializer.
Link copied to clipboard
Returns a kotlinx.serialization.KSerializer for Rga<V> that correctly threads vSerializer through the op-log serialization, avoiding the CBOR polymorphism limitation of the compiler-generated Rga$$serializer.