public final class io/ktor/client/features/json/DefaultJvmKt {
	public static final fun defaultSerializer ()Lio/ktor/client/features/json/JsonSerializer;
}

public final class io/ktor/client/features/json/JsonFeature {
	public static final field Feature Lio/ktor/client/features/json/JsonFeature$Feature;
	public fun <init> (Lio/ktor/client/features/json/JsonSerializer;)V
	public final fun getAcceptContentTypes ()Ljava/util/List;
	public final fun getSerializer ()Lio/ktor/client/features/json/JsonSerializer;
}

public final class io/ktor/client/features/json/JsonFeature$Config {
	public fun <init> ()V
	public final fun getAcceptContentTypes ()Ljava/util/List;
	public final fun getSerializer ()Lio/ktor/client/features/json/JsonSerializer;
	public final fun setAcceptContentTypes (Ljava/util/List;)V
	public final fun setSerializer (Lio/ktor/client/features/json/JsonSerializer;)V
}

public final class io/ktor/client/features/json/JsonFeature$Feature : io/ktor/client/features/HttpClientFeature {
	public fun getKey ()Lio/ktor/util/AttributeKey;
	public fun install (Lio/ktor/client/features/json/JsonFeature;Lio/ktor/client/HttpClient;)V
	public synthetic fun install (Ljava/lang/Object;Lio/ktor/client/HttpClient;)V
	public fun prepare (Lkotlin/jvm/functions/Function1;)Lio/ktor/client/features/json/JsonFeature;
	public synthetic fun prepare (Lkotlin/jvm/functions/Function1;)Ljava/lang/Object;
}

public final class io/ktor/client/features/json/JsonFeatureKt {
	public static final fun Json (Lio/ktor/client/HttpClientConfig;Lkotlin/jvm/functions/Function1;)V
}

public abstract interface class io/ktor/client/features/json/JsonSerializer {
	public abstract fun read (Lio/ktor/client/call/TypeInfo;Lio/ktor/utils/io/core/Input;)Ljava/lang/Object;
	public abstract fun write (Ljava/lang/Object;)Lio/ktor/http/content/OutgoingContent;
	public abstract fun write (Ljava/lang/Object;Lio/ktor/http/ContentType;)Lio/ktor/http/content/OutgoingContent;
}

public final class io/ktor/client/features/json/JsonSerializer$DefaultImpls {
	public static fun write (Lio/ktor/client/features/json/JsonSerializer;Ljava/lang/Object;)Lio/ktor/http/content/OutgoingContent;
}

