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): PNCounter
Deserializes a given json string in a crdt counter.
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