rd-framework / com.jetbrains.rd.framework / ISerializers / readPolymorphic

readPolymorphic

abstract fun <T : Any> readPolymorphic(ctx: SerializationCtx, stream: AbstractBuffer, abstractDeclaration: IAbstractDeclaration<T>? = null): T