CrdtTreeNodeIDStruct

data class CrdtTreeNodeIDStruct(val createdAt: TimeTicketStruct, val offset: Int) : JsonSerializable.Struct<CrdtTreeNodeID>

CrdtTreeNodeIDStruct represents the structure of CrdtTreeNodeID. It is used to serialize and deserialize the CRDTTreePos.

Constructors

Link copied to clipboard
constructor(createdAt: TimeTicketStruct, offset: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val offset: Int

Functions

Link copied to clipboard
open override fun toOriginal(): CrdtTreeNodeID