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.
Identities(dynamicKind: IdKind)
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. |
val dynamicKind: IdKind |
fun next(parent: RdId): RdId
Generates the next unique identifier. |
fun <T> T.deepClonePolymorphic(): T |