(function (_, kotlin_kotlin, kotlin_io_ktor_ktor_io, kotlin_io_ktor_ktor_http, kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core) { 'use strict'; //region block: imports var Exception = kotlin_kotlin.$_$.yh; var VOID = kotlin_kotlin.$_$.f; var Exception_init_$Init$ = kotlin_kotlin.$_$.o1; var captureStack = kotlin_kotlin.$_$.gb; var protoOf = kotlin_kotlin.$_$.xc; var classMeta = kotlin_kotlin.$_$.mb; var setMetadataFor = kotlin_kotlin.$_$.yc; var Unit_instance = kotlin_kotlin.$_$.m5; var interfaceMeta = kotlin_kotlin.$_$.yb; var ensureNotNull = kotlin_kotlin.$_$.bj; var Charsets_getInstance = kotlin_io_ktor_ktor_io.$_$.f; var HttpHeaders_getInstance = kotlin_io_ktor_ktor_http.$_$.f; var parseAndSortHeader = kotlin_io_ktor_ktor_http.$_$.j1; var Companion_instance = kotlin_io_ktor_ktor_io.$_$.e; var FlowCollector = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.c1; var CoroutineImpl = kotlin_kotlin.$_$.va; var THROW_CCE = kotlin_kotlin.$_$.ji; var isInterface = kotlin_kotlin.$_$.hc; var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.ha; var asFlow = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.f1; var firstOrNull = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.d; var NullBody_instance = kotlin_io_ktor_ktor_http.$_$.a; //endregion //region block: pre-declaration setMetadataFor(ContentConvertException, 'ContentConvertException', classMeta, Exception); setMetadataFor(JsonConvertException, 'JsonConvertException', classMeta, ContentConvertException); function register$default(contentType, converter, configuration, $super) { var tmp; if (configuration === VOID) { tmp = Configuration$register$lambda; } else { tmp = configuration; } configuration = tmp; var tmp_0; if ($super === VOID) { this.c34(contentType, converter, configuration); tmp_0 = Unit_instance; } else { tmp_0 = $super.c34.call(this, contentType, converter, configuration); } return tmp_0; } setMetadataFor(Configuration, 'Configuration', interfaceMeta); function serialize(contentType, charset, typeInfo, value, $completion) { return this.f34(contentType, charset, typeInfo, value, $completion); } function serializeNullable(contentType, charset, typeInfo, value, $completion) { return this.e34(contentType, charset, typeInfo, ensureNotNull(value), $completion); } setMetadataFor(ContentConverter, 'ContentConverter', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [4, 3]); setMetadataFor(sam$kotlinx_coroutines_flow_FlowCollector$0, 'sam$kotlinx_coroutines_flow_FlowCollector$0', classMeta, VOID, [FlowCollector], VOID, VOID, VOID, [1]); setMetadataFor(deserialize$o$collect$slambda, 'deserialize$o$collect$slambda', classMeta, CoroutineImpl, VOID, VOID, VOID, VOID, [1]); setMetadataFor($collectCOROUTINE$1, '$collectCOROUTINE$1', classMeta, CoroutineImpl); setMetadataFor(_no_name_provided__qut3iv, VOID, classMeta, VOID, VOID, VOID, VOID, VOID, [1]); setMetadataFor(deserialize$slambda, 'deserialize$slambda', classMeta, CoroutineImpl, VOID, VOID, VOID, VOID, [1]); setMetadataFor($deserializeCOROUTINE$0, '$deserializeCOROUTINE$0', classMeta, CoroutineImpl); //endregion function ContentConvertException(message, cause) { cause = cause === VOID ? null : cause; Exception_init_$Init$(message, cause, this); captureStack(this, ContentConvertException); } function JsonConvertException(message, cause) { cause = cause === VOID ? null : cause; ContentConvertException.call(this, message, cause); captureStack(this, JsonConvertException); } function Configuration$register$lambda($this$null) { return Unit_instance; } function Configuration() { } function ContentConverter() { } function deserialize(_this__u8e3s4, body, typeInfo, charset, $completion) { var tmp = new $deserializeCOROUTINE$0(_this__u8e3s4, body, typeInfo, charset, $completion); tmp.jd_1 = Unit_instance; tmp.kd_1 = null; return tmp.ud(); } function suitableCharset(_this__u8e3s4, defaultCharset) { defaultCharset = defaultCharset === VOID ? Charsets_getInstance().z2h_1 : defaultCharset; var tmp0_elvis_lhs = suitableCharsetOrNull(_this__u8e3s4, defaultCharset); return tmp0_elvis_lhs == null ? defaultCharset : tmp0_elvis_lhs; } function suitableCharsetOrNull(_this__u8e3s4, defaultCharset) { defaultCharset = defaultCharset === VOID ? Charsets_getInstance().z2h_1 : defaultCharset; var tmp0_iterator = parseAndSortHeader(_this__u8e3s4.ba(HttpHeaders_getInstance().i2t_1)).w(); while (tmp0_iterator.f()) { var charset = tmp0_iterator.e().y6(); if (charset === '*') return defaultCharset; else if (Companion_instance.c2l(charset)) return Companion_instance.b2l(charset); } return null; } function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) { this.t34_1 = function_0; } protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).t1d = function (value, $completion) { return this.t34_1(value, $completion); }; function deserialize$o$collect$slambda($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation) { this.c35_1 = $$this$unsafeFlow; this.d35_1 = $charset; this.e35_1 = $typeInfo; this.f35_1 = $body; CoroutineImpl.call(this, resultContinuation); } protoOf(deserialize$o$collect$slambda).l35 = function (value, $completion) { var tmp = this.m35(value, $completion); tmp.jd_1 = Unit_instance; tmp.kd_1 = null; return tmp.ud(); }; protoOf(deserialize$o$collect$slambda).he = function (p1, $completion) { return this.l35((!(p1 == null) ? isInterface(p1, ContentConverter) : false) ? p1 : THROW_CCE(), $completion); }; protoOf(deserialize$o$collect$slambda).ud = function () { var suspendResult = this.jd_1; $sm: do try { var tmp = this.hd_1; switch (tmp) { case 0: this.id_1 = 3; var tmp_0 = this; tmp_0.h35_1 = this.c35_1; var tmp_1 = this; tmp_1.i35_1 = this.g35_1; var tmp_2 = this; tmp_2.j35_1 = this.i35_1; this.hd_1 = 1; suspendResult = this.j35_1.g34(this.d35_1, this.e35_1, this.f35_1, this); if (suspendResult === get_COROUTINE_SUSPENDED()) { return suspendResult; } continue $sm; case 1: this.k35_1 = suspendResult; this.hd_1 = 2; suspendResult = this.h35_1.t1d(this.k35_1, this); if (suspendResult === get_COROUTINE_SUSPENDED()) { return suspendResult; } continue $sm; case 2: return Unit_instance; case 3: throw this.kd_1; } } catch ($p) { var e = $p; if (this.id_1 === 3) { throw e; } else { this.hd_1 = this.id_1; this.kd_1 = e; } } while (true); }; protoOf(deserialize$o$collect$slambda).m35 = function (value, completion) { var i = new deserialize$o$collect$slambda(this.c35_1, this.d35_1, this.e35_1, this.f35_1, completion); i.g35_1 = value; return i; }; function deserialize$o$collect$slambda_0($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation) { var i = new deserialize$o$collect$slambda($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation); var l = function (value, $completion) { return i.l35(value, $completion); }; l.$arity = 1; return l; } function $collectCOROUTINE$1(_this__u8e3s4, collector, resultContinuation) { CoroutineImpl.call(this, resultContinuation); this.v35_1 = _this__u8e3s4; this.w35_1 = collector; } protoOf($collectCOROUTINE$1).ud = function () { var suspendResult = this.jd_1; $sm: do try { var tmp = this.hd_1; switch (tmp) { case 0: this.id_1 = 2; var tmp_0 = this; tmp_0.x35_1 = this.w35_1; this.hd_1 = 1; var tmp_1 = deserialize$o$collect$slambda_0(this.x35_1, this.v35_1.z35_1, this.v35_1.a36_1, this.v35_1.b36_1, null); suspendResult = this.v35_1.y35_1.a1c(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_1), this); if (suspendResult === get_COROUTINE_SUSPENDED()) { return suspendResult; } continue $sm; case 1: return Unit_instance; case 2: throw this.kd_1; } } catch ($p) { var e = $p; if (this.id_1 === 2) { throw e; } else { this.hd_1 = this.id_1; this.kd_1 = e; } } while (true); }; function _no_name_provided__qut3iv($this, $charset, $typeInfo, $body) { this.y35_1 = $this; this.z35_1 = $charset; this.a36_1 = $typeInfo; this.b36_1 = $body; } protoOf(_no_name_provided__qut3iv).c36 = function (collector, $completion) { var tmp = new $collectCOROUTINE$1(this, collector, $completion); tmp.jd_1 = Unit_instance; tmp.kd_1 = null; return tmp.ud(); }; protoOf(_no_name_provided__qut3iv).a1c = function (collector, $completion) { return this.c36(collector, $completion); }; function deserialize$slambda($body, resultContinuation) { this.l36_1 = $body; CoroutineImpl.call(this, resultContinuation); } protoOf(deserialize$slambda).n36 = function (it, $completion) { var tmp = this.o36(it, $completion); tmp.jd_1 = Unit_instance; tmp.kd_1 = null; return tmp.ud(); }; protoOf(deserialize$slambda).he = function (p1, $completion) { return this.n36((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion); }; protoOf(deserialize$slambda).ud = function () { var suspendResult = this.jd_1; $sm: do try { var tmp = this.hd_1; if (tmp === 0) { this.id_1 = 1; return !(this.m36_1 == null) ? true : this.l36_1.h28(); } else if (tmp === 1) { throw this.kd_1; } } catch ($p) { var e = $p; throw e; } while (true); }; protoOf(deserialize$slambda).o36 = function (it, completion) { var i = new deserialize$slambda(this.l36_1, completion); i.m36_1 = it; return i; }; function deserialize$slambda_0($body, resultContinuation) { var i = new deserialize$slambda($body, resultContinuation); var l = function (it, $completion) { return i.n36(it, $completion); }; l.$arity = 1; return l; } function $deserializeCOROUTINE$0(_this__u8e3s4, body, typeInfo, charset, resultContinuation) { CoroutineImpl.call(this, resultContinuation); this.p34_1 = _this__u8e3s4; this.q34_1 = body; this.r34_1 = typeInfo; this.s34_1 = charset; } protoOf($deserializeCOROUTINE$0).ud = function () { var suspendResult = this.jd_1; $sm: do try { var tmp = this.hd_1; switch (tmp) { case 0: this.id_1 = 2; this.hd_1 = 1; var this_0 = asFlow(this.p34_1); var tmp_0 = new _no_name_provided__qut3iv(this_0, this.s34_1, this.r34_1, this.q34_1); suspendResult = firstOrNull(tmp_0, deserialize$slambda_0(this.q34_1, null), this); if (suspendResult === get_COROUTINE_SUSPENDED()) { return suspendResult; } continue $sm; case 1: var result = suspendResult; var tmp_1; if (!(result == null)) { tmp_1 = result; } else { if (!this.q34_1.h28()) { tmp_1 = this.q34_1; } else { var tmp0_safe_receiver = this.r34_1.e2r_1; if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.v7()) === true) { tmp_1 = NullBody_instance; } else { throw new ContentConvertException('No suitable converter found for ' + this.r34_1); } } } return tmp_1; case 2: throw this.kd_1; } } catch ($p) { var e = $p; if (this.id_1 === 2) { throw e; } else { this.hd_1 = this.id_1; this.kd_1 = e; } } while (true); }; //region block: exports _.$_$ = _.$_$ || {}; _.$_$.a = deserialize; _.$_$.b = register$default; _.$_$.c = Configuration; _.$_$.d = ContentConverter; _.$_$.e = JsonConvertException; _.$_$.f = suitableCharset; //endregion return _; }(module.exports, require('./kotlin-kotlin-stdlib.js'), require('./ktor-ktor-io.js'), require('./ktor-ktor-http.js'), require('./kotlinx-coroutines-core.js'))); //# sourceMappingURL=ktor-ktor-serialization.js.map