opSerializer

open override fun opSerializer(vSerializer: KSerializer<V>): KSerializer<FugueOp<V>>

The canonical FugueOpSerializer — see OpLogCrdt.opSerializer.

The op-level counterpart of wireSerializer, which serializes the whole state. That serializer is internal, so this method is the only way to reach it: a consumer who could not would reach for the compiler-generated sealed serializer and write bytes outside the golden-vector guarantee.