interface IIdentities
Generates unique identifiers for objects in an object graph.
abstract val dynamicKind: IdKind |
abstract fun next(parent: RdId): RdId
Generates the next unique identifier. |
fun <T> T.deepClonePolymorphic(): T |
class Identities : IIdentities
Generates unique identifiers for objects in an object graph, supporting separate ID spaces for IDs assigned on the client and the server side of the protocol. |