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): LWWMap
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

BOOLEAN
Link copied to clipboard
common
const val BOOLEAN: String
Constant suffix value for key associated to a value of type Boolean.
DOUBLE
Link copied to clipboard
common
const val DOUBLE: String
Constant suffix value for key associated to a value of type double.
INTEGER
Link copied to clipboard
common
const val INTEGER: String
Constant suffix value for key associated to a value of type integer.
STRING
Link copied to clipboard
common
const val STRING: String
Constant suffix value for key associated to a value of type string.