26ac6bd887
but from actual KSerializer implementation. This provides better support for user-defined or external generic serializers Fix order of resolving serializers: user-overriden should go before polymorphic and default Don't generate additional constructor if @SerialInfo has no properties Workaround for recursive resolve on @Serializable(with) and @Serializer(for) pair annotations Don't trigger the whole resolve if we need just to check that there is an argument on the annotation; check PSI instead. Also, return back check on serializable annotation constructor arguments