interface IAbstractDeclaration<T>
readUnknownInstance
abstract fun readUnknownInstance(ctx: SerializationCtx, buffer: AbstractBuffer, unknownId: RdId, size: Int): T
deepClonePolymorphic
fun <T> T.deepClonePolymorphic(): T