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): DeltaCRDT
Deserialize a given json string and return a CRDT.
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