data class RdId
An identifier of the object that participates in the object graph.
RdId(hash: Long)
An identifier of the object that participates in the object graph. |
val hash: Long |
|
val isNull: Boolean |
fun mix(tail: String): RdIdfun mix(tail: Int): RdIdfun mix(tail: Long): RdId |
|
fun notNull(): RdId |
|
fun toString(): String |
|
fun write(buffer: AbstractBuffer): Unit |
const val MAX_STATIC_ID: Int |
|
val Null: RdId |
fun read(buffer: AbstractBuffer): RdId |
fun <T> T.deepClonePolymorphic(): T |