Companion

object Companion

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
fromJson
Link copied to clipboard
common
fun fromJson(json: String, env: Environment? = null): Map
Deserializes a given json string in a crdt map.
getType
Link copied to clipboard
common
fun getType(): String
Get the type name for serialization.
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

LWWREGISTER
Link copied to clipboard
common
const val LWWREGISTER: String
Constant suffix value for key associated to a last writer wins value.
MVREGISTER
Link copied to clipboard
common
const val MVREGISTER: String
Constant suffix value for key associated to a multi-value.
PNCOUNTER
Link copied to clipboard
common
const val PNCOUNTER: String
Constant suffix value for key associated to a counter value.