rd-framework / com.jetbrains.rd.framework / IAbstractDeclaration

IAbstractDeclaration

interface IAbstractDeclaration<T>

Functions

readUnknownInstance

abstract fun readUnknownInstance(ctx: SerializationCtx, buffer: AbstractBuffer, unknownId: RdId, size: Int): T

Extension Functions

deepClonePolymorphic

fun <T> T.deepClonePolymorphic(): T