writePolymorphic

abstract fun <T : Any> writePolymorphic(    ctx: SerializationCtx,     stream: AbstractBuffer,     value: T)