git-digger 1.6.1 → 1.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +2152 -1428
- package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js.map +1 -1
- package/kotlin/bin/digger +0 -0
- package/kotlin/clikt-clikt-mordant.js +98 -98
- package/kotlin/clikt-clikt.js +1832 -1830
- package/kotlin/clikt-clikt.js.map +1 -1
- package/kotlin/colormath-root-colormath.js +463 -463
- package/kotlin/command-line-tools-digger-cli.js +77 -77
- package/kotlin/kotlin-kotlin-stdlib.js +908 -885
- package/kotlin/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1029 -899
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +329 -329
- package/kotlin/mordant-mordant.js +1588 -1588
- package/kotlin/tools-cli-tools.js +4 -4
- package/kotlin/tools-digger-core.js +199 -199
- package/kotlin/tools-digger-json.js +121 -121
- package/kotlin/tools-digger-model.js +60 -60
- package/kotlin/tools-git-adapter.js +92 -92
- package/package.json +1 -1
|
@@ -2,143 +2,148 @@
|
|
|
2
2
|
'use strict';
|
|
3
3
|
//region block: imports
|
|
4
4
|
var imul = Math.imul;
|
|
5
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
6
|
-
var initMetadataForInterface = kotlin_kotlin.$_$.
|
|
5
|
+
var protoOf = kotlin_kotlin.$_$.s8;
|
|
6
|
+
var initMetadataForInterface = kotlin_kotlin.$_$.w7;
|
|
7
7
|
var VOID = kotlin_kotlin.$_$.g;
|
|
8
|
-
var StringCompanionObject_instance = kotlin_kotlin.$_$.
|
|
9
|
-
var Unit_instance = kotlin_kotlin.$_$.
|
|
10
|
-
var emptyList = kotlin_kotlin.$_$.
|
|
8
|
+
var StringCompanionObject_instance = kotlin_kotlin.$_$.y2;
|
|
9
|
+
var Unit_instance = kotlin_kotlin.$_$.j3;
|
|
10
|
+
var emptyList = kotlin_kotlin.$_$.o4;
|
|
11
11
|
var LazyThreadSafetyMode_PUBLICATION_getInstance = kotlin_kotlin.$_$.j;
|
|
12
|
-
var lazy = kotlin_kotlin.$_$.
|
|
13
|
-
var toString = kotlin_kotlin.$_$.
|
|
14
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
12
|
+
var lazy = kotlin_kotlin.$_$.sc;
|
|
13
|
+
var toString = kotlin_kotlin.$_$.v8;
|
|
14
|
+
var initMetadataForClass = kotlin_kotlin.$_$.t7;
|
|
15
15
|
var getKClassFromExpression = kotlin_kotlin.$_$.e;
|
|
16
|
-
var KProperty1 = kotlin_kotlin.$_$.
|
|
17
|
-
var getPropertyCallableRef = kotlin_kotlin.$_$.
|
|
16
|
+
var KProperty1 = kotlin_kotlin.$_$.j9;
|
|
17
|
+
var getPropertyCallableRef = kotlin_kotlin.$_$.q7;
|
|
18
|
+
var THROW_CCE = kotlin_kotlin.$_$.ac;
|
|
19
|
+
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.d1;
|
|
20
|
+
var zip = kotlin_kotlin.$_$.v6;
|
|
21
|
+
var toMap = kotlin_kotlin.$_$.n6;
|
|
22
|
+
var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.r;
|
|
23
|
+
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.h1;
|
|
24
|
+
var mapCapacity = kotlin_kotlin.$_$.k5;
|
|
25
|
+
var LinkedHashMap_init_$Create$_0 = kotlin_kotlin.$_$.q;
|
|
26
|
+
var isInterface = kotlin_kotlin.$_$.h8;
|
|
18
27
|
var IllegalArgumentException_init_$Init$ = kotlin_kotlin.$_$.b1;
|
|
19
|
-
var objectCreate = kotlin_kotlin.$_$.
|
|
20
|
-
var captureStack = kotlin_kotlin.$_$.
|
|
28
|
+
var objectCreate = kotlin_kotlin.$_$.r8;
|
|
29
|
+
var captureStack = kotlin_kotlin.$_$.g7;
|
|
21
30
|
var IllegalArgumentException_init_$Init$_0 = kotlin_kotlin.$_$.c1;
|
|
22
|
-
var IllegalArgumentException = kotlin_kotlin.$_$.
|
|
23
|
-
var collectionSizeOrDefault = kotlin_kotlin.$_$.
|
|
31
|
+
var IllegalArgumentException = kotlin_kotlin.$_$.ub;
|
|
32
|
+
var collectionSizeOrDefault = kotlin_kotlin.$_$.g4;
|
|
24
33
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.k;
|
|
25
|
-
var
|
|
26
|
-
var
|
|
27
|
-
var isInterface = kotlin_kotlin.$_$.f8;
|
|
28
|
-
var Triple = kotlin_kotlin.$_$.zb;
|
|
34
|
+
var KClass = kotlin_kotlin.$_$.f9;
|
|
35
|
+
var Triple = kotlin_kotlin.$_$.bc;
|
|
29
36
|
var getKClass = kotlin_kotlin.$_$.f;
|
|
30
|
-
var Pair = kotlin_kotlin.$_$.
|
|
31
|
-
var Entry = kotlin_kotlin.$_$.
|
|
32
|
-
var KtMap = kotlin_kotlin.$_$.
|
|
33
|
-
var KtMutableMap = kotlin_kotlin.$_$.
|
|
34
|
-
var LinkedHashMap = kotlin_kotlin.$_$.
|
|
35
|
-
var HashMap = kotlin_kotlin.$_$.
|
|
36
|
-
var KtSet = kotlin_kotlin.$_$.
|
|
37
|
-
var KtMutableSet = kotlin_kotlin.$_$.
|
|
38
|
-
var LinkedHashSet = kotlin_kotlin.$_$.
|
|
39
|
-
var HashSet = kotlin_kotlin.$_$.
|
|
40
|
-
var Collection = kotlin_kotlin.$_$.
|
|
41
|
-
var KtList = kotlin_kotlin.$_$.
|
|
42
|
-
var KtMutableList = kotlin_kotlin.$_$.
|
|
43
|
-
var ArrayList = kotlin_kotlin.$_$.
|
|
44
|
-
var copyToArray = kotlin_kotlin.$_$.
|
|
45
|
-
var _Result___get_value__impl__bjfvqg = kotlin_kotlin.$_$.
|
|
46
|
-
var _Result___get_isFailure__impl__jpiriv = kotlin_kotlin.$_$.
|
|
47
|
-
var Result = kotlin_kotlin.$_$.
|
|
48
|
-
var ensureNotNull = kotlin_kotlin.$_$.
|
|
49
|
-
var equals = kotlin_kotlin.$_$.
|
|
50
|
-
var getStringHashCode = kotlin_kotlin.$_$.
|
|
51
|
-
var isBlank = kotlin_kotlin.$_$.
|
|
52
|
-
var
|
|
53
|
-
var toList = kotlin_kotlin.$_$.l6;
|
|
37
|
+
var Pair = kotlin_kotlin.$_$.xb;
|
|
38
|
+
var Entry = kotlin_kotlin.$_$.r3;
|
|
39
|
+
var KtMap = kotlin_kotlin.$_$.s3;
|
|
40
|
+
var KtMutableMap = kotlin_kotlin.$_$.u3;
|
|
41
|
+
var LinkedHashMap = kotlin_kotlin.$_$.o3;
|
|
42
|
+
var HashMap = kotlin_kotlin.$_$.m3;
|
|
43
|
+
var KtSet = kotlin_kotlin.$_$.w3;
|
|
44
|
+
var KtMutableSet = kotlin_kotlin.$_$.v3;
|
|
45
|
+
var LinkedHashSet = kotlin_kotlin.$_$.p3;
|
|
46
|
+
var HashSet = kotlin_kotlin.$_$.n3;
|
|
47
|
+
var Collection = kotlin_kotlin.$_$.l3;
|
|
48
|
+
var KtList = kotlin_kotlin.$_$.q3;
|
|
49
|
+
var KtMutableList = kotlin_kotlin.$_$.t3;
|
|
50
|
+
var ArrayList = kotlin_kotlin.$_$.k3;
|
|
51
|
+
var copyToArray = kotlin_kotlin.$_$.l4;
|
|
52
|
+
var _Result___get_value__impl__bjfvqg = kotlin_kotlin.$_$.x1;
|
|
53
|
+
var _Result___get_isFailure__impl__jpiriv = kotlin_kotlin.$_$.v1;
|
|
54
|
+
var Result = kotlin_kotlin.$_$.yb;
|
|
55
|
+
var ensureNotNull = kotlin_kotlin.$_$.pc;
|
|
56
|
+
var equals = kotlin_kotlin.$_$.m7;
|
|
57
|
+
var getStringHashCode = kotlin_kotlin.$_$.r7;
|
|
58
|
+
var isBlank = kotlin_kotlin.$_$.ka;
|
|
59
|
+
var toList = kotlin_kotlin.$_$.m6;
|
|
54
60
|
var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.l;
|
|
55
61
|
var HashSet_init_$Create$ = kotlin_kotlin.$_$.p;
|
|
56
|
-
var toHashSet = kotlin_kotlin.$_$.
|
|
57
|
-
var toBooleanArray = kotlin_kotlin.$_$.
|
|
58
|
-
var withIndex = kotlin_kotlin.$_$.
|
|
59
|
-
var to = kotlin_kotlin.$_$.
|
|
60
|
-
var
|
|
61
|
-
var
|
|
62
|
-
var
|
|
63
|
-
var
|
|
64
|
-
var
|
|
65
|
-
var
|
|
66
|
-
var
|
|
67
|
-
var
|
|
68
|
-
var
|
|
69
|
-
var
|
|
70
|
-
var
|
|
71
|
-
var
|
|
72
|
-
var isArray = kotlin_kotlin.$_$.x7;
|
|
73
|
-
var arrayIterator = kotlin_kotlin.$_$.c7;
|
|
62
|
+
var toHashSet = kotlin_kotlin.$_$.j6;
|
|
63
|
+
var toBooleanArray = kotlin_kotlin.$_$.i6;
|
|
64
|
+
var withIndex = kotlin_kotlin.$_$.s6;
|
|
65
|
+
var to = kotlin_kotlin.$_$.yc;
|
|
66
|
+
var lazy_0 = kotlin_kotlin.$_$.tc;
|
|
67
|
+
var contentEquals = kotlin_kotlin.$_$.i4;
|
|
68
|
+
var until = kotlin_kotlin.$_$.e9;
|
|
69
|
+
var joinToString = kotlin_kotlin.$_$.z4;
|
|
70
|
+
var initMetadataForObject = kotlin_kotlin.$_$.y7;
|
|
71
|
+
var Char = kotlin_kotlin.$_$.ob;
|
|
72
|
+
var Duration__toIsoString_impl_9h6wsm = kotlin_kotlin.$_$.p1;
|
|
73
|
+
var Duration = kotlin_kotlin.$_$.lb;
|
|
74
|
+
var Uuid = kotlin_kotlin.$_$.mb;
|
|
75
|
+
var hashCode = kotlin_kotlin.$_$.s7;
|
|
76
|
+
var isArray = kotlin_kotlin.$_$.z7;
|
|
77
|
+
var arrayIterator = kotlin_kotlin.$_$.e7;
|
|
74
78
|
var HashSet_init_$Create$_0 = kotlin_kotlin.$_$.o;
|
|
75
|
-
var toString_0 = kotlin_kotlin.$_$.
|
|
76
|
-
var KTypeParameter = kotlin_kotlin.$_$.
|
|
77
|
-
var contentHashCode = kotlin_kotlin.$_$.
|
|
79
|
+
var toString_0 = kotlin_kotlin.$_$.xc;
|
|
80
|
+
var KTypeParameter = kotlin_kotlin.$_$.k9;
|
|
81
|
+
var contentHashCode = kotlin_kotlin.$_$.k4;
|
|
78
82
|
var HashMap_init_$Create$ = kotlin_kotlin.$_$.n;
|
|
79
|
-
var fillArrayVal = kotlin_kotlin.$_$.
|
|
80
|
-
var booleanArray = kotlin_kotlin.$_$.
|
|
81
|
-
var emptyMap = kotlin_kotlin.$_$.
|
|
82
|
-
var Companion_getInstance = kotlin_kotlin.$_$.
|
|
83
|
-
var isCharArray = kotlin_kotlin.$_$.
|
|
84
|
-
var DoubleCompanionObject_instance = kotlin_kotlin.$_$.
|
|
85
|
-
var isDoubleArray = kotlin_kotlin.$_$.
|
|
86
|
-
var FloatCompanionObject_instance = kotlin_kotlin.$_$.
|
|
87
|
-
var isFloatArray = kotlin_kotlin.$_$.
|
|
88
|
-
var Companion_getInstance_0 = kotlin_kotlin.$_$.
|
|
89
|
-
var isLongArray = kotlin_kotlin.$_$.
|
|
90
|
-
var Companion_getInstance_1 = kotlin_kotlin.$_$.
|
|
91
|
-
var _ULongArray___get_size__impl__ju6dtr = kotlin_kotlin.$_$.
|
|
92
|
-
var ULongArray = kotlin_kotlin.$_$.
|
|
93
|
-
var ULongArray__get_impl_pr71q9 = kotlin_kotlin.$_$.
|
|
94
|
-
var _ULong___get_data__impl__fggpzb = kotlin_kotlin.$_$.
|
|
95
|
-
var IntCompanionObject_instance = kotlin_kotlin.$_$.
|
|
96
|
-
var isIntArray = kotlin_kotlin.$_$.
|
|
97
|
-
var Companion_getInstance_2 = kotlin_kotlin.$_$.
|
|
98
|
-
var _UIntArray___get_size__impl__r6l8ci = kotlin_kotlin.$_$.
|
|
99
|
-
var UIntArray = kotlin_kotlin.$_$.
|
|
100
|
-
var UIntArray__get_impl_gp5kza = kotlin_kotlin.$_$.
|
|
101
|
-
var _UInt___get_data__impl__f0vqqw = kotlin_kotlin.$_$.
|
|
102
|
-
var ShortCompanionObject_instance = kotlin_kotlin.$_$.
|
|
103
|
-
var isShortArray = kotlin_kotlin.$_$.
|
|
104
|
-
var Companion_getInstance_3 = kotlin_kotlin.$_$.
|
|
105
|
-
var _UShortArray___get_size__impl__jqto1b = kotlin_kotlin.$_$.
|
|
106
|
-
var UShortArray = kotlin_kotlin.$_$.
|
|
107
|
-
var UShortArray__get_impl_fnbhmx = kotlin_kotlin.$_$.
|
|
108
|
-
var _UShort___get_data__impl__g0245 = kotlin_kotlin.$_$.
|
|
109
|
-
var ByteCompanionObject_instance = kotlin_kotlin.$_$.
|
|
110
|
-
var isByteArray = kotlin_kotlin.$_$.
|
|
111
|
-
var Companion_getInstance_4 = kotlin_kotlin.$_$.
|
|
112
|
-
var _UByteArray___get_size__impl__h6pkdv = kotlin_kotlin.$_$.
|
|
113
|
-
var UByteArray = kotlin_kotlin.$_$.
|
|
114
|
-
var UByteArray__get_impl_t5f3hv = kotlin_kotlin.$_$.
|
|
115
|
-
var _UByte___get_data__impl__jof9qr = kotlin_kotlin.$_$.
|
|
116
|
-
var BooleanCompanionObject_instance = kotlin_kotlin.$_$.
|
|
117
|
-
var isBooleanArray = kotlin_kotlin.$_$.
|
|
118
|
-
var Long = kotlin_kotlin.$_$.
|
|
119
|
-
var Unit = kotlin_kotlin.$_$.
|
|
120
|
-
var trimIndent = kotlin_kotlin.$_$.
|
|
121
|
-
var ULong = kotlin_kotlin.$_$.
|
|
122
|
-
var UInt = kotlin_kotlin.$_$.
|
|
123
|
-
var UShort = kotlin_kotlin.$_$.
|
|
124
|
-
var UByte = kotlin_kotlin.$_$.
|
|
125
|
-
var PrimitiveClasses_getInstance = kotlin_kotlin.$_$.
|
|
126
|
-
var Companion_getInstance_5 = kotlin_kotlin.$_$.
|
|
127
|
-
var Companion_getInstance_6 = kotlin_kotlin.$_$.
|
|
128
|
-
var mapOf = kotlin_kotlin.$_$.
|
|
129
|
-
var get_js = kotlin_kotlin.$_$.
|
|
83
|
+
var fillArrayVal = kotlin_kotlin.$_$.n7;
|
|
84
|
+
var booleanArray = kotlin_kotlin.$_$.f7;
|
|
85
|
+
var emptyMap = kotlin_kotlin.$_$.p4;
|
|
86
|
+
var Companion_getInstance = kotlin_kotlin.$_$.c3;
|
|
87
|
+
var isCharArray = kotlin_kotlin.$_$.c8;
|
|
88
|
+
var DoubleCompanionObject_instance = kotlin_kotlin.$_$.u2;
|
|
89
|
+
var isDoubleArray = kotlin_kotlin.$_$.e8;
|
|
90
|
+
var FloatCompanionObject_instance = kotlin_kotlin.$_$.v2;
|
|
91
|
+
var isFloatArray = kotlin_kotlin.$_$.f8;
|
|
92
|
+
var Companion_getInstance_0 = kotlin_kotlin.$_$.d3;
|
|
93
|
+
var isLongArray = kotlin_kotlin.$_$.i8;
|
|
94
|
+
var Companion_getInstance_1 = kotlin_kotlin.$_$.h3;
|
|
95
|
+
var _ULongArray___get_size__impl__ju6dtr = kotlin_kotlin.$_$.m2;
|
|
96
|
+
var ULongArray = kotlin_kotlin.$_$.gc;
|
|
97
|
+
var ULongArray__get_impl_pr71q9 = kotlin_kotlin.$_$.l2;
|
|
98
|
+
var _ULong___get_data__impl__fggpzb = kotlin_kotlin.$_$.j2;
|
|
99
|
+
var IntCompanionObject_instance = kotlin_kotlin.$_$.w2;
|
|
100
|
+
var isIntArray = kotlin_kotlin.$_$.g8;
|
|
101
|
+
var Companion_getInstance_2 = kotlin_kotlin.$_$.g3;
|
|
102
|
+
var _UIntArray___get_size__impl__r6l8ci = kotlin_kotlin.$_$.h2;
|
|
103
|
+
var UIntArray = kotlin_kotlin.$_$.ec;
|
|
104
|
+
var UIntArray__get_impl_gp5kza = kotlin_kotlin.$_$.g2;
|
|
105
|
+
var _UInt___get_data__impl__f0vqqw = kotlin_kotlin.$_$.e2;
|
|
106
|
+
var ShortCompanionObject_instance = kotlin_kotlin.$_$.x2;
|
|
107
|
+
var isShortArray = kotlin_kotlin.$_$.j8;
|
|
108
|
+
var Companion_getInstance_3 = kotlin_kotlin.$_$.i3;
|
|
109
|
+
var _UShortArray___get_size__impl__jqto1b = kotlin_kotlin.$_$.r2;
|
|
110
|
+
var UShortArray = kotlin_kotlin.$_$.ic;
|
|
111
|
+
var UShortArray__get_impl_fnbhmx = kotlin_kotlin.$_$.q2;
|
|
112
|
+
var _UShort___get_data__impl__g0245 = kotlin_kotlin.$_$.o2;
|
|
113
|
+
var ByteCompanionObject_instance = kotlin_kotlin.$_$.t2;
|
|
114
|
+
var isByteArray = kotlin_kotlin.$_$.b8;
|
|
115
|
+
var Companion_getInstance_4 = kotlin_kotlin.$_$.f3;
|
|
116
|
+
var _UByteArray___get_size__impl__h6pkdv = kotlin_kotlin.$_$.c2;
|
|
117
|
+
var UByteArray = kotlin_kotlin.$_$.cc;
|
|
118
|
+
var UByteArray__get_impl_t5f3hv = kotlin_kotlin.$_$.b2;
|
|
119
|
+
var _UByte___get_data__impl__jof9qr = kotlin_kotlin.$_$.z1;
|
|
120
|
+
var BooleanCompanionObject_instance = kotlin_kotlin.$_$.s2;
|
|
121
|
+
var isBooleanArray = kotlin_kotlin.$_$.a8;
|
|
122
|
+
var Long = kotlin_kotlin.$_$.wb;
|
|
123
|
+
var Unit = kotlin_kotlin.$_$.kc;
|
|
124
|
+
var trimIndent = kotlin_kotlin.$_$.hb;
|
|
125
|
+
var ULong = kotlin_kotlin.$_$.hc;
|
|
126
|
+
var UInt = kotlin_kotlin.$_$.fc;
|
|
127
|
+
var UShort = kotlin_kotlin.$_$.jc;
|
|
128
|
+
var UByte = kotlin_kotlin.$_$.dc;
|
|
129
|
+
var PrimitiveClasses_getInstance = kotlin_kotlin.$_$.z2;
|
|
130
|
+
var Companion_getInstance_5 = kotlin_kotlin.$_$.a3;
|
|
131
|
+
var Companion_getInstance_6 = kotlin_kotlin.$_$.b3;
|
|
132
|
+
var mapOf = kotlin_kotlin.$_$.l5;
|
|
133
|
+
var get_js = kotlin_kotlin.$_$.k8;
|
|
130
134
|
var findAssociatedObject = kotlin_kotlin.$_$.d;
|
|
131
|
-
var get_indices = kotlin_kotlin.$_$.
|
|
135
|
+
var get_indices = kotlin_kotlin.$_$.x4;
|
|
132
136
|
var IndexOutOfBoundsException_init_$Create$ = kotlin_kotlin.$_$.i1;
|
|
133
|
-
var Companion_instance = kotlin_kotlin.$_$.
|
|
134
|
-
var _Result___init__impl__xyqfz8 = kotlin_kotlin.$_$.
|
|
135
|
-
var createFailure = kotlin_kotlin.$_$.
|
|
137
|
+
var Companion_instance = kotlin_kotlin.$_$.e3;
|
|
138
|
+
var _Result___init__impl__xyqfz8 = kotlin_kotlin.$_$.u1;
|
|
139
|
+
var createFailure = kotlin_kotlin.$_$.oc;
|
|
136
140
|
//endregion
|
|
137
141
|
//region block: pre-declaration
|
|
138
142
|
initMetadataForInterface(SerializationStrategy, 'SerializationStrategy');
|
|
139
143
|
initMetadataForInterface(KSerializer, 'KSerializer', VOID, VOID, [SerializationStrategy]);
|
|
140
144
|
initMetadataForClass(AbstractPolymorphicSerializer, 'AbstractPolymorphicSerializer', VOID, VOID, [KSerializer]);
|
|
141
145
|
initMetadataForClass(PolymorphicSerializer, 'PolymorphicSerializer', VOID, AbstractPolymorphicSerializer);
|
|
146
|
+
initMetadataForClass(SealedClassSerializer$$inlined$groupingBy$1);
|
|
142
147
|
initMetadataForClass(SealedClassSerializer, 'SealedClassSerializer', VOID, AbstractPolymorphicSerializer);
|
|
143
148
|
initMetadataForClass(SerializationException, 'SerializationException', SerializationException_init_$Create$, IllegalArgumentException);
|
|
144
149
|
function get_isNullable() {
|
|
@@ -161,6 +166,7 @@
|
|
|
161
166
|
initMetadataForObject(ENUM, 'ENUM', VOID, SerialKind);
|
|
162
167
|
initMetadataForObject(CONTEXTUAL, 'CONTEXTUAL', VOID, SerialKind);
|
|
163
168
|
initMetadataForClass(PolymorphicKind, 'PolymorphicKind', VOID, SerialKind);
|
|
169
|
+
initMetadataForObject(SEALED, 'SEALED', VOID, PolymorphicKind);
|
|
164
170
|
initMetadataForObject(OPEN, 'OPEN', VOID, PolymorphicKind);
|
|
165
171
|
initMetadataForClass(PrimitiveKind, 'PrimitiveKind', VOID, SerialKind);
|
|
166
172
|
initMetadataForObject(BOOLEAN, 'BOOLEAN', VOID, PrimitiveKind);
|
|
@@ -180,21 +186,21 @@
|
|
|
180
186
|
function encodeNotNullMark() {
|
|
181
187
|
}
|
|
182
188
|
function beginCollection(descriptor, collectionSize) {
|
|
183
|
-
return this.
|
|
189
|
+
return this.yl(descriptor);
|
|
184
190
|
}
|
|
185
191
|
function encodeSerializableValue(serializer, value) {
|
|
186
192
|
serializer.pj(this, value);
|
|
187
193
|
}
|
|
188
194
|
function encodeNullableSerializableValue(serializer, value) {
|
|
189
|
-
var isNullabilitySupported = serializer.oj().
|
|
195
|
+
var isNullabilitySupported = serializer.oj().uk();
|
|
190
196
|
if (isNullabilitySupported) {
|
|
191
|
-
return this.
|
|
197
|
+
return this.ym(isInterface(serializer, SerializationStrategy) ? serializer : THROW_CCE(), value);
|
|
192
198
|
}
|
|
193
199
|
if (value == null) {
|
|
194
|
-
this.
|
|
200
|
+
this.cm();
|
|
195
201
|
} else {
|
|
196
|
-
this.
|
|
197
|
-
this.
|
|
202
|
+
this.cn();
|
|
203
|
+
this.ym(serializer, value);
|
|
198
204
|
}
|
|
199
205
|
}
|
|
200
206
|
initMetadataForInterface(Encoder, 'Encoder');
|
|
@@ -282,7 +288,7 @@
|
|
|
282
288
|
}
|
|
283
289
|
function PolymorphicSerializer$descriptor$delegate$lambda$lambda(this$0) {
|
|
284
290
|
return function ($this$buildSerialDescriptor) {
|
|
285
|
-
$this$buildSerialDescriptor.yj('type',
|
|
291
|
+
$this$buildSerialDescriptor.yj('type', serializer_1(StringCompanionObject_instance).oj());
|
|
286
292
|
$this$buildSerialDescriptor.yj('value', buildSerialDescriptor('kotlinx.serialization.Polymorphic<' + this$0.zj_1.aa() + '>', CONTEXTUAL_getInstance(), []));
|
|
287
293
|
$this$buildSerialDescriptor.sj_1 = this$0.ak_1;
|
|
288
294
|
return Unit_instance;
|
|
@@ -329,14 +335,123 @@
|
|
|
329
335
|
return receiver.oj();
|
|
330
336
|
}, null);
|
|
331
337
|
}
|
|
332
|
-
function SealedClassSerializer() {
|
|
338
|
+
function SealedClassSerializer$descriptor$delegate$lambda$lambda$lambda(this$0) {
|
|
339
|
+
return function ($this$buildSerialDescriptor) {
|
|
340
|
+
// Inline function 'kotlin.collections.iterator' call
|
|
341
|
+
var _iterator__ex2g4s = this$0.jk_1.x().p();
|
|
342
|
+
while (_iterator__ex2g4s.q()) {
|
|
343
|
+
var element = _iterator__ex2g4s.r();
|
|
344
|
+
// Inline function 'kotlinx.serialization.SealedClassSerializer.descriptor$delegate.<anonymous>.<anonymous>.<anonymous>.<anonymous>' call
|
|
345
|
+
// Inline function 'kotlin.collections.component1' call
|
|
346
|
+
var name = element.y();
|
|
347
|
+
// Inline function 'kotlin.collections.component2' call
|
|
348
|
+
var serializer = element.z();
|
|
349
|
+
$this$buildSerialDescriptor.yj(name, serializer.oj());
|
|
350
|
+
}
|
|
351
|
+
return Unit_instance;
|
|
352
|
+
};
|
|
353
|
+
}
|
|
354
|
+
function SealedClassSerializer$descriptor$delegate$lambda$lambda(this$0) {
|
|
355
|
+
return function ($this$buildSerialDescriptor) {
|
|
356
|
+
$this$buildSerialDescriptor.yj('type', serializer_1(StringCompanionObject_instance).oj());
|
|
357
|
+
var tmp = 'kotlinx.serialization.Sealed<' + this$0.fk_1.aa() + '>';
|
|
358
|
+
var tmp_0 = CONTEXTUAL_getInstance();
|
|
359
|
+
var elementDescriptor = buildSerialDescriptor(tmp, tmp_0, [], SealedClassSerializer$descriptor$delegate$lambda$lambda$lambda(this$0));
|
|
360
|
+
$this$buildSerialDescriptor.yj('value', elementDescriptor);
|
|
361
|
+
$this$buildSerialDescriptor.sj_1 = this$0.gk_1;
|
|
362
|
+
return Unit_instance;
|
|
363
|
+
};
|
|
364
|
+
}
|
|
365
|
+
function SealedClassSerializer$descriptor$delegate$lambda($serialName, this$0) {
|
|
366
|
+
return function () {
|
|
367
|
+
var tmp = SEALED_getInstance();
|
|
368
|
+
return buildSerialDescriptor($serialName, tmp, [], SealedClassSerializer$descriptor$delegate$lambda$lambda(this$0));
|
|
369
|
+
};
|
|
370
|
+
}
|
|
371
|
+
function SealedClassSerializer$$inlined$groupingBy$1($this) {
|
|
372
|
+
this.kk_1 = $this;
|
|
333
373
|
}
|
|
374
|
+
protoOf(SealedClassSerializer$$inlined$groupingBy$1).lk = function () {
|
|
375
|
+
return this.kk_1.p();
|
|
376
|
+
};
|
|
377
|
+
protoOf(SealedClassSerializer$$inlined$groupingBy$1).mk = function (element) {
|
|
378
|
+
// Inline function 'kotlinx.serialization.SealedClassSerializer.<anonymous>' call
|
|
379
|
+
return element.z().oj().nk();
|
|
380
|
+
};
|
|
381
|
+
protoOf(SealedClassSerializer$$inlined$groupingBy$1).ok = function (element) {
|
|
382
|
+
return this.mk((element == null ? true : !(element == null)) ? element : THROW_CCE());
|
|
383
|
+
};
|
|
384
|
+
function SealedClassSerializer(serialName, baseClass, subclasses, subclassSerializers) {
|
|
385
|
+
AbstractPolymorphicSerializer.call(this);
|
|
386
|
+
this.fk_1 = baseClass;
|
|
387
|
+
this.gk_1 = emptyList();
|
|
388
|
+
var tmp = this;
|
|
389
|
+
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
390
|
+
tmp.hk_1 = lazy(tmp_0, SealedClassSerializer$descriptor$delegate$lambda(serialName, this));
|
|
391
|
+
if (!(subclasses.length === subclassSerializers.length)) {
|
|
392
|
+
throw IllegalArgumentException_init_$Create$('All subclasses of sealed class ' + this.fk_1.aa() + ' should be marked @Serializable');
|
|
393
|
+
}
|
|
394
|
+
this.ik_1 = toMap(zip(subclasses, subclassSerializers));
|
|
395
|
+
var tmp_1 = this;
|
|
396
|
+
// Inline function 'kotlin.collections.groupingBy' call
|
|
397
|
+
var this_0 = this.ik_1.x();
|
|
398
|
+
// Inline function 'kotlin.collections.aggregate' call
|
|
399
|
+
var tmp0 = new SealedClassSerializer$$inlined$groupingBy$1(this_0);
|
|
400
|
+
// Inline function 'kotlin.collections.mutableMapOf' call
|
|
401
|
+
// Inline function 'kotlin.collections.aggregateTo' call
|
|
402
|
+
var destination = LinkedHashMap_init_$Create$();
|
|
403
|
+
// Inline function 'kotlin.collections.iterator' call
|
|
404
|
+
var _iterator__ex2g4s = tmp0.lk();
|
|
405
|
+
while (_iterator__ex2g4s.q()) {
|
|
406
|
+
var e = _iterator__ex2g4s.r();
|
|
407
|
+
var key = tmp0.ok(e);
|
|
408
|
+
var accumulator = destination.w1(key);
|
|
409
|
+
// Inline function 'kotlinx.serialization.SealedClassSerializer.<anonymous>' call
|
|
410
|
+
accumulator == null && !destination.u1(key);
|
|
411
|
+
if (!(accumulator == null)) {
|
|
412
|
+
// Inline function 'kotlin.error' call
|
|
413
|
+
var message = "Multiple sealed subclasses of '" + toString(this.fk_1) + "' have the same serial name '" + key + "':" + (" '" + toString(accumulator.y()) + "', '" + toString(e.y()) + "'");
|
|
414
|
+
throw IllegalStateException_init_$Create$(toString(message));
|
|
415
|
+
}
|
|
416
|
+
// Inline function 'kotlin.collections.set' call
|
|
417
|
+
destination.e2(key, e);
|
|
418
|
+
}
|
|
419
|
+
// Inline function 'kotlin.collections.mapValues' call
|
|
420
|
+
// Inline function 'kotlin.collections.mapValuesTo' call
|
|
421
|
+
var destination_0 = LinkedHashMap_init_$Create$_0(mapCapacity(destination.s()));
|
|
422
|
+
// Inline function 'kotlin.collections.associateByTo' call
|
|
423
|
+
var _iterator__ex2g4s_0 = destination.x().p();
|
|
424
|
+
while (_iterator__ex2g4s_0.q()) {
|
|
425
|
+
var element = _iterator__ex2g4s_0.r();
|
|
426
|
+
// Inline function 'kotlin.collections.mapValuesTo.<anonymous>' call
|
|
427
|
+
var tmp_2 = element.y();
|
|
428
|
+
// Inline function 'kotlinx.serialization.SealedClassSerializer.<anonymous>' call
|
|
429
|
+
var tmp$ret$7 = element.z().z();
|
|
430
|
+
destination_0.e2(tmp_2, tmp$ret$7);
|
|
431
|
+
}
|
|
432
|
+
tmp_1.jk_1 = destination_0;
|
|
433
|
+
}
|
|
434
|
+
protoOf(SealedClassSerializer).ck = function () {
|
|
435
|
+
return this.fk_1;
|
|
436
|
+
};
|
|
334
437
|
protoOf(SealedClassSerializer).oj = function () {
|
|
335
|
-
var tmp0 = this.
|
|
438
|
+
var tmp0 = this.hk_1;
|
|
336
439
|
// Inline function 'kotlin.getValue' call
|
|
337
440
|
descriptor$factory_0();
|
|
338
441
|
return tmp0.z();
|
|
339
442
|
};
|
|
443
|
+
protoOf(SealedClassSerializer).ek = function (encoder, value) {
|
|
444
|
+
var tmp0_elvis_lhs = this.ik_1.w1(getKClassFromExpression(value));
|
|
445
|
+
var tmp1_safe_receiver = tmp0_elvis_lhs == null ? protoOf(AbstractPolymorphicSerializer).ek.call(this, encoder, value) : tmp0_elvis_lhs;
|
|
446
|
+
var tmp;
|
|
447
|
+
if (tmp1_safe_receiver == null) {
|
|
448
|
+
tmp = null;
|
|
449
|
+
} else {
|
|
450
|
+
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
451
|
+
tmp = isInterface(tmp1_safe_receiver, SerializationStrategy) ? tmp1_safe_receiver : THROW_CCE();
|
|
452
|
+
}
|
|
453
|
+
return tmp;
|
|
454
|
+
};
|
|
340
455
|
function descriptor$factory_0() {
|
|
341
456
|
return getPropertyCallableRef('descriptor', 1, KProperty1, function (receiver) {
|
|
342
457
|
return receiver.oj();
|
|
@@ -375,9 +490,9 @@
|
|
|
375
490
|
// Inline function 'kotlin.collections.map' call
|
|
376
491
|
// Inline function 'kotlin.collections.mapTo' call
|
|
377
492
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(typeArguments, 10));
|
|
378
|
-
var _iterator__ex2g4s = typeArguments.
|
|
379
|
-
while (_iterator__ex2g4s.
|
|
380
|
-
var item = _iterator__ex2g4s.
|
|
493
|
+
var _iterator__ex2g4s = typeArguments.p();
|
|
494
|
+
while (_iterator__ex2g4s.q()) {
|
|
495
|
+
var item = _iterator__ex2g4s.r();
|
|
381
496
|
// Inline function 'kotlinx.serialization.serializersForParameters.<anonymous>' call
|
|
382
497
|
var tmp$ret$0 = serializer(_this__u8e3s4, item);
|
|
383
498
|
destination.e(tmp$ret$0);
|
|
@@ -387,9 +502,9 @@
|
|
|
387
502
|
// Inline function 'kotlin.collections.map' call
|
|
388
503
|
// Inline function 'kotlin.collections.mapTo' call
|
|
389
504
|
var destination_0 = ArrayList_init_$Create$(collectionSizeOrDefault(typeArguments, 10));
|
|
390
|
-
var _iterator__ex2g4s_0 = typeArguments.
|
|
391
|
-
while (_iterator__ex2g4s_0.
|
|
392
|
-
var item_0 = _iterator__ex2g4s_0.
|
|
505
|
+
var _iterator__ex2g4s_0 = typeArguments.p();
|
|
506
|
+
while (_iterator__ex2g4s_0.q()) {
|
|
507
|
+
var item_0 = _iterator__ex2g4s_0.r();
|
|
393
508
|
// Inline function 'kotlinx.serialization.serializersForParameters.<anonymous>' call
|
|
394
509
|
var tmp0_elvis_lhs = serializerOrNull_0(_this__u8e3s4, item_0);
|
|
395
510
|
var tmp_0;
|
|
@@ -426,26 +541,26 @@
|
|
|
426
541
|
function builtinParametrizedSerializer(_this__u8e3s4, serializers, elementClassifierIfArray) {
|
|
427
542
|
var tmp;
|
|
428
543
|
if (_this__u8e3s4.equals(getKClass(Collection)) || _this__u8e3s4.equals(getKClass(KtList)) || (_this__u8e3s4.equals(getKClass(KtMutableList)) || _this__u8e3s4.equals(getKClass(ArrayList)))) {
|
|
429
|
-
tmp = new ArrayListSerializer(serializers.
|
|
544
|
+
tmp = new ArrayListSerializer(serializers.t(0));
|
|
430
545
|
} else if (_this__u8e3s4.equals(getKClass(HashSet))) {
|
|
431
|
-
tmp = new HashSetSerializer(serializers.
|
|
546
|
+
tmp = new HashSetSerializer(serializers.t(0));
|
|
432
547
|
} else if (_this__u8e3s4.equals(getKClass(KtSet)) || (_this__u8e3s4.equals(getKClass(KtMutableSet)) || _this__u8e3s4.equals(getKClass(LinkedHashSet)))) {
|
|
433
|
-
tmp = new LinkedHashSetSerializer(serializers.
|
|
548
|
+
tmp = new LinkedHashSetSerializer(serializers.t(0));
|
|
434
549
|
} else if (_this__u8e3s4.equals(getKClass(HashMap))) {
|
|
435
|
-
tmp = new HashMapSerializer(serializers.
|
|
550
|
+
tmp = new HashMapSerializer(serializers.t(0), serializers.t(1));
|
|
436
551
|
} else if (_this__u8e3s4.equals(getKClass(KtMap)) || (_this__u8e3s4.equals(getKClass(KtMutableMap)) || _this__u8e3s4.equals(getKClass(LinkedHashMap)))) {
|
|
437
|
-
tmp = new LinkedHashMapSerializer(serializers.
|
|
552
|
+
tmp = new LinkedHashMapSerializer(serializers.t(0), serializers.t(1));
|
|
438
553
|
} else if (_this__u8e3s4.equals(getKClass(Entry))) {
|
|
439
|
-
tmp = MapEntrySerializer(serializers.
|
|
554
|
+
tmp = MapEntrySerializer(serializers.t(0), serializers.t(1));
|
|
440
555
|
} else if (_this__u8e3s4.equals(getKClass(Pair))) {
|
|
441
|
-
tmp = PairSerializer(serializers.
|
|
556
|
+
tmp = PairSerializer(serializers.t(0), serializers.t(1));
|
|
442
557
|
} else if (_this__u8e3s4.equals(getKClass(Triple))) {
|
|
443
|
-
tmp = TripleSerializer(serializers.
|
|
558
|
+
tmp = TripleSerializer(serializers.t(0), serializers.t(1), serializers.t(2));
|
|
444
559
|
} else {
|
|
445
560
|
var tmp_0;
|
|
446
561
|
if (isReferenceArray(_this__u8e3s4)) {
|
|
447
562
|
var tmp_1 = elementClassifierIfArray();
|
|
448
|
-
tmp_0 = ArraySerializer((!(tmp_1 == null) ? isInterface(tmp_1, KClass) : false) ? tmp_1 : THROW_CCE(), serializers.
|
|
563
|
+
tmp_0 = ArraySerializer((!(tmp_1 == null) ? isInterface(tmp_1, KClass) : false) ? tmp_1 : THROW_CCE(), serializers.t(0));
|
|
449
564
|
} else {
|
|
450
565
|
tmp_0 = null;
|
|
451
566
|
}
|
|
@@ -465,18 +580,18 @@
|
|
|
465
580
|
var this_0 = type.pa();
|
|
466
581
|
// Inline function 'kotlin.collections.mapTo' call
|
|
467
582
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
|
|
468
|
-
var _iterator__ex2g4s = this_0.
|
|
469
|
-
while (_iterator__ex2g4s.
|
|
470
|
-
var item = _iterator__ex2g4s.
|
|
583
|
+
var _iterator__ex2g4s = this_0.p();
|
|
584
|
+
while (_iterator__ex2g4s.q()) {
|
|
585
|
+
var item = _iterator__ex2g4s.r();
|
|
471
586
|
// Inline function 'kotlinx.serialization.serializerByKTypeImpl.stub_for_inlining' call
|
|
472
587
|
var tmp$ret$0 = typeOrThrow(item);
|
|
473
588
|
destination.e(tmp$ret$0);
|
|
474
589
|
}
|
|
475
590
|
var typeArguments = destination;
|
|
476
591
|
var tmp;
|
|
477
|
-
if (typeArguments.
|
|
592
|
+
if (typeArguments.m()) {
|
|
478
593
|
var tmp_0;
|
|
479
|
-
if (isInterface_0(rootClass) && !(_this__u8e3s4.
|
|
594
|
+
if (isInterface_0(rootClass) && !(_this__u8e3s4.qk(rootClass) == null)) {
|
|
480
595
|
tmp_0 = null;
|
|
481
596
|
} else {
|
|
482
597
|
tmp_0 = findCachedSerializer(rootClass, isNullable);
|
|
@@ -484,7 +599,7 @@
|
|
|
484
599
|
tmp = tmp_0;
|
|
485
600
|
} else {
|
|
486
601
|
var tmp_1;
|
|
487
|
-
if (_this__u8e3s4.
|
|
602
|
+
if (_this__u8e3s4.pk()) {
|
|
488
603
|
tmp_1 = null;
|
|
489
604
|
} else {
|
|
490
605
|
// Inline function 'kotlin.Result.getOrNull' call
|
|
@@ -504,9 +619,9 @@
|
|
|
504
619
|
if (!(cachedSerializer == null))
|
|
505
620
|
return cachedSerializer;
|
|
506
621
|
var tmp_4;
|
|
507
|
-
if (typeArguments.
|
|
622
|
+
if (typeArguments.m()) {
|
|
508
623
|
var tmp0_elvis_lhs = serializerOrNull(rootClass);
|
|
509
|
-
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? _this__u8e3s4.
|
|
624
|
+
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? _this__u8e3s4.qk(rootClass) : tmp0_elvis_lhs;
|
|
510
625
|
var tmp_5;
|
|
511
626
|
if (tmp1_elvis_lhs == null) {
|
|
512
627
|
// Inline function 'kotlinx.serialization.polymorphicIfInterface' call
|
|
@@ -525,7 +640,7 @@
|
|
|
525
640
|
}
|
|
526
641
|
var serializers = tmp_6;
|
|
527
642
|
var tmp3_elvis_lhs = parametrizedSerializerOrNull(rootClass, serializers, serializerByKTypeImpl$lambda(typeArguments));
|
|
528
|
-
var tmp4_elvis_lhs = tmp3_elvis_lhs == null ? _this__u8e3s4.
|
|
643
|
+
var tmp4_elvis_lhs = tmp3_elvis_lhs == null ? _this__u8e3s4.rk(rootClass, serializers) : tmp3_elvis_lhs;
|
|
529
644
|
var tmp_7;
|
|
530
645
|
if (tmp4_elvis_lhs == null) {
|
|
531
646
|
// Inline function 'kotlinx.serialization.polymorphicIfInterface' call
|
|
@@ -551,9 +666,12 @@
|
|
|
551
666
|
return get_nullable(_this__u8e3s4);
|
|
552
667
|
return isInterface(_this__u8e3s4, KSerializer) ? _this__u8e3s4 : THROW_CCE();
|
|
553
668
|
}
|
|
669
|
+
function serializer_0(type) {
|
|
670
|
+
return serializer(EmptySerializersModule_0(), type);
|
|
671
|
+
}
|
|
554
672
|
function serializerByKTypeImpl$lambda($typeArguments) {
|
|
555
673
|
return function () {
|
|
556
|
-
return $typeArguments.
|
|
674
|
+
return $typeArguments.t(0).oa();
|
|
557
675
|
};
|
|
558
676
|
}
|
|
559
677
|
function get_SERIALIZERS_CACHE() {
|
|
@@ -580,7 +698,7 @@
|
|
|
580
698
|
_init_properties_SerializersCache_kt__hgwi2p();
|
|
581
699
|
var tmp;
|
|
582
700
|
if (!isNullable) {
|
|
583
|
-
var tmp0_safe_receiver = get_SERIALIZERS_CACHE().
|
|
701
|
+
var tmp0_safe_receiver = get_SERIALIZERS_CACHE().sk(clazz);
|
|
584
702
|
var tmp_0;
|
|
585
703
|
if (tmp0_safe_receiver == null) {
|
|
586
704
|
tmp_0 = null;
|
|
@@ -590,7 +708,7 @@
|
|
|
590
708
|
}
|
|
591
709
|
tmp = tmp_0;
|
|
592
710
|
} else {
|
|
593
|
-
tmp = get_SERIALIZERS_CACHE_NULLABLE().
|
|
711
|
+
tmp = get_SERIALIZERS_CACHE_NULLABLE().sk(clazz);
|
|
594
712
|
}
|
|
595
713
|
return tmp;
|
|
596
714
|
}
|
|
@@ -598,10 +716,10 @@
|
|
|
598
716
|
_init_properties_SerializersCache_kt__hgwi2p();
|
|
599
717
|
var tmp;
|
|
600
718
|
if (!isNullable) {
|
|
601
|
-
var tmp_0 = get_PARAMETRIZED_SERIALIZERS_CACHE().
|
|
719
|
+
var tmp_0 = get_PARAMETRIZED_SERIALIZERS_CACHE().tk(clazz, types);
|
|
602
720
|
tmp = new Result(tmp_0) instanceof Result ? tmp_0 : THROW_CCE();
|
|
603
721
|
} else {
|
|
604
|
-
tmp = get_PARAMETRIZED_SERIALIZERS_CACHE_NULLABLE().
|
|
722
|
+
tmp = get_PARAMETRIZED_SERIALIZERS_CACHE_NULLABLE().tk(clazz, types);
|
|
605
723
|
}
|
|
606
724
|
return tmp;
|
|
607
725
|
}
|
|
@@ -645,7 +763,7 @@
|
|
|
645
763
|
}
|
|
646
764
|
function PARAMETRIZED_SERIALIZERS_CACHE$lambda$lambda($types) {
|
|
647
765
|
return function () {
|
|
648
|
-
return $types.
|
|
766
|
+
return $types.t(0).oa();
|
|
649
767
|
};
|
|
650
768
|
}
|
|
651
769
|
function PARAMETRIZED_SERIALIZERS_CACHE_NULLABLE$lambda(clazz, types) {
|
|
@@ -664,7 +782,7 @@
|
|
|
664
782
|
}
|
|
665
783
|
function PARAMETRIZED_SERIALIZERS_CACHE_NULLABLE$lambda$lambda($types) {
|
|
666
784
|
return function () {
|
|
667
|
-
return $types.
|
|
785
|
+
return $types.t(0).oa();
|
|
668
786
|
};
|
|
669
787
|
}
|
|
670
788
|
var properties_initialized_SerializersCache_kt_q8kf25;
|
|
@@ -679,98 +797,98 @@
|
|
|
679
797
|
}
|
|
680
798
|
function get_nullable(_this__u8e3s4) {
|
|
681
799
|
var tmp;
|
|
682
|
-
if (_this__u8e3s4.oj().
|
|
800
|
+
if (_this__u8e3s4.oj().uk()) {
|
|
683
801
|
tmp = isInterface(_this__u8e3s4, KSerializer) ? _this__u8e3s4 : THROW_CCE();
|
|
684
802
|
} else {
|
|
685
803
|
tmp = new NullableSerializer(_this__u8e3s4);
|
|
686
804
|
}
|
|
687
805
|
return tmp;
|
|
688
806
|
}
|
|
689
|
-
function
|
|
807
|
+
function serializer_1(_this__u8e3s4) {
|
|
690
808
|
return StringSerializer_getInstance();
|
|
691
809
|
}
|
|
692
|
-
function
|
|
810
|
+
function serializer_2(_this__u8e3s4) {
|
|
693
811
|
return CharSerializer_getInstance();
|
|
694
812
|
}
|
|
695
813
|
function CharArraySerializer() {
|
|
696
814
|
return CharArraySerializer_getInstance();
|
|
697
815
|
}
|
|
698
|
-
function
|
|
816
|
+
function serializer_3(_this__u8e3s4) {
|
|
699
817
|
return DoubleSerializer_getInstance();
|
|
700
818
|
}
|
|
701
819
|
function DoubleArraySerializer() {
|
|
702
820
|
return DoubleArraySerializer_getInstance();
|
|
703
821
|
}
|
|
704
|
-
function
|
|
822
|
+
function serializer_4(_this__u8e3s4) {
|
|
705
823
|
return FloatSerializer_getInstance();
|
|
706
824
|
}
|
|
707
825
|
function FloatArraySerializer() {
|
|
708
826
|
return FloatArraySerializer_getInstance();
|
|
709
827
|
}
|
|
710
|
-
function
|
|
828
|
+
function serializer_5(_this__u8e3s4) {
|
|
711
829
|
return LongSerializer_getInstance();
|
|
712
830
|
}
|
|
713
831
|
function LongArraySerializer() {
|
|
714
832
|
return LongArraySerializer_getInstance();
|
|
715
833
|
}
|
|
716
|
-
function
|
|
834
|
+
function serializer_6(_this__u8e3s4) {
|
|
717
835
|
return ULongSerializer_getInstance();
|
|
718
836
|
}
|
|
719
837
|
function ULongArraySerializer() {
|
|
720
838
|
return ULongArraySerializer_getInstance();
|
|
721
839
|
}
|
|
722
|
-
function
|
|
840
|
+
function serializer_7(_this__u8e3s4) {
|
|
723
841
|
return IntSerializer_getInstance();
|
|
724
842
|
}
|
|
725
843
|
function IntArraySerializer() {
|
|
726
844
|
return IntArraySerializer_getInstance();
|
|
727
845
|
}
|
|
728
|
-
function
|
|
846
|
+
function serializer_8(_this__u8e3s4) {
|
|
729
847
|
return UIntSerializer_getInstance();
|
|
730
848
|
}
|
|
731
849
|
function UIntArraySerializer() {
|
|
732
850
|
return UIntArraySerializer_getInstance();
|
|
733
851
|
}
|
|
734
|
-
function
|
|
852
|
+
function serializer_9(_this__u8e3s4) {
|
|
735
853
|
return ShortSerializer_getInstance();
|
|
736
854
|
}
|
|
737
855
|
function ShortArraySerializer() {
|
|
738
856
|
return ShortArraySerializer_getInstance();
|
|
739
857
|
}
|
|
740
|
-
function
|
|
858
|
+
function serializer_10(_this__u8e3s4) {
|
|
741
859
|
return UShortSerializer_getInstance();
|
|
742
860
|
}
|
|
743
861
|
function UShortArraySerializer() {
|
|
744
862
|
return UShortArraySerializer_getInstance();
|
|
745
863
|
}
|
|
746
|
-
function
|
|
864
|
+
function serializer_11(_this__u8e3s4) {
|
|
747
865
|
return ByteSerializer_getInstance();
|
|
748
866
|
}
|
|
749
867
|
function ByteArraySerializer() {
|
|
750
868
|
return ByteArraySerializer_getInstance();
|
|
751
869
|
}
|
|
752
|
-
function
|
|
870
|
+
function serializer_12(_this__u8e3s4) {
|
|
753
871
|
return UByteSerializer_getInstance();
|
|
754
872
|
}
|
|
755
873
|
function UByteArraySerializer() {
|
|
756
874
|
return UByteArraySerializer_getInstance();
|
|
757
875
|
}
|
|
758
|
-
function
|
|
876
|
+
function serializer_13(_this__u8e3s4) {
|
|
759
877
|
return BooleanSerializer_getInstance();
|
|
760
878
|
}
|
|
761
879
|
function BooleanArraySerializer() {
|
|
762
880
|
return BooleanArraySerializer_getInstance();
|
|
763
881
|
}
|
|
764
|
-
function
|
|
882
|
+
function serializer_14(_this__u8e3s4) {
|
|
765
883
|
return UnitSerializer_getInstance();
|
|
766
884
|
}
|
|
767
885
|
function NothingSerializer() {
|
|
768
886
|
return NothingSerializer_getInstance();
|
|
769
887
|
}
|
|
770
|
-
function
|
|
888
|
+
function serializer_15(_this__u8e3s4) {
|
|
771
889
|
return DurationSerializer_getInstance();
|
|
772
890
|
}
|
|
773
|
-
function
|
|
891
|
+
function serializer_16(_this__u8e3s4) {
|
|
774
892
|
return UuidSerializer_getInstance();
|
|
775
893
|
}
|
|
776
894
|
function MapEntrySerializer(keySerializer, valueSerializer) {
|
|
@@ -789,12 +907,12 @@
|
|
|
789
907
|
return new ContextDescriptor(_this__u8e3s4, context);
|
|
790
908
|
}
|
|
791
909
|
function ContextDescriptor(original, kClass) {
|
|
792
|
-
this.
|
|
793
|
-
this.
|
|
794
|
-
this.
|
|
910
|
+
this.vk_1 = original;
|
|
911
|
+
this.wk_1 = kClass;
|
|
912
|
+
this.xk_1 = this.vk_1.nk() + '<' + this.wk_1.aa() + '>';
|
|
795
913
|
}
|
|
796
|
-
protoOf(ContextDescriptor).
|
|
797
|
-
return this.
|
|
914
|
+
protoOf(ContextDescriptor).nk = function () {
|
|
915
|
+
return this.xk_1;
|
|
798
916
|
};
|
|
799
917
|
protoOf(ContextDescriptor).equals = function (other) {
|
|
800
918
|
var tmp0_elvis_lhs = other instanceof ContextDescriptor ? other : null;
|
|
@@ -805,36 +923,36 @@
|
|
|
805
923
|
tmp = tmp0_elvis_lhs;
|
|
806
924
|
}
|
|
807
925
|
var another = tmp;
|
|
808
|
-
return equals(this.
|
|
926
|
+
return equals(this.vk_1, another.vk_1) && another.wk_1.equals(this.wk_1);
|
|
809
927
|
};
|
|
810
928
|
protoOf(ContextDescriptor).hashCode = function () {
|
|
811
|
-
var result = this.
|
|
812
|
-
result = imul(31, result) + getStringHashCode(this.
|
|
929
|
+
var result = this.wk_1.hashCode();
|
|
930
|
+
result = imul(31, result) + getStringHashCode(this.xk_1) | 0;
|
|
813
931
|
return result;
|
|
814
932
|
};
|
|
815
933
|
protoOf(ContextDescriptor).toString = function () {
|
|
816
|
-
return 'ContextDescriptor(kClass: ' + toString(this.
|
|
934
|
+
return 'ContextDescriptor(kClass: ' + toString(this.wk_1) + ', original: ' + toString(this.vk_1) + ')';
|
|
817
935
|
};
|
|
818
|
-
protoOf(ContextDescriptor).
|
|
819
|
-
return this.
|
|
936
|
+
protoOf(ContextDescriptor).yk = function () {
|
|
937
|
+
return this.vk_1.yk();
|
|
820
938
|
};
|
|
821
|
-
protoOf(ContextDescriptor).
|
|
822
|
-
return this.
|
|
939
|
+
protoOf(ContextDescriptor).uk = function () {
|
|
940
|
+
return this.vk_1.uk();
|
|
823
941
|
};
|
|
824
|
-
protoOf(ContextDescriptor).
|
|
825
|
-
return this.
|
|
942
|
+
protoOf(ContextDescriptor).zk = function () {
|
|
943
|
+
return this.vk_1.zk();
|
|
826
944
|
};
|
|
827
|
-
protoOf(ContextDescriptor).
|
|
828
|
-
return this.
|
|
945
|
+
protoOf(ContextDescriptor).al = function () {
|
|
946
|
+
return this.vk_1.al();
|
|
829
947
|
};
|
|
830
|
-
protoOf(ContextDescriptor).
|
|
831
|
-
return this.
|
|
948
|
+
protoOf(ContextDescriptor).bl = function () {
|
|
949
|
+
return this.vk_1.bl();
|
|
832
950
|
};
|
|
833
|
-
protoOf(ContextDescriptor).
|
|
834
|
-
return this.
|
|
951
|
+
protoOf(ContextDescriptor).cl = function (index) {
|
|
952
|
+
return this.vk_1.cl(index);
|
|
835
953
|
};
|
|
836
|
-
protoOf(ContextDescriptor).
|
|
837
|
-
return this.
|
|
954
|
+
protoOf(ContextDescriptor).dl = function (index) {
|
|
955
|
+
return this.vk_1.dl(index);
|
|
838
956
|
};
|
|
839
957
|
function getContextualDescriptor(_this__u8e3s4, descriptor) {
|
|
840
958
|
var tmp0_safe_receiver = get_capturedKClass(descriptor);
|
|
@@ -844,7 +962,7 @@
|
|
|
844
962
|
} else {
|
|
845
963
|
// Inline function 'kotlin.let' call
|
|
846
964
|
// Inline function 'kotlinx.serialization.descriptors.getContextualDescriptor.<anonymous>' call
|
|
847
|
-
var tmp0_safe_receiver_0 = _this__u8e3s4.
|
|
965
|
+
var tmp0_safe_receiver_0 = _this__u8e3s4.qk(tmp0_safe_receiver);
|
|
848
966
|
tmp = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.oj();
|
|
849
967
|
}
|
|
850
968
|
return tmp;
|
|
@@ -852,10 +970,10 @@
|
|
|
852
970
|
function get_capturedKClass(_this__u8e3s4) {
|
|
853
971
|
var tmp;
|
|
854
972
|
if (_this__u8e3s4 instanceof ContextDescriptor) {
|
|
855
|
-
tmp = _this__u8e3s4.
|
|
973
|
+
tmp = _this__u8e3s4.wk_1;
|
|
856
974
|
} else {
|
|
857
975
|
if (_this__u8e3s4 instanceof SerialDescriptorForNullable) {
|
|
858
|
-
tmp = get_capturedKClass(_this__u8e3s4.
|
|
976
|
+
tmp = get_capturedKClass(_this__u8e3s4.el_1);
|
|
859
977
|
} else {
|
|
860
978
|
tmp = null;
|
|
861
979
|
}
|
|
@@ -869,24 +987,24 @@
|
|
|
869
987
|
return new elementDescriptors$$inlined$Iterable$1(_this__u8e3s4);
|
|
870
988
|
}
|
|
871
989
|
function elementDescriptors$1($this_elementDescriptors) {
|
|
872
|
-
this.
|
|
873
|
-
this.
|
|
990
|
+
this.il_1 = $this_elementDescriptors;
|
|
991
|
+
this.hl_1 = $this_elementDescriptors.al();
|
|
874
992
|
}
|
|
875
|
-
protoOf(elementDescriptors$1).
|
|
876
|
-
return this.
|
|
993
|
+
protoOf(elementDescriptors$1).q = function () {
|
|
994
|
+
return this.hl_1 > 0;
|
|
877
995
|
};
|
|
878
|
-
protoOf(elementDescriptors$1).
|
|
879
|
-
var tmp = this.
|
|
880
|
-
var _unary__edvuaz = this.
|
|
881
|
-
this.
|
|
882
|
-
return this.
|
|
996
|
+
protoOf(elementDescriptors$1).r = function () {
|
|
997
|
+
var tmp = this.il_1.al();
|
|
998
|
+
var _unary__edvuaz = this.hl_1;
|
|
999
|
+
this.hl_1 = _unary__edvuaz - 1 | 0;
|
|
1000
|
+
return this.il_1.dl(tmp - _unary__edvuaz | 0);
|
|
883
1001
|
};
|
|
884
1002
|
function elementDescriptors$$inlined$Iterable$1($this_elementDescriptors) {
|
|
885
|
-
this.
|
|
1003
|
+
this.jl_1 = $this_elementDescriptors;
|
|
886
1004
|
}
|
|
887
|
-
protoOf(elementDescriptors$$inlined$Iterable$1).
|
|
1005
|
+
protoOf(elementDescriptors$$inlined$Iterable$1).p = function () {
|
|
888
1006
|
// Inline function 'kotlinx.serialization.descriptors.<get-elementDescriptors>.<anonymous>' call
|
|
889
|
-
return new elementDescriptors$1(this.
|
|
1007
|
+
return new elementDescriptors$1(this.jl_1);
|
|
890
1008
|
};
|
|
891
1009
|
function buildSerialDescriptor(serialName, kind, typeParameters, builder) {
|
|
892
1010
|
var tmp;
|
|
@@ -911,7 +1029,7 @@
|
|
|
911
1029
|
}
|
|
912
1030
|
var sdBuilder = new ClassSerialDescriptorBuilder(serialName);
|
|
913
1031
|
builder(sdBuilder);
|
|
914
|
-
return new SerialDescriptorImpl(serialName, kind, sdBuilder.tj_1.
|
|
1032
|
+
return new SerialDescriptorImpl(serialName, kind, sdBuilder.tj_1.s(), toList(typeParameters), sdBuilder);
|
|
915
1033
|
}
|
|
916
1034
|
function ClassSerialDescriptorBuilder(serialName) {
|
|
917
1035
|
this.qj_1 = serialName;
|
|
@@ -923,7 +1041,7 @@
|
|
|
923
1041
|
this.wj_1 = ArrayList_init_$Create$_0();
|
|
924
1042
|
this.xj_1 = ArrayList_init_$Create$_0();
|
|
925
1043
|
}
|
|
926
|
-
protoOf(ClassSerialDescriptorBuilder).
|
|
1044
|
+
protoOf(ClassSerialDescriptorBuilder).kl = function (elementName, descriptor, annotations, isOptional) {
|
|
927
1045
|
// Inline function 'kotlin.require' call
|
|
928
1046
|
if (!this.uj_1.e(elementName)) {
|
|
929
1047
|
// Inline function 'kotlinx.serialization.descriptors.ClassSerialDescriptorBuilder.element.<anonymous>' call
|
|
@@ -944,82 +1062,82 @@
|
|
|
944
1062
|
isOptional = isOptional === VOID ? false : isOptional;
|
|
945
1063
|
var tmp;
|
|
946
1064
|
if ($super === VOID) {
|
|
947
|
-
this.
|
|
1065
|
+
this.kl(elementName, descriptor, annotations, isOptional);
|
|
948
1066
|
tmp = Unit_instance;
|
|
949
1067
|
} else {
|
|
950
|
-
tmp = $super.
|
|
1068
|
+
tmp = $super.kl.call(this, elementName, descriptor, annotations, isOptional);
|
|
951
1069
|
}
|
|
952
1070
|
return tmp;
|
|
953
1071
|
};
|
|
954
1072
|
function _get__hashCode__tgwhef($this) {
|
|
955
|
-
var tmp0 = $this.
|
|
1073
|
+
var tmp0 = $this.wl_1;
|
|
956
1074
|
// Inline function 'kotlin.getValue' call
|
|
957
1075
|
_hashCode$factory();
|
|
958
1076
|
return tmp0.z();
|
|
959
1077
|
}
|
|
960
1078
|
function SerialDescriptorImpl$_hashCode$delegate$lambda(this$0) {
|
|
961
1079
|
return function () {
|
|
962
|
-
return hashCodeImpl(this$0, this$0.
|
|
1080
|
+
return hashCodeImpl(this$0, this$0.vl_1);
|
|
963
1081
|
};
|
|
964
1082
|
}
|
|
965
1083
|
function SerialDescriptorImpl$toString$lambda(this$0) {
|
|
966
1084
|
return function (it) {
|
|
967
|
-
return this$0.
|
|
1085
|
+
return this$0.cl(it) + ': ' + this$0.dl(it).nk();
|
|
968
1086
|
};
|
|
969
1087
|
}
|
|
970
1088
|
function SerialDescriptorImpl(serialName, kind, elementsCount, typeParameters, builder) {
|
|
971
|
-
this.
|
|
972
|
-
this.
|
|
973
|
-
this.
|
|
974
|
-
this.
|
|
975
|
-
this.
|
|
1089
|
+
this.ll_1 = serialName;
|
|
1090
|
+
this.ml_1 = kind;
|
|
1091
|
+
this.nl_1 = elementsCount;
|
|
1092
|
+
this.ol_1 = builder.sj_1;
|
|
1093
|
+
this.pl_1 = toHashSet(builder.tj_1);
|
|
976
1094
|
var tmp = this;
|
|
977
1095
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
978
1096
|
var this_0 = builder.tj_1;
|
|
979
|
-
tmp.
|
|
980
|
-
this.
|
|
1097
|
+
tmp.ql_1 = copyToArray(this_0);
|
|
1098
|
+
this.rl_1 = compactArray(builder.vj_1);
|
|
981
1099
|
var tmp_0 = this;
|
|
982
1100
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
983
1101
|
var this_1 = builder.wj_1;
|
|
984
|
-
tmp_0.
|
|
985
|
-
this.
|
|
1102
|
+
tmp_0.sl_1 = copyToArray(this_1);
|
|
1103
|
+
this.tl_1 = toBooleanArray(builder.xj_1);
|
|
986
1104
|
var tmp_1 = this;
|
|
987
1105
|
// Inline function 'kotlin.collections.map' call
|
|
988
|
-
var this_2 = withIndex(this.
|
|
1106
|
+
var this_2 = withIndex(this.ql_1);
|
|
989
1107
|
// Inline function 'kotlin.collections.mapTo' call
|
|
990
1108
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_2, 10));
|
|
991
|
-
var _iterator__ex2g4s = this_2.
|
|
992
|
-
while (_iterator__ex2g4s.
|
|
993
|
-
var item = _iterator__ex2g4s.
|
|
1109
|
+
var _iterator__ex2g4s = this_2.p();
|
|
1110
|
+
while (_iterator__ex2g4s.q()) {
|
|
1111
|
+
var item = _iterator__ex2g4s.r();
|
|
994
1112
|
// Inline function 'kotlinx.serialization.descriptors.SerialDescriptorImpl.name2Index.<anonymous>' call
|
|
995
1113
|
var tmp$ret$2 = to(item.ae_1, item.zd_1);
|
|
996
1114
|
destination.e(tmp$ret$2);
|
|
997
1115
|
}
|
|
998
|
-
tmp_1.
|
|
999
|
-
this.
|
|
1116
|
+
tmp_1.ul_1 = toMap(destination);
|
|
1117
|
+
this.vl_1 = compactArray(typeParameters);
|
|
1000
1118
|
var tmp_2 = this;
|
|
1001
|
-
tmp_2.
|
|
1119
|
+
tmp_2.wl_1 = lazy_0(SerialDescriptorImpl$_hashCode$delegate$lambda(this));
|
|
1002
1120
|
}
|
|
1003
|
-
protoOf(SerialDescriptorImpl).
|
|
1004
|
-
return this.
|
|
1121
|
+
protoOf(SerialDescriptorImpl).nk = function () {
|
|
1122
|
+
return this.ll_1;
|
|
1005
1123
|
};
|
|
1006
|
-
protoOf(SerialDescriptorImpl).
|
|
1007
|
-
return this.
|
|
1124
|
+
protoOf(SerialDescriptorImpl).yk = function () {
|
|
1125
|
+
return this.ml_1;
|
|
1008
1126
|
};
|
|
1009
|
-
protoOf(SerialDescriptorImpl).
|
|
1010
|
-
return this.
|
|
1127
|
+
protoOf(SerialDescriptorImpl).al = function () {
|
|
1128
|
+
return this.nl_1;
|
|
1011
1129
|
};
|
|
1012
|
-
protoOf(SerialDescriptorImpl).
|
|
1013
|
-
return this.
|
|
1130
|
+
protoOf(SerialDescriptorImpl).bl = function () {
|
|
1131
|
+
return this.ol_1;
|
|
1014
1132
|
};
|
|
1015
|
-
protoOf(SerialDescriptorImpl).
|
|
1016
|
-
return this.
|
|
1133
|
+
protoOf(SerialDescriptorImpl).xl = function () {
|
|
1134
|
+
return this.pl_1;
|
|
1017
1135
|
};
|
|
1018
|
-
protoOf(SerialDescriptorImpl).
|
|
1019
|
-
return getChecked(this.
|
|
1136
|
+
protoOf(SerialDescriptorImpl).cl = function (index) {
|
|
1137
|
+
return getChecked(this.ql_1, index);
|
|
1020
1138
|
};
|
|
1021
|
-
protoOf(SerialDescriptorImpl).
|
|
1022
|
-
return getChecked(this.
|
|
1139
|
+
protoOf(SerialDescriptorImpl).dl = function (index) {
|
|
1140
|
+
return getChecked(this.rl_1, index);
|
|
1023
1141
|
};
|
|
1024
1142
|
protoOf(SerialDescriptorImpl).equals = function (other) {
|
|
1025
1143
|
var tmp$ret$0;
|
|
@@ -1033,30 +1151,30 @@
|
|
|
1033
1151
|
tmp$ret$0 = false;
|
|
1034
1152
|
break $l$block_5;
|
|
1035
1153
|
}
|
|
1036
|
-
if (!(this.
|
|
1154
|
+
if (!(this.nk() === other.nk())) {
|
|
1037
1155
|
tmp$ret$0 = false;
|
|
1038
1156
|
break $l$block_5;
|
|
1039
1157
|
}
|
|
1040
1158
|
// Inline function 'kotlinx.serialization.descriptors.SerialDescriptorImpl.equals.<anonymous>' call
|
|
1041
|
-
if (!contentEquals(this.
|
|
1159
|
+
if (!contentEquals(this.vl_1, other.vl_1)) {
|
|
1042
1160
|
tmp$ret$0 = false;
|
|
1043
1161
|
break $l$block_5;
|
|
1044
1162
|
}
|
|
1045
|
-
if (!(this.
|
|
1163
|
+
if (!(this.al() === other.al())) {
|
|
1046
1164
|
tmp$ret$0 = false;
|
|
1047
1165
|
break $l$block_5;
|
|
1048
1166
|
}
|
|
1049
1167
|
var inductionVariable = 0;
|
|
1050
|
-
var last = this.
|
|
1168
|
+
var last = this.al();
|
|
1051
1169
|
if (inductionVariable < last)
|
|
1052
1170
|
do {
|
|
1053
1171
|
var index = inductionVariable;
|
|
1054
1172
|
inductionVariable = inductionVariable + 1 | 0;
|
|
1055
|
-
if (!(this.
|
|
1173
|
+
if (!(this.dl(index).nk() === other.dl(index).nk())) {
|
|
1056
1174
|
tmp$ret$0 = false;
|
|
1057
1175
|
break $l$block_5;
|
|
1058
1176
|
}
|
|
1059
|
-
if (!equals(this.
|
|
1177
|
+
if (!equals(this.dl(index).yk(), other.dl(index).yk())) {
|
|
1060
1178
|
tmp$ret$0 = false;
|
|
1061
1179
|
break $l$block_5;
|
|
1062
1180
|
}
|
|
@@ -1070,8 +1188,8 @@
|
|
|
1070
1188
|
return _get__hashCode__tgwhef(this);
|
|
1071
1189
|
};
|
|
1072
1190
|
protoOf(SerialDescriptorImpl).toString = function () {
|
|
1073
|
-
var tmp = until(0, this.
|
|
1074
|
-
var tmp_0 = this.
|
|
1191
|
+
var tmp = until(0, this.nl_1);
|
|
1192
|
+
var tmp_0 = this.ll_1 + '(';
|
|
1075
1193
|
return joinToString(tmp, ', ', tmp_0, ')', VOID, VOID, SerialDescriptorImpl$toString$lambda(this));
|
|
1076
1194
|
};
|
|
1077
1195
|
function buildClassSerialDescriptor(serialName, typeParameters, builderAction) {
|
|
@@ -1091,7 +1209,7 @@
|
|
|
1091
1209
|
}
|
|
1092
1210
|
var sdBuilder = new ClassSerialDescriptorBuilder(serialName);
|
|
1093
1211
|
builderAction(sdBuilder);
|
|
1094
|
-
return new SerialDescriptorImpl(serialName, CLASS_getInstance(), sdBuilder.tj_1.
|
|
1212
|
+
return new SerialDescriptorImpl(serialName, CLASS_getInstance(), sdBuilder.tj_1.s(), toList(typeParameters), sdBuilder);
|
|
1095
1213
|
}
|
|
1096
1214
|
function PrimitiveSerialDescriptor(serialName, kind) {
|
|
1097
1215
|
// Inline function 'kotlin.text.isNotBlank' call
|
|
@@ -1142,6 +1260,16 @@
|
|
|
1142
1260
|
protoOf(SerialKind).hashCode = function () {
|
|
1143
1261
|
return getStringHashCode(this.toString());
|
|
1144
1262
|
};
|
|
1263
|
+
function SEALED() {
|
|
1264
|
+
SEALED_instance = this;
|
|
1265
|
+
PolymorphicKind.call(this);
|
|
1266
|
+
}
|
|
1267
|
+
var SEALED_instance;
|
|
1268
|
+
function SEALED_getInstance() {
|
|
1269
|
+
if (SEALED_instance == null)
|
|
1270
|
+
new SEALED();
|
|
1271
|
+
return SEALED_instance;
|
|
1272
|
+
}
|
|
1145
1273
|
function OPEN() {
|
|
1146
1274
|
OPEN_instance = this;
|
|
1147
1275
|
PolymorphicKind.call(this);
|
|
@@ -1293,106 +1421,106 @@
|
|
|
1293
1421
|
}
|
|
1294
1422
|
function AbstractEncoder() {
|
|
1295
1423
|
}
|
|
1296
|
-
protoOf(AbstractEncoder).
|
|
1424
|
+
protoOf(AbstractEncoder).yl = function (descriptor) {
|
|
1297
1425
|
return this;
|
|
1298
1426
|
};
|
|
1299
|
-
protoOf(AbstractEncoder).
|
|
1427
|
+
protoOf(AbstractEncoder).zl = function (descriptor) {
|
|
1300
1428
|
};
|
|
1301
|
-
protoOf(AbstractEncoder).
|
|
1429
|
+
protoOf(AbstractEncoder).am = function (descriptor, index) {
|
|
1302
1430
|
return true;
|
|
1303
1431
|
};
|
|
1304
|
-
protoOf(AbstractEncoder).
|
|
1432
|
+
protoOf(AbstractEncoder).bm = function (value) {
|
|
1305
1433
|
throw SerializationException_init_$Create$_0('Non-serializable ' + toString(getKClassFromExpression(value)) + ' is not supported by ' + toString(getKClassFromExpression(this)) + ' encoder');
|
|
1306
1434
|
};
|
|
1307
|
-
protoOf(AbstractEncoder).
|
|
1435
|
+
protoOf(AbstractEncoder).cm = function () {
|
|
1308
1436
|
throw SerializationException_init_$Create$_0("'null' is not supported by default");
|
|
1309
1437
|
};
|
|
1310
|
-
protoOf(AbstractEncoder).
|
|
1311
|
-
return this.
|
|
1438
|
+
protoOf(AbstractEncoder).dm = function (value) {
|
|
1439
|
+
return this.bm(value);
|
|
1312
1440
|
};
|
|
1313
|
-
protoOf(AbstractEncoder).
|
|
1314
|
-
return this.
|
|
1441
|
+
protoOf(AbstractEncoder).em = function (value) {
|
|
1442
|
+
return this.bm(value);
|
|
1315
1443
|
};
|
|
1316
|
-
protoOf(AbstractEncoder).
|
|
1317
|
-
return this.
|
|
1444
|
+
protoOf(AbstractEncoder).fm = function (value) {
|
|
1445
|
+
return this.bm(value);
|
|
1318
1446
|
};
|
|
1319
|
-
protoOf(AbstractEncoder).
|
|
1320
|
-
return this.
|
|
1447
|
+
protoOf(AbstractEncoder).gm = function (value) {
|
|
1448
|
+
return this.bm(value);
|
|
1321
1449
|
};
|
|
1322
|
-
protoOf(AbstractEncoder).
|
|
1323
|
-
return this.
|
|
1450
|
+
protoOf(AbstractEncoder).hm = function (value) {
|
|
1451
|
+
return this.bm(value);
|
|
1324
1452
|
};
|
|
1325
|
-
protoOf(AbstractEncoder).
|
|
1326
|
-
return this.
|
|
1453
|
+
protoOf(AbstractEncoder).im = function (value) {
|
|
1454
|
+
return this.bm(value);
|
|
1327
1455
|
};
|
|
1328
|
-
protoOf(AbstractEncoder).
|
|
1329
|
-
return this.
|
|
1456
|
+
protoOf(AbstractEncoder).jm = function (value) {
|
|
1457
|
+
return this.bm(value);
|
|
1330
1458
|
};
|
|
1331
|
-
protoOf(AbstractEncoder).
|
|
1332
|
-
return this.
|
|
1459
|
+
protoOf(AbstractEncoder).km = function (value) {
|
|
1460
|
+
return this.bm(new Char(value));
|
|
1333
1461
|
};
|
|
1334
|
-
protoOf(AbstractEncoder).
|
|
1335
|
-
return this.
|
|
1462
|
+
protoOf(AbstractEncoder).lm = function (value) {
|
|
1463
|
+
return this.bm(value);
|
|
1336
1464
|
};
|
|
1337
|
-
protoOf(AbstractEncoder).
|
|
1465
|
+
protoOf(AbstractEncoder).mm = function (descriptor) {
|
|
1338
1466
|
return this;
|
|
1339
1467
|
};
|
|
1340
|
-
protoOf(AbstractEncoder).
|
|
1341
|
-
if (this.
|
|
1342
|
-
this.
|
|
1468
|
+
protoOf(AbstractEncoder).nm = function (descriptor, index, value) {
|
|
1469
|
+
if (this.am(descriptor, index)) {
|
|
1470
|
+
this.dm(value);
|
|
1343
1471
|
}
|
|
1344
1472
|
};
|
|
1345
|
-
protoOf(AbstractEncoder).
|
|
1346
|
-
if (this.
|
|
1347
|
-
this.
|
|
1473
|
+
protoOf(AbstractEncoder).om = function (descriptor, index, value) {
|
|
1474
|
+
if (this.am(descriptor, index)) {
|
|
1475
|
+
this.em(value);
|
|
1348
1476
|
}
|
|
1349
1477
|
};
|
|
1350
|
-
protoOf(AbstractEncoder).
|
|
1351
|
-
if (this.
|
|
1352
|
-
this.
|
|
1478
|
+
protoOf(AbstractEncoder).pm = function (descriptor, index, value) {
|
|
1479
|
+
if (this.am(descriptor, index)) {
|
|
1480
|
+
this.fm(value);
|
|
1353
1481
|
}
|
|
1354
1482
|
};
|
|
1355
|
-
protoOf(AbstractEncoder).
|
|
1356
|
-
if (this.
|
|
1357
|
-
this.
|
|
1483
|
+
protoOf(AbstractEncoder).qm = function (descriptor, index, value) {
|
|
1484
|
+
if (this.am(descriptor, index)) {
|
|
1485
|
+
this.gm(value);
|
|
1358
1486
|
}
|
|
1359
1487
|
};
|
|
1360
|
-
protoOf(AbstractEncoder).
|
|
1361
|
-
if (this.
|
|
1362
|
-
this.
|
|
1488
|
+
protoOf(AbstractEncoder).rm = function (descriptor, index, value) {
|
|
1489
|
+
if (this.am(descriptor, index)) {
|
|
1490
|
+
this.hm(value);
|
|
1363
1491
|
}
|
|
1364
1492
|
};
|
|
1365
|
-
protoOf(AbstractEncoder).
|
|
1366
|
-
if (this.
|
|
1367
|
-
this.
|
|
1493
|
+
protoOf(AbstractEncoder).sm = function (descriptor, index, value) {
|
|
1494
|
+
if (this.am(descriptor, index)) {
|
|
1495
|
+
this.im(value);
|
|
1368
1496
|
}
|
|
1369
1497
|
};
|
|
1370
|
-
protoOf(AbstractEncoder).
|
|
1371
|
-
if (this.
|
|
1372
|
-
this.
|
|
1498
|
+
protoOf(AbstractEncoder).tm = function (descriptor, index, value) {
|
|
1499
|
+
if (this.am(descriptor, index)) {
|
|
1500
|
+
this.jm(value);
|
|
1373
1501
|
}
|
|
1374
1502
|
};
|
|
1375
|
-
protoOf(AbstractEncoder).
|
|
1376
|
-
if (this.
|
|
1377
|
-
this.
|
|
1503
|
+
protoOf(AbstractEncoder).um = function (descriptor, index, value) {
|
|
1504
|
+
if (this.am(descriptor, index)) {
|
|
1505
|
+
this.km(value);
|
|
1378
1506
|
}
|
|
1379
1507
|
};
|
|
1380
|
-
protoOf(AbstractEncoder).
|
|
1381
|
-
if (this.
|
|
1382
|
-
this.
|
|
1508
|
+
protoOf(AbstractEncoder).vm = function (descriptor, index, value) {
|
|
1509
|
+
if (this.am(descriptor, index)) {
|
|
1510
|
+
this.lm(value);
|
|
1383
1511
|
}
|
|
1384
1512
|
};
|
|
1385
|
-
protoOf(AbstractEncoder).
|
|
1386
|
-
return this.
|
|
1513
|
+
protoOf(AbstractEncoder).wm = function (descriptor, index) {
|
|
1514
|
+
return this.am(descriptor, index) ? this.mm(descriptor.dl(index)) : NoOpEncoder_getInstance();
|
|
1387
1515
|
};
|
|
1388
|
-
protoOf(AbstractEncoder).
|
|
1389
|
-
if (this.
|
|
1390
|
-
this.
|
|
1516
|
+
protoOf(AbstractEncoder).xm = function (descriptor, index, serializer, value) {
|
|
1517
|
+
if (this.am(descriptor, index)) {
|
|
1518
|
+
this.ym(serializer, value);
|
|
1391
1519
|
}
|
|
1392
1520
|
};
|
|
1393
|
-
protoOf(AbstractEncoder).
|
|
1394
|
-
if (this.
|
|
1395
|
-
this.
|
|
1521
|
+
protoOf(AbstractEncoder).zm = function (descriptor, index, serializer, value) {
|
|
1522
|
+
if (this.am(descriptor, index)) {
|
|
1523
|
+
this.an(serializer, value);
|
|
1396
1524
|
}
|
|
1397
1525
|
};
|
|
1398
1526
|
function Encoder() {
|
|
@@ -1405,20 +1533,20 @@
|
|
|
1405
1533
|
var actualSerializer = findPolymorphicSerializer(this, encoder, value);
|
|
1406
1534
|
// Inline function 'kotlinx.serialization.encoding.encodeStructure' call
|
|
1407
1535
|
var descriptor = this.oj();
|
|
1408
|
-
var composite = encoder.
|
|
1536
|
+
var composite = encoder.yl(descriptor);
|
|
1409
1537
|
// Inline function 'kotlinx.serialization.internal.AbstractPolymorphicSerializer.serialize.<anonymous>' call
|
|
1410
|
-
composite.
|
|
1538
|
+
composite.vm(this.oj(), 0, actualSerializer.oj().nk());
|
|
1411
1539
|
var tmp = this.oj();
|
|
1412
1540
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
1413
1541
|
var tmp$ret$0 = isInterface(actualSerializer, SerializationStrategy) ? actualSerializer : THROW_CCE();
|
|
1414
|
-
composite.
|
|
1415
|
-
composite.
|
|
1542
|
+
composite.xm(tmp, 1, tmp$ret$0, value);
|
|
1543
|
+
composite.zl(descriptor);
|
|
1416
1544
|
};
|
|
1417
1545
|
protoOf(AbstractPolymorphicSerializer).pj = function (encoder, value) {
|
|
1418
1546
|
return this.dk(encoder, !(value == null) ? value : THROW_CCE());
|
|
1419
1547
|
};
|
|
1420
1548
|
protoOf(AbstractPolymorphicSerializer).ek = function (encoder, value) {
|
|
1421
|
-
return encoder.
|
|
1549
|
+
return encoder.bn().fn(this.ck(), value);
|
|
1422
1550
|
};
|
|
1423
1551
|
function throwSubtypeNotRegistered(subClass, baseClass) {
|
|
1424
1552
|
var tmp0_elvis_lhs = subClass.aa();
|
|
@@ -1430,12 +1558,12 @@
|
|
|
1430
1558
|
}
|
|
1431
1559
|
function NothingSerializer_0() {
|
|
1432
1560
|
NothingSerializer_instance = this;
|
|
1433
|
-
this.
|
|
1561
|
+
this.gn_1 = NothingSerialDescriptor_getInstance();
|
|
1434
1562
|
}
|
|
1435
1563
|
protoOf(NothingSerializer_0).oj = function () {
|
|
1436
|
-
return this.
|
|
1564
|
+
return this.gn_1;
|
|
1437
1565
|
};
|
|
1438
|
-
protoOf(NothingSerializer_0).
|
|
1566
|
+
protoOf(NothingSerializer_0).hn = function (encoder, value) {
|
|
1439
1567
|
throw SerializationException_init_$Create$_0("'kotlin.Nothing' cannot be serialized");
|
|
1440
1568
|
};
|
|
1441
1569
|
protoOf(NothingSerializer_0).pj = function (encoder, value) {
|
|
@@ -1445,7 +1573,7 @@
|
|
|
1445
1573
|
} else {
|
|
1446
1574
|
tmp = THROW_CCE();
|
|
1447
1575
|
}
|
|
1448
|
-
return this.
|
|
1576
|
+
return this.hn(encoder, tmp);
|
|
1449
1577
|
};
|
|
1450
1578
|
var NothingSerializer_instance;
|
|
1451
1579
|
function NothingSerializer_getInstance() {
|
|
@@ -1455,16 +1583,16 @@
|
|
|
1455
1583
|
}
|
|
1456
1584
|
function DurationSerializer() {
|
|
1457
1585
|
DurationSerializer_instance = this;
|
|
1458
|
-
this.
|
|
1586
|
+
this.in_1 = new PrimitiveSerialDescriptor_0('kotlin.time.Duration', STRING_getInstance());
|
|
1459
1587
|
}
|
|
1460
1588
|
protoOf(DurationSerializer).oj = function () {
|
|
1461
|
-
return this.
|
|
1589
|
+
return this.in_1;
|
|
1462
1590
|
};
|
|
1463
|
-
protoOf(DurationSerializer).
|
|
1464
|
-
encoder.
|
|
1591
|
+
protoOf(DurationSerializer).jn = function (encoder, value) {
|
|
1592
|
+
encoder.lm(Duration__toIsoString_impl_9h6wsm(value));
|
|
1465
1593
|
};
|
|
1466
1594
|
protoOf(DurationSerializer).pj = function (encoder, value) {
|
|
1467
|
-
return this.
|
|
1595
|
+
return this.jn(encoder, value instanceof Duration ? value.eh_1 : THROW_CCE());
|
|
1468
1596
|
};
|
|
1469
1597
|
var DurationSerializer_instance;
|
|
1470
1598
|
function DurationSerializer_getInstance() {
|
|
@@ -1474,16 +1602,16 @@
|
|
|
1474
1602
|
}
|
|
1475
1603
|
function UuidSerializer() {
|
|
1476
1604
|
UuidSerializer_instance = this;
|
|
1477
|
-
this.
|
|
1605
|
+
this.kn_1 = new PrimitiveSerialDescriptor_0('kotlin.uuid.Uuid', STRING_getInstance());
|
|
1478
1606
|
}
|
|
1479
1607
|
protoOf(UuidSerializer).oj = function () {
|
|
1480
|
-
return this.
|
|
1608
|
+
return this.kn_1;
|
|
1481
1609
|
};
|
|
1482
|
-
protoOf(UuidSerializer).
|
|
1483
|
-
encoder.
|
|
1610
|
+
protoOf(UuidSerializer).ln = function (encoder, value) {
|
|
1611
|
+
encoder.lm(value.toString());
|
|
1484
1612
|
};
|
|
1485
1613
|
protoOf(UuidSerializer).pj = function (encoder, value) {
|
|
1486
|
-
return this.
|
|
1614
|
+
return this.ln(encoder, value instanceof Uuid ? value : THROW_CCE());
|
|
1487
1615
|
};
|
|
1488
1616
|
var UuidSerializer_instance;
|
|
1489
1617
|
function UuidSerializer_getInstance() {
|
|
@@ -1496,19 +1624,19 @@
|
|
|
1496
1624
|
function ArrayListClassDesc(elementDesc) {
|
|
1497
1625
|
ListLikeDescriptor.call(this, elementDesc);
|
|
1498
1626
|
}
|
|
1499
|
-
protoOf(ArrayListClassDesc).
|
|
1627
|
+
protoOf(ArrayListClassDesc).nk = function () {
|
|
1500
1628
|
return 'kotlin.collections.ArrayList';
|
|
1501
1629
|
};
|
|
1502
1630
|
function HashSetClassDesc(elementDesc) {
|
|
1503
1631
|
ListLikeDescriptor.call(this, elementDesc);
|
|
1504
1632
|
}
|
|
1505
|
-
protoOf(HashSetClassDesc).
|
|
1633
|
+
protoOf(HashSetClassDesc).nk = function () {
|
|
1506
1634
|
return 'kotlin.collections.HashSet';
|
|
1507
1635
|
};
|
|
1508
1636
|
function LinkedHashSetClassDesc(elementDesc) {
|
|
1509
1637
|
ListLikeDescriptor.call(this, elementDesc);
|
|
1510
1638
|
}
|
|
1511
|
-
protoOf(LinkedHashSetClassDesc).
|
|
1639
|
+
protoOf(LinkedHashSetClassDesc).nk = function () {
|
|
1512
1640
|
return 'kotlin.collections.LinkedHashSet';
|
|
1513
1641
|
};
|
|
1514
1642
|
function HashMapClassDesc(keyDesc, valueDesc) {
|
|
@@ -1520,78 +1648,78 @@
|
|
|
1520
1648
|
function ArrayClassDesc(elementDesc) {
|
|
1521
1649
|
ListLikeDescriptor.call(this, elementDesc);
|
|
1522
1650
|
}
|
|
1523
|
-
protoOf(ArrayClassDesc).
|
|
1651
|
+
protoOf(ArrayClassDesc).nk = function () {
|
|
1524
1652
|
return 'kotlin.Array';
|
|
1525
1653
|
};
|
|
1526
1654
|
function ListLikeDescriptor(elementDescriptor) {
|
|
1527
|
-
this.
|
|
1528
|
-
this.
|
|
1655
|
+
this.on_1 = elementDescriptor;
|
|
1656
|
+
this.pn_1 = 1;
|
|
1529
1657
|
}
|
|
1530
|
-
protoOf(ListLikeDescriptor).
|
|
1658
|
+
protoOf(ListLikeDescriptor).yk = function () {
|
|
1531
1659
|
return LIST_getInstance();
|
|
1532
1660
|
};
|
|
1533
|
-
protoOf(ListLikeDescriptor).
|
|
1534
|
-
return this.
|
|
1661
|
+
protoOf(ListLikeDescriptor).al = function () {
|
|
1662
|
+
return this.pn_1;
|
|
1535
1663
|
};
|
|
1536
|
-
protoOf(ListLikeDescriptor).
|
|
1664
|
+
protoOf(ListLikeDescriptor).cl = function (index) {
|
|
1537
1665
|
return index.toString();
|
|
1538
1666
|
};
|
|
1539
|
-
protoOf(ListLikeDescriptor).
|
|
1667
|
+
protoOf(ListLikeDescriptor).dl = function (index) {
|
|
1540
1668
|
// Inline function 'kotlin.require' call
|
|
1541
1669
|
if (!(index >= 0)) {
|
|
1542
1670
|
// Inline function 'kotlinx.serialization.internal.ListLikeDescriptor.getElementDescriptor.<anonymous>' call
|
|
1543
|
-
var message = 'Illegal index ' + index + ', ' + this.
|
|
1671
|
+
var message = 'Illegal index ' + index + ', ' + this.nk() + ' expects only non-negative indices';
|
|
1544
1672
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1545
1673
|
}
|
|
1546
|
-
return this.
|
|
1674
|
+
return this.on_1;
|
|
1547
1675
|
};
|
|
1548
1676
|
protoOf(ListLikeDescriptor).equals = function (other) {
|
|
1549
1677
|
if (this === other)
|
|
1550
1678
|
return true;
|
|
1551
1679
|
if (!(other instanceof ListLikeDescriptor))
|
|
1552
1680
|
return false;
|
|
1553
|
-
if (equals(this.
|
|
1681
|
+
if (equals(this.on_1, other.on_1) && this.nk() === other.nk())
|
|
1554
1682
|
return true;
|
|
1555
1683
|
return false;
|
|
1556
1684
|
};
|
|
1557
1685
|
protoOf(ListLikeDescriptor).hashCode = function () {
|
|
1558
|
-
return imul(hashCode(this.
|
|
1686
|
+
return imul(hashCode(this.on_1), 31) + getStringHashCode(this.nk()) | 0;
|
|
1559
1687
|
};
|
|
1560
1688
|
protoOf(ListLikeDescriptor).toString = function () {
|
|
1561
|
-
return this.
|
|
1689
|
+
return this.nk() + '(' + toString(this.on_1) + ')';
|
|
1562
1690
|
};
|
|
1563
1691
|
function MapLikeDescriptor(serialName, keyDescriptor, valueDescriptor) {
|
|
1564
|
-
this.
|
|
1565
|
-
this.
|
|
1566
|
-
this.
|
|
1567
|
-
this.
|
|
1692
|
+
this.un_1 = serialName;
|
|
1693
|
+
this.vn_1 = keyDescriptor;
|
|
1694
|
+
this.wn_1 = valueDescriptor;
|
|
1695
|
+
this.xn_1 = 2;
|
|
1568
1696
|
}
|
|
1569
|
-
protoOf(MapLikeDescriptor).
|
|
1570
|
-
return this.
|
|
1697
|
+
protoOf(MapLikeDescriptor).nk = function () {
|
|
1698
|
+
return this.un_1;
|
|
1571
1699
|
};
|
|
1572
|
-
protoOf(MapLikeDescriptor).
|
|
1700
|
+
protoOf(MapLikeDescriptor).yk = function () {
|
|
1573
1701
|
return MAP_getInstance();
|
|
1574
1702
|
};
|
|
1575
|
-
protoOf(MapLikeDescriptor).
|
|
1576
|
-
return this.
|
|
1703
|
+
protoOf(MapLikeDescriptor).al = function () {
|
|
1704
|
+
return this.xn_1;
|
|
1577
1705
|
};
|
|
1578
|
-
protoOf(MapLikeDescriptor).
|
|
1706
|
+
protoOf(MapLikeDescriptor).cl = function (index) {
|
|
1579
1707
|
return index.toString();
|
|
1580
1708
|
};
|
|
1581
|
-
protoOf(MapLikeDescriptor).
|
|
1709
|
+
protoOf(MapLikeDescriptor).dl = function (index) {
|
|
1582
1710
|
// Inline function 'kotlin.require' call
|
|
1583
1711
|
if (!(index >= 0)) {
|
|
1584
1712
|
// Inline function 'kotlinx.serialization.internal.MapLikeDescriptor.getElementDescriptor.<anonymous>' call
|
|
1585
|
-
var message = 'Illegal index ' + index + ', ' + this.
|
|
1713
|
+
var message = 'Illegal index ' + index + ', ' + this.nk() + ' expects only non-negative indices';
|
|
1586
1714
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1587
1715
|
}
|
|
1588
1716
|
var tmp;
|
|
1589
1717
|
switch (index % 2 | 0) {
|
|
1590
1718
|
case 0:
|
|
1591
|
-
tmp = this.
|
|
1719
|
+
tmp = this.vn_1;
|
|
1592
1720
|
break;
|
|
1593
1721
|
case 1:
|
|
1594
|
-
tmp = this.
|
|
1722
|
+
tmp = this.wn_1;
|
|
1595
1723
|
break;
|
|
1596
1724
|
default:
|
|
1597
1725
|
var message_0 = 'Unreached';
|
|
@@ -1604,144 +1732,144 @@
|
|
|
1604
1732
|
return true;
|
|
1605
1733
|
if (!(other instanceof MapLikeDescriptor))
|
|
1606
1734
|
return false;
|
|
1607
|
-
if (!(this.
|
|
1735
|
+
if (!(this.nk() === other.nk()))
|
|
1608
1736
|
return false;
|
|
1609
|
-
if (!equals(this.
|
|
1737
|
+
if (!equals(this.vn_1, other.vn_1))
|
|
1610
1738
|
return false;
|
|
1611
|
-
if (!equals(this.
|
|
1739
|
+
if (!equals(this.wn_1, other.wn_1))
|
|
1612
1740
|
return false;
|
|
1613
1741
|
return true;
|
|
1614
1742
|
};
|
|
1615
1743
|
protoOf(MapLikeDescriptor).hashCode = function () {
|
|
1616
|
-
var result = getStringHashCode(this.
|
|
1617
|
-
result = imul(31, result) + hashCode(this.
|
|
1618
|
-
result = imul(31, result) + hashCode(this.
|
|
1744
|
+
var result = getStringHashCode(this.nk());
|
|
1745
|
+
result = imul(31, result) + hashCode(this.vn_1) | 0;
|
|
1746
|
+
result = imul(31, result) + hashCode(this.wn_1) | 0;
|
|
1619
1747
|
return result;
|
|
1620
1748
|
};
|
|
1621
1749
|
protoOf(MapLikeDescriptor).toString = function () {
|
|
1622
|
-
return this.
|
|
1750
|
+
return this.nk() + '(' + toString(this.vn_1) + ', ' + toString(this.wn_1) + ')';
|
|
1623
1751
|
};
|
|
1624
1752
|
function PrimitiveArrayDescriptor(primitive) {
|
|
1625
1753
|
ListLikeDescriptor.call(this, primitive);
|
|
1626
|
-
this.
|
|
1754
|
+
this.co_1 = primitive.nk() + 'Array';
|
|
1627
1755
|
}
|
|
1628
|
-
protoOf(PrimitiveArrayDescriptor).
|
|
1629
|
-
return this.
|
|
1756
|
+
protoOf(PrimitiveArrayDescriptor).nk = function () {
|
|
1757
|
+
return this.co_1;
|
|
1630
1758
|
};
|
|
1631
1759
|
function ArrayListSerializer(element) {
|
|
1632
1760
|
CollectionSerializer.call(this, element);
|
|
1633
|
-
this.
|
|
1761
|
+
this.eo_1 = new ArrayListClassDesc(element.oj());
|
|
1634
1762
|
}
|
|
1635
1763
|
protoOf(ArrayListSerializer).oj = function () {
|
|
1636
|
-
return this.
|
|
1764
|
+
return this.eo_1;
|
|
1637
1765
|
};
|
|
1638
1766
|
function HashSetSerializer(eSerializer) {
|
|
1639
1767
|
CollectionSerializer.call(this, eSerializer);
|
|
1640
|
-
this.
|
|
1768
|
+
this.lo_1 = new HashSetClassDesc(eSerializer.oj());
|
|
1641
1769
|
}
|
|
1642
1770
|
protoOf(HashSetSerializer).oj = function () {
|
|
1643
|
-
return this.
|
|
1771
|
+
return this.lo_1;
|
|
1644
1772
|
};
|
|
1645
1773
|
function LinkedHashSetSerializer(eSerializer) {
|
|
1646
1774
|
CollectionSerializer.call(this, eSerializer);
|
|
1647
|
-
this.
|
|
1775
|
+
this.no_1 = new LinkedHashSetClassDesc(eSerializer.oj());
|
|
1648
1776
|
}
|
|
1649
1777
|
protoOf(LinkedHashSetSerializer).oj = function () {
|
|
1650
|
-
return this.
|
|
1778
|
+
return this.no_1;
|
|
1651
1779
|
};
|
|
1652
1780
|
function HashMapSerializer(kSerializer, vSerializer) {
|
|
1653
1781
|
MapLikeSerializer.call(this, kSerializer, vSerializer);
|
|
1654
|
-
this.
|
|
1782
|
+
this.qo_1 = new HashMapClassDesc(kSerializer.oj(), vSerializer.oj());
|
|
1655
1783
|
}
|
|
1656
1784
|
protoOf(HashMapSerializer).oj = function () {
|
|
1657
|
-
return this.
|
|
1785
|
+
return this.qo_1;
|
|
1658
1786
|
};
|
|
1659
|
-
protoOf(HashMapSerializer).
|
|
1660
|
-
return _this__u8e3s4.
|
|
1787
|
+
protoOf(HashMapSerializer).ro = function (_this__u8e3s4) {
|
|
1788
|
+
return _this__u8e3s4.s();
|
|
1661
1789
|
};
|
|
1662
|
-
protoOf(HashMapSerializer).
|
|
1663
|
-
return this.
|
|
1790
|
+
protoOf(HashMapSerializer).so = function (_this__u8e3s4) {
|
|
1791
|
+
return this.ro((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, KtMap) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1664
1792
|
};
|
|
1665
|
-
protoOf(HashMapSerializer).
|
|
1793
|
+
protoOf(HashMapSerializer).to = function (_this__u8e3s4) {
|
|
1666
1794
|
// Inline function 'kotlin.collections.iterator' call
|
|
1667
|
-
return _this__u8e3s4.x().
|
|
1795
|
+
return _this__u8e3s4.x().p();
|
|
1668
1796
|
};
|
|
1669
|
-
protoOf(HashMapSerializer).
|
|
1670
|
-
return this.
|
|
1797
|
+
protoOf(HashMapSerializer).uo = function (_this__u8e3s4) {
|
|
1798
|
+
return this.to((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, KtMap) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1671
1799
|
};
|
|
1672
1800
|
function LinkedHashMapSerializer(kSerializer, vSerializer) {
|
|
1673
1801
|
MapLikeSerializer.call(this, kSerializer, vSerializer);
|
|
1674
|
-
this.
|
|
1802
|
+
this.zo_1 = new LinkedHashMapClassDesc(kSerializer.oj(), vSerializer.oj());
|
|
1675
1803
|
}
|
|
1676
1804
|
protoOf(LinkedHashMapSerializer).oj = function () {
|
|
1677
|
-
return this.
|
|
1805
|
+
return this.zo_1;
|
|
1678
1806
|
};
|
|
1679
|
-
protoOf(LinkedHashMapSerializer).
|
|
1680
|
-
return _this__u8e3s4.
|
|
1807
|
+
protoOf(LinkedHashMapSerializer).ro = function (_this__u8e3s4) {
|
|
1808
|
+
return _this__u8e3s4.s();
|
|
1681
1809
|
};
|
|
1682
|
-
protoOf(LinkedHashMapSerializer).
|
|
1683
|
-
return this.
|
|
1810
|
+
protoOf(LinkedHashMapSerializer).so = function (_this__u8e3s4) {
|
|
1811
|
+
return this.ro((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, KtMap) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1684
1812
|
};
|
|
1685
|
-
protoOf(LinkedHashMapSerializer).
|
|
1813
|
+
protoOf(LinkedHashMapSerializer).to = function (_this__u8e3s4) {
|
|
1686
1814
|
// Inline function 'kotlin.collections.iterator' call
|
|
1687
|
-
return _this__u8e3s4.x().
|
|
1815
|
+
return _this__u8e3s4.x().p();
|
|
1688
1816
|
};
|
|
1689
|
-
protoOf(LinkedHashMapSerializer).
|
|
1690
|
-
return this.
|
|
1817
|
+
protoOf(LinkedHashMapSerializer).uo = function (_this__u8e3s4) {
|
|
1818
|
+
return this.to((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, KtMap) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1691
1819
|
};
|
|
1692
1820
|
function ReferenceArraySerializer(kClass, eSerializer) {
|
|
1693
1821
|
CollectionLikeSerializer.call(this, eSerializer);
|
|
1694
|
-
this.
|
|
1695
|
-
this.
|
|
1822
|
+
this.bp_1 = kClass;
|
|
1823
|
+
this.cp_1 = new ArrayClassDesc(eSerializer.oj());
|
|
1696
1824
|
}
|
|
1697
1825
|
protoOf(ReferenceArraySerializer).oj = function () {
|
|
1698
|
-
return this.
|
|
1826
|
+
return this.cp_1;
|
|
1699
1827
|
};
|
|
1700
|
-
protoOf(ReferenceArraySerializer).
|
|
1828
|
+
protoOf(ReferenceArraySerializer).dp = function (_this__u8e3s4) {
|
|
1701
1829
|
return _this__u8e3s4.length;
|
|
1702
1830
|
};
|
|
1703
|
-
protoOf(ReferenceArraySerializer).
|
|
1704
|
-
return this.
|
|
1831
|
+
protoOf(ReferenceArraySerializer).so = function (_this__u8e3s4) {
|
|
1832
|
+
return this.dp((!(_this__u8e3s4 == null) ? isArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1705
1833
|
};
|
|
1706
|
-
protoOf(ReferenceArraySerializer).
|
|
1834
|
+
protoOf(ReferenceArraySerializer).ep = function (_this__u8e3s4) {
|
|
1707
1835
|
return arrayIterator(_this__u8e3s4);
|
|
1708
1836
|
};
|
|
1709
|
-
protoOf(ReferenceArraySerializer).
|
|
1710
|
-
return this.
|
|
1837
|
+
protoOf(ReferenceArraySerializer).uo = function (_this__u8e3s4) {
|
|
1838
|
+
return this.ep((!(_this__u8e3s4 == null) ? isArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1711
1839
|
};
|
|
1712
1840
|
function CollectionSerializer(element) {
|
|
1713
1841
|
CollectionLikeSerializer.call(this, element);
|
|
1714
1842
|
}
|
|
1715
|
-
protoOf(CollectionSerializer).
|
|
1716
|
-
return _this__u8e3s4.
|
|
1843
|
+
protoOf(CollectionSerializer).go = function (_this__u8e3s4) {
|
|
1844
|
+
return _this__u8e3s4.s();
|
|
1717
1845
|
};
|
|
1718
|
-
protoOf(CollectionSerializer).
|
|
1719
|
-
return this.
|
|
1846
|
+
protoOf(CollectionSerializer).so = function (_this__u8e3s4) {
|
|
1847
|
+
return this.go((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, Collection) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1720
1848
|
};
|
|
1721
|
-
protoOf(CollectionSerializer).
|
|
1722
|
-
return _this__u8e3s4.
|
|
1849
|
+
protoOf(CollectionSerializer).ho = function (_this__u8e3s4) {
|
|
1850
|
+
return _this__u8e3s4.p();
|
|
1723
1851
|
};
|
|
1724
|
-
protoOf(CollectionSerializer).
|
|
1725
|
-
return this.
|
|
1852
|
+
protoOf(CollectionSerializer).uo = function (_this__u8e3s4) {
|
|
1853
|
+
return this.ho((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, Collection) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1726
1854
|
};
|
|
1727
1855
|
function MapLikeSerializer(keySerializer, valueSerializer) {
|
|
1728
1856
|
AbstractCollectionSerializer.call(this);
|
|
1729
|
-
this.
|
|
1730
|
-
this.
|
|
1857
|
+
this.vo_1 = keySerializer;
|
|
1858
|
+
this.wo_1 = valueSerializer;
|
|
1731
1859
|
}
|
|
1732
|
-
protoOf(MapLikeSerializer).
|
|
1733
|
-
var size = this.
|
|
1860
|
+
protoOf(MapLikeSerializer).jo = function (encoder, value) {
|
|
1861
|
+
var size = this.so(value);
|
|
1734
1862
|
// Inline function 'kotlinx.serialization.encoding.encodeCollection' call
|
|
1735
1863
|
var descriptor = this.oj();
|
|
1736
|
-
var composite = encoder.
|
|
1864
|
+
var composite = encoder.dn(descriptor, size);
|
|
1737
1865
|
// Inline function 'kotlinx.serialization.internal.MapLikeSerializer.serialize.<anonymous>' call
|
|
1738
|
-
var iterator = this.
|
|
1866
|
+
var iterator = this.uo(value);
|
|
1739
1867
|
var index = 0;
|
|
1740
1868
|
// Inline function 'kotlin.collections.forEach' call
|
|
1741
1869
|
// Inline function 'kotlin.collections.iterator' call
|
|
1742
1870
|
var _iterator__ex2g4s = iterator;
|
|
1743
|
-
while (_iterator__ex2g4s.
|
|
1744
|
-
var element = _iterator__ex2g4s.
|
|
1871
|
+
while (_iterator__ex2g4s.q()) {
|
|
1872
|
+
var element = _iterator__ex2g4s.r();
|
|
1745
1873
|
// Inline function 'kotlinx.serialization.internal.MapLikeSerializer.serialize.<anonymous>.<anonymous>' call
|
|
1746
1874
|
// Inline function 'kotlin.collections.component1' call
|
|
1747
1875
|
var k = element.y();
|
|
@@ -1750,81 +1878,81 @@
|
|
|
1750
1878
|
var tmp = this.oj();
|
|
1751
1879
|
var _unary__edvuaz = index;
|
|
1752
1880
|
index = _unary__edvuaz + 1 | 0;
|
|
1753
|
-
composite.
|
|
1881
|
+
composite.xm(tmp, _unary__edvuaz, this.vo_1, k);
|
|
1754
1882
|
var tmp_0 = this.oj();
|
|
1755
1883
|
var _unary__edvuaz_0 = index;
|
|
1756
1884
|
index = _unary__edvuaz_0 + 1 | 0;
|
|
1757
|
-
composite.
|
|
1885
|
+
composite.xm(tmp_0, _unary__edvuaz_0, this.wo_1, v);
|
|
1758
1886
|
}
|
|
1759
|
-
composite.
|
|
1887
|
+
composite.zl(descriptor);
|
|
1760
1888
|
};
|
|
1761
1889
|
protoOf(MapLikeSerializer).pj = function (encoder, value) {
|
|
1762
|
-
return this.
|
|
1890
|
+
return this.jo(encoder, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
1763
1891
|
};
|
|
1764
1892
|
function CollectionLikeSerializer(elementSerializer) {
|
|
1765
1893
|
AbstractCollectionSerializer.call(this);
|
|
1766
|
-
this.
|
|
1894
|
+
this.io_1 = elementSerializer;
|
|
1767
1895
|
}
|
|
1768
|
-
protoOf(CollectionLikeSerializer).
|
|
1769
|
-
var size = this.
|
|
1896
|
+
protoOf(CollectionLikeSerializer).jo = function (encoder, value) {
|
|
1897
|
+
var size = this.so(value);
|
|
1770
1898
|
// Inline function 'kotlinx.serialization.encoding.encodeCollection' call
|
|
1771
1899
|
var descriptor = this.oj();
|
|
1772
|
-
var composite = encoder.
|
|
1900
|
+
var composite = encoder.dn(descriptor, size);
|
|
1773
1901
|
// Inline function 'kotlinx.serialization.internal.CollectionLikeSerializer.serialize.<anonymous>' call
|
|
1774
|
-
var iterator = this.
|
|
1902
|
+
var iterator = this.uo(value);
|
|
1775
1903
|
var inductionVariable = 0;
|
|
1776
1904
|
if (inductionVariable < size)
|
|
1777
1905
|
do {
|
|
1778
1906
|
var index = inductionVariable;
|
|
1779
1907
|
inductionVariable = inductionVariable + 1 | 0;
|
|
1780
|
-
composite.
|
|
1908
|
+
composite.xm(this.oj(), index, this.io_1, iterator.r());
|
|
1781
1909
|
}
|
|
1782
1910
|
while (inductionVariable < size);
|
|
1783
|
-
composite.
|
|
1911
|
+
composite.zl(descriptor);
|
|
1784
1912
|
};
|
|
1785
1913
|
protoOf(CollectionLikeSerializer).pj = function (encoder, value) {
|
|
1786
|
-
return this.
|
|
1914
|
+
return this.jo(encoder, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
1787
1915
|
};
|
|
1788
1916
|
function AbstractCollectionSerializer() {
|
|
1789
1917
|
}
|
|
1790
1918
|
function PrimitiveArraySerializer(primitiveSerializer) {
|
|
1791
1919
|
CollectionLikeSerializer.call(this, primitiveSerializer);
|
|
1792
|
-
this.
|
|
1920
|
+
this.gp_1 = new PrimitiveArrayDescriptor(primitiveSerializer.oj());
|
|
1793
1921
|
}
|
|
1794
1922
|
protoOf(PrimitiveArraySerializer).oj = function () {
|
|
1795
|
-
return this.
|
|
1923
|
+
return this.gp_1;
|
|
1796
1924
|
};
|
|
1797
|
-
protoOf(PrimitiveArraySerializer).
|
|
1925
|
+
protoOf(PrimitiveArraySerializer).hp = function (_this__u8e3s4) {
|
|
1798
1926
|
var message = 'This method lead to boxing and must not be used, use writeContents instead';
|
|
1799
1927
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
1800
1928
|
};
|
|
1801
|
-
protoOf(PrimitiveArraySerializer).
|
|
1802
|
-
return this.
|
|
1929
|
+
protoOf(PrimitiveArraySerializer).uo = function (_this__u8e3s4) {
|
|
1930
|
+
return this.hp((_this__u8e3s4 == null ? true : !(_this__u8e3s4 == null)) ? _this__u8e3s4 : THROW_CCE());
|
|
1803
1931
|
};
|
|
1804
|
-
protoOf(PrimitiveArraySerializer).
|
|
1805
|
-
var size = this.
|
|
1932
|
+
protoOf(PrimitiveArraySerializer).jp = function (encoder, value) {
|
|
1933
|
+
var size = this.so(value);
|
|
1806
1934
|
// Inline function 'kotlinx.serialization.encoding.encodeCollection' call
|
|
1807
|
-
var descriptor = this.
|
|
1808
|
-
var composite = encoder.
|
|
1935
|
+
var descriptor = this.gp_1;
|
|
1936
|
+
var composite = encoder.dn(descriptor, size);
|
|
1809
1937
|
// Inline function 'kotlinx.serialization.internal.PrimitiveArraySerializer.serialize.<anonymous>' call
|
|
1810
|
-
this.
|
|
1811
|
-
composite.
|
|
1938
|
+
this.ip(composite, value, size);
|
|
1939
|
+
composite.zl(descriptor);
|
|
1812
1940
|
};
|
|
1813
1941
|
protoOf(PrimitiveArraySerializer).pj = function (encoder, value) {
|
|
1814
|
-
return this.
|
|
1942
|
+
return this.jp(encoder, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
1815
1943
|
};
|
|
1816
|
-
protoOf(PrimitiveArraySerializer).
|
|
1817
|
-
return this.
|
|
1944
|
+
protoOf(PrimitiveArraySerializer).jo = function (encoder, value) {
|
|
1945
|
+
return this.jp(encoder, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
1818
1946
|
};
|
|
1819
1947
|
function InlinePrimitiveDescriptor(name, primitiveSerializer) {
|
|
1820
1948
|
return new InlineClassDescriptor(name, new InlinePrimitiveDescriptor$1(primitiveSerializer));
|
|
1821
1949
|
}
|
|
1822
1950
|
function InlineClassDescriptor(name, generatedSerializer) {
|
|
1823
1951
|
PluginGeneratedSerialDescriptor.call(this, name, generatedSerializer, 1);
|
|
1824
|
-
this.
|
|
1952
|
+
this.wp_1 = true;
|
|
1825
1953
|
}
|
|
1826
|
-
protoOf(InlineClassDescriptor).
|
|
1827
|
-
return this.
|
|
1954
|
+
protoOf(InlineClassDescriptor).zk = function () {
|
|
1955
|
+
return this.wp_1;
|
|
1828
1956
|
};
|
|
1829
1957
|
protoOf(InlineClassDescriptor).hashCode = function () {
|
|
1830
1958
|
return imul(protoOf(PluginGeneratedSerialDescriptor).hashCode.call(this), 31);
|
|
@@ -1841,30 +1969,30 @@
|
|
|
1841
1969
|
tmp$ret$0 = false;
|
|
1842
1970
|
break $l$block_5;
|
|
1843
1971
|
}
|
|
1844
|
-
if (!(this.
|
|
1972
|
+
if (!(this.nk() === other.nk())) {
|
|
1845
1973
|
tmp$ret$0 = false;
|
|
1846
1974
|
break $l$block_5;
|
|
1847
1975
|
}
|
|
1848
1976
|
// Inline function 'kotlinx.serialization.internal.InlineClassDescriptor.equals.<anonymous>' call
|
|
1849
|
-
if (!(other.
|
|
1977
|
+
if (!(other.wp_1 && contentEquals(this.jq(), other.jq()))) {
|
|
1850
1978
|
tmp$ret$0 = false;
|
|
1851
1979
|
break $l$block_5;
|
|
1852
1980
|
}
|
|
1853
|
-
if (!(this.
|
|
1981
|
+
if (!(this.al() === other.al())) {
|
|
1854
1982
|
tmp$ret$0 = false;
|
|
1855
1983
|
break $l$block_5;
|
|
1856
1984
|
}
|
|
1857
1985
|
var inductionVariable = 0;
|
|
1858
|
-
var last = this.
|
|
1986
|
+
var last = this.al();
|
|
1859
1987
|
if (inductionVariable < last)
|
|
1860
1988
|
do {
|
|
1861
1989
|
var index = inductionVariable;
|
|
1862
1990
|
inductionVariable = inductionVariable + 1 | 0;
|
|
1863
|
-
if (!(this.
|
|
1991
|
+
if (!(this.dl(index).nk() === other.dl(index).nk())) {
|
|
1864
1992
|
tmp$ret$0 = false;
|
|
1865
1993
|
break $l$block_5;
|
|
1866
1994
|
}
|
|
1867
|
-
if (!equals(this.
|
|
1995
|
+
if (!equals(this.dl(index).yk(), other.dl(index).yk())) {
|
|
1868
1996
|
tmp$ret$0 = false;
|
|
1869
1997
|
break $l$block_5;
|
|
1870
1998
|
}
|
|
@@ -1875,13 +2003,13 @@
|
|
|
1875
2003
|
return tmp$ret$0;
|
|
1876
2004
|
};
|
|
1877
2005
|
function InlinePrimitiveDescriptor$1($primitiveSerializer) {
|
|
1878
|
-
this.
|
|
2006
|
+
this.lq_1 = $primitiveSerializer;
|
|
1879
2007
|
}
|
|
1880
|
-
protoOf(InlinePrimitiveDescriptor$1).
|
|
2008
|
+
protoOf(InlinePrimitiveDescriptor$1).mq = function () {
|
|
1881
2009
|
// Inline function 'kotlin.arrayOf' call
|
|
1882
2010
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
1883
2011
|
// Inline function 'kotlin.js.asDynamic' call
|
|
1884
|
-
return [this.
|
|
2012
|
+
return [this.lq_1];
|
|
1885
2013
|
};
|
|
1886
2014
|
protoOf(InlinePrimitiveDescriptor$1).oj = function () {
|
|
1887
2015
|
var message = 'unsupported';
|
|
@@ -1898,42 +2026,42 @@
|
|
|
1898
2026
|
function NoOpEncoder() {
|
|
1899
2027
|
NoOpEncoder_instance = this;
|
|
1900
2028
|
AbstractEncoder.call(this);
|
|
1901
|
-
this.
|
|
2029
|
+
this.oq_1 = EmptySerializersModule_0();
|
|
1902
2030
|
}
|
|
1903
|
-
protoOf(NoOpEncoder).
|
|
1904
|
-
return this.
|
|
2031
|
+
protoOf(NoOpEncoder).bn = function () {
|
|
2032
|
+
return this.oq_1;
|
|
1905
2033
|
};
|
|
1906
|
-
protoOf(NoOpEncoder).
|
|
2034
|
+
protoOf(NoOpEncoder).bm = function (value) {
|
|
1907
2035
|
return Unit_instance;
|
|
1908
2036
|
};
|
|
1909
|
-
protoOf(NoOpEncoder).
|
|
2037
|
+
protoOf(NoOpEncoder).cm = function () {
|
|
1910
2038
|
return Unit_instance;
|
|
1911
2039
|
};
|
|
1912
|
-
protoOf(NoOpEncoder).
|
|
2040
|
+
protoOf(NoOpEncoder).dm = function (value) {
|
|
1913
2041
|
return Unit_instance;
|
|
1914
2042
|
};
|
|
1915
|
-
protoOf(NoOpEncoder).
|
|
2043
|
+
protoOf(NoOpEncoder).em = function (value) {
|
|
1916
2044
|
return Unit_instance;
|
|
1917
2045
|
};
|
|
1918
|
-
protoOf(NoOpEncoder).
|
|
2046
|
+
protoOf(NoOpEncoder).fm = function (value) {
|
|
1919
2047
|
return Unit_instance;
|
|
1920
2048
|
};
|
|
1921
|
-
protoOf(NoOpEncoder).
|
|
2049
|
+
protoOf(NoOpEncoder).gm = function (value) {
|
|
1922
2050
|
return Unit_instance;
|
|
1923
2051
|
};
|
|
1924
|
-
protoOf(NoOpEncoder).
|
|
2052
|
+
protoOf(NoOpEncoder).hm = function (value) {
|
|
1925
2053
|
return Unit_instance;
|
|
1926
2054
|
};
|
|
1927
|
-
protoOf(NoOpEncoder).
|
|
2055
|
+
protoOf(NoOpEncoder).im = function (value) {
|
|
1928
2056
|
return Unit_instance;
|
|
1929
2057
|
};
|
|
1930
|
-
protoOf(NoOpEncoder).
|
|
2058
|
+
protoOf(NoOpEncoder).jm = function (value) {
|
|
1931
2059
|
return Unit_instance;
|
|
1932
2060
|
};
|
|
1933
|
-
protoOf(NoOpEncoder).
|
|
2061
|
+
protoOf(NoOpEncoder).km = function (value) {
|
|
1934
2062
|
return Unit_instance;
|
|
1935
2063
|
};
|
|
1936
|
-
protoOf(NoOpEncoder).
|
|
2064
|
+
protoOf(NoOpEncoder).lm = function (value) {
|
|
1937
2065
|
return Unit_instance;
|
|
1938
2066
|
};
|
|
1939
2067
|
var NoOpEncoder_instance;
|
|
@@ -1947,22 +2075,22 @@
|
|
|
1947
2075
|
}
|
|
1948
2076
|
function NothingSerialDescriptor() {
|
|
1949
2077
|
NothingSerialDescriptor_instance = this;
|
|
1950
|
-
this.
|
|
1951
|
-
this.
|
|
2078
|
+
this.pq_1 = OBJECT_getInstance();
|
|
2079
|
+
this.qq_1 = 'kotlin.Nothing';
|
|
1952
2080
|
}
|
|
1953
|
-
protoOf(NothingSerialDescriptor).
|
|
1954
|
-
return this.
|
|
2081
|
+
protoOf(NothingSerialDescriptor).yk = function () {
|
|
2082
|
+
return this.pq_1;
|
|
1955
2083
|
};
|
|
1956
|
-
protoOf(NothingSerialDescriptor).
|
|
1957
|
-
return this.
|
|
2084
|
+
protoOf(NothingSerialDescriptor).nk = function () {
|
|
2085
|
+
return this.qq_1;
|
|
1958
2086
|
};
|
|
1959
|
-
protoOf(NothingSerialDescriptor).
|
|
2087
|
+
protoOf(NothingSerialDescriptor).al = function () {
|
|
1960
2088
|
return 0;
|
|
1961
2089
|
};
|
|
1962
|
-
protoOf(NothingSerialDescriptor).
|
|
2090
|
+
protoOf(NothingSerialDescriptor).cl = function (index) {
|
|
1963
2091
|
error(this);
|
|
1964
2092
|
};
|
|
1965
|
-
protoOf(NothingSerialDescriptor).
|
|
2093
|
+
protoOf(NothingSerialDescriptor).dl = function (index) {
|
|
1966
2094
|
error(this);
|
|
1967
2095
|
};
|
|
1968
2096
|
protoOf(NothingSerialDescriptor).toString = function () {
|
|
@@ -1972,7 +2100,7 @@
|
|
|
1972
2100
|
return this === other;
|
|
1973
2101
|
};
|
|
1974
2102
|
protoOf(NothingSerialDescriptor).hashCode = function () {
|
|
1975
|
-
return getStringHashCode(this.
|
|
2103
|
+
return getStringHashCode(this.qq_1) + imul(31, this.pq_1.hashCode()) | 0;
|
|
1976
2104
|
};
|
|
1977
2105
|
var NothingSerialDescriptor_instance;
|
|
1978
2106
|
function NothingSerialDescriptor_getInstance() {
|
|
@@ -1981,22 +2109,22 @@
|
|
|
1981
2109
|
return NothingSerialDescriptor_instance;
|
|
1982
2110
|
}
|
|
1983
2111
|
function NullableSerializer(serializer) {
|
|
1984
|
-
this.
|
|
1985
|
-
this.
|
|
2112
|
+
this.rq_1 = serializer;
|
|
2113
|
+
this.sq_1 = new SerialDescriptorForNullable(this.rq_1.oj());
|
|
1986
2114
|
}
|
|
1987
2115
|
protoOf(NullableSerializer).oj = function () {
|
|
1988
|
-
return this.
|
|
2116
|
+
return this.sq_1;
|
|
1989
2117
|
};
|
|
1990
|
-
protoOf(NullableSerializer).
|
|
2118
|
+
protoOf(NullableSerializer).tq = function (encoder, value) {
|
|
1991
2119
|
if (!(value == null)) {
|
|
1992
|
-
encoder.
|
|
1993
|
-
encoder.
|
|
2120
|
+
encoder.cn();
|
|
2121
|
+
encoder.ym(this.rq_1, value);
|
|
1994
2122
|
} else {
|
|
1995
|
-
encoder.
|
|
2123
|
+
encoder.cm();
|
|
1996
2124
|
}
|
|
1997
2125
|
};
|
|
1998
2126
|
protoOf(NullableSerializer).pj = function (encoder, value) {
|
|
1999
|
-
return this.
|
|
2127
|
+
return this.tq(encoder, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
2000
2128
|
};
|
|
2001
2129
|
protoOf(NullableSerializer).equals = function (other) {
|
|
2002
2130
|
if (this === other)
|
|
@@ -2005,25 +2133,25 @@
|
|
|
2005
2133
|
return false;
|
|
2006
2134
|
if (!(other instanceof NullableSerializer))
|
|
2007
2135
|
THROW_CCE();
|
|
2008
|
-
if (!equals(this.
|
|
2136
|
+
if (!equals(this.rq_1, other.rq_1))
|
|
2009
2137
|
return false;
|
|
2010
2138
|
return true;
|
|
2011
2139
|
};
|
|
2012
2140
|
protoOf(NullableSerializer).hashCode = function () {
|
|
2013
|
-
return hashCode(this.
|
|
2141
|
+
return hashCode(this.rq_1);
|
|
2014
2142
|
};
|
|
2015
2143
|
function SerialDescriptorForNullable(original) {
|
|
2016
|
-
this.
|
|
2017
|
-
this.
|
|
2018
|
-
this.
|
|
2144
|
+
this.el_1 = original;
|
|
2145
|
+
this.fl_1 = this.el_1.nk() + '?';
|
|
2146
|
+
this.gl_1 = cachedSerialNames(this.el_1);
|
|
2019
2147
|
}
|
|
2020
|
-
protoOf(SerialDescriptorForNullable).
|
|
2021
|
-
return this.
|
|
2148
|
+
protoOf(SerialDescriptorForNullable).nk = function () {
|
|
2149
|
+
return this.fl_1;
|
|
2022
2150
|
};
|
|
2023
|
-
protoOf(SerialDescriptorForNullable).
|
|
2024
|
-
return this.
|
|
2151
|
+
protoOf(SerialDescriptorForNullable).xl = function () {
|
|
2152
|
+
return this.gl_1;
|
|
2025
2153
|
};
|
|
2026
|
-
protoOf(SerialDescriptorForNullable).
|
|
2154
|
+
protoOf(SerialDescriptorForNullable).uk = function () {
|
|
2027
2155
|
return true;
|
|
2028
2156
|
};
|
|
2029
2157
|
protoOf(SerialDescriptorForNullable).equals = function (other) {
|
|
@@ -2031,37 +2159,37 @@
|
|
|
2031
2159
|
return true;
|
|
2032
2160
|
if (!(other instanceof SerialDescriptorForNullable))
|
|
2033
2161
|
return false;
|
|
2034
|
-
if (!equals(this.
|
|
2162
|
+
if (!equals(this.el_1, other.el_1))
|
|
2035
2163
|
return false;
|
|
2036
2164
|
return true;
|
|
2037
2165
|
};
|
|
2038
2166
|
protoOf(SerialDescriptorForNullable).toString = function () {
|
|
2039
|
-
return toString(this.
|
|
2167
|
+
return toString(this.el_1) + '?';
|
|
2040
2168
|
};
|
|
2041
2169
|
protoOf(SerialDescriptorForNullable).hashCode = function () {
|
|
2042
|
-
return imul(hashCode(this.
|
|
2170
|
+
return imul(hashCode(this.el_1), 31);
|
|
2043
2171
|
};
|
|
2044
|
-
protoOf(SerialDescriptorForNullable).
|
|
2045
|
-
return this.
|
|
2172
|
+
protoOf(SerialDescriptorForNullable).yk = function () {
|
|
2173
|
+
return this.el_1.yk();
|
|
2046
2174
|
};
|
|
2047
|
-
protoOf(SerialDescriptorForNullable).
|
|
2048
|
-
return this.
|
|
2175
|
+
protoOf(SerialDescriptorForNullable).zk = function () {
|
|
2176
|
+
return this.el_1.zk();
|
|
2049
2177
|
};
|
|
2050
|
-
protoOf(SerialDescriptorForNullable).
|
|
2051
|
-
return this.
|
|
2178
|
+
protoOf(SerialDescriptorForNullable).al = function () {
|
|
2179
|
+
return this.el_1.al();
|
|
2052
2180
|
};
|
|
2053
|
-
protoOf(SerialDescriptorForNullable).
|
|
2054
|
-
return this.
|
|
2181
|
+
protoOf(SerialDescriptorForNullable).bl = function () {
|
|
2182
|
+
return this.el_1.bl();
|
|
2055
2183
|
};
|
|
2056
|
-
protoOf(SerialDescriptorForNullable).
|
|
2057
|
-
return this.
|
|
2184
|
+
protoOf(SerialDescriptorForNullable).cl = function (index) {
|
|
2185
|
+
return this.el_1.cl(index);
|
|
2058
2186
|
};
|
|
2059
|
-
protoOf(SerialDescriptorForNullable).
|
|
2060
|
-
return this.
|
|
2187
|
+
protoOf(SerialDescriptorForNullable).dl = function (index) {
|
|
2188
|
+
return this.el_1.dl(index);
|
|
2061
2189
|
};
|
|
2062
2190
|
function ObjectSerializer$descriptor$delegate$lambda$lambda(this$0) {
|
|
2063
2191
|
return function ($this$buildSerialDescriptor) {
|
|
2064
|
-
$this$buildSerialDescriptor.sj_1 = this$0.
|
|
2192
|
+
$this$buildSerialDescriptor.sj_1 = this$0.vq_1;
|
|
2065
2193
|
return Unit_instance;
|
|
2066
2194
|
};
|
|
2067
2195
|
}
|
|
@@ -2072,20 +2200,20 @@
|
|
|
2072
2200
|
};
|
|
2073
2201
|
}
|
|
2074
2202
|
function ObjectSerializer(serialName, objectInstance) {
|
|
2075
|
-
this.
|
|
2076
|
-
this.
|
|
2203
|
+
this.uq_1 = objectInstance;
|
|
2204
|
+
this.vq_1 = emptyList();
|
|
2077
2205
|
var tmp = this;
|
|
2078
2206
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2079
|
-
tmp.
|
|
2207
|
+
tmp.wq_1 = lazy(tmp_0, ObjectSerializer$descriptor$delegate$lambda(serialName, this));
|
|
2080
2208
|
}
|
|
2081
2209
|
protoOf(ObjectSerializer).oj = function () {
|
|
2082
|
-
var tmp0 = this.
|
|
2210
|
+
var tmp0 = this.wq_1;
|
|
2083
2211
|
// Inline function 'kotlin.getValue' call
|
|
2084
2212
|
descriptor$factory_1();
|
|
2085
2213
|
return tmp0.z();
|
|
2086
2214
|
};
|
|
2087
2215
|
protoOf(ObjectSerializer).dk = function (encoder, value) {
|
|
2088
|
-
encoder.
|
|
2216
|
+
encoder.yl(this.oj()).zl(this.oj());
|
|
2089
2217
|
};
|
|
2090
2218
|
protoOf(ObjectSerializer).pj = function (encoder, value) {
|
|
2091
2219
|
return this.dk(encoder, !(value == null) ? value : THROW_CCE());
|
|
@@ -2103,16 +2231,16 @@
|
|
|
2103
2231
|
function cachedSerialNames(_this__u8e3s4) {
|
|
2104
2232
|
_init_properties_Platform_common_kt__3qzecs();
|
|
2105
2233
|
if (isInterface(_this__u8e3s4, CachedNames))
|
|
2106
|
-
return _this__u8e3s4.
|
|
2107
|
-
var result = HashSet_init_$Create$_0(_this__u8e3s4.
|
|
2234
|
+
return _this__u8e3s4.xl();
|
|
2235
|
+
var result = HashSet_init_$Create$_0(_this__u8e3s4.al());
|
|
2108
2236
|
var inductionVariable = 0;
|
|
2109
|
-
var last = _this__u8e3s4.
|
|
2237
|
+
var last = _this__u8e3s4.al();
|
|
2110
2238
|
if (inductionVariable < last)
|
|
2111
2239
|
do {
|
|
2112
2240
|
var i = inductionVariable;
|
|
2113
2241
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2114
2242
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
2115
|
-
var element = _this__u8e3s4.
|
|
2243
|
+
var element = _this__u8e3s4.cl(i);
|
|
2116
2244
|
result.e(element);
|
|
2117
2245
|
}
|
|
2118
2246
|
while (inductionVariable < last);
|
|
@@ -2162,7 +2290,7 @@
|
|
|
2162
2290
|
var tmp;
|
|
2163
2291
|
// Inline function 'kotlinx.serialization.internal.compactArray.<anonymous>' call
|
|
2164
2292
|
// Inline function 'kotlin.collections.isNullOrEmpty' call
|
|
2165
|
-
if (!(_this__u8e3s4 == null || _this__u8e3s4.
|
|
2293
|
+
if (!(_this__u8e3s4 == null || _this__u8e3s4.m())) {
|
|
2166
2294
|
tmp = _this__u8e3s4;
|
|
2167
2295
|
} else {
|
|
2168
2296
|
tmp = null;
|
|
@@ -2193,21 +2321,21 @@
|
|
|
2193
2321
|
}
|
|
2194
2322
|
}
|
|
2195
2323
|
function hashCodeImpl(_this__u8e3s4, typeParams) {
|
|
2196
|
-
var result = getStringHashCode(_this__u8e3s4.
|
|
2324
|
+
var result = getStringHashCode(_this__u8e3s4.nk());
|
|
2197
2325
|
result = imul(31, result) + contentHashCode(typeParams) | 0;
|
|
2198
2326
|
var elementDescriptors = get_elementDescriptors(_this__u8e3s4);
|
|
2199
2327
|
// Inline function 'kotlinx.serialization.internal.elementsHashCodeBy' call
|
|
2200
2328
|
// Inline function 'kotlin.collections.fold' call
|
|
2201
2329
|
var accumulator = 1;
|
|
2202
|
-
var _iterator__ex2g4s = elementDescriptors.
|
|
2203
|
-
while (_iterator__ex2g4s.
|
|
2204
|
-
var element = _iterator__ex2g4s.
|
|
2330
|
+
var _iterator__ex2g4s = elementDescriptors.p();
|
|
2331
|
+
while (_iterator__ex2g4s.q()) {
|
|
2332
|
+
var element = _iterator__ex2g4s.r();
|
|
2205
2333
|
// Inline function 'kotlinx.serialization.internal.elementsHashCodeBy.<anonymous>' call
|
|
2206
2334
|
var hash = accumulator;
|
|
2207
2335
|
var tmp = imul(31, hash);
|
|
2208
2336
|
// Inline function 'kotlinx.serialization.internal.hashCodeImpl.<anonymous>' call
|
|
2209
2337
|
// Inline function 'kotlin.hashCode' call
|
|
2210
|
-
var tmp0_safe_receiver = element.
|
|
2338
|
+
var tmp0_safe_receiver = element.nk();
|
|
2211
2339
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : hashCode(tmp0_safe_receiver);
|
|
2212
2340
|
accumulator = tmp + (tmp1_elvis_lhs == null ? 0 : tmp1_elvis_lhs) | 0;
|
|
2213
2341
|
}
|
|
@@ -2215,15 +2343,15 @@
|
|
|
2215
2343
|
// Inline function 'kotlinx.serialization.internal.elementsHashCodeBy' call
|
|
2216
2344
|
// Inline function 'kotlin.collections.fold' call
|
|
2217
2345
|
var accumulator_0 = 1;
|
|
2218
|
-
var _iterator__ex2g4s_0 = elementDescriptors.
|
|
2219
|
-
while (_iterator__ex2g4s_0.
|
|
2220
|
-
var element_0 = _iterator__ex2g4s_0.
|
|
2346
|
+
var _iterator__ex2g4s_0 = elementDescriptors.p();
|
|
2347
|
+
while (_iterator__ex2g4s_0.q()) {
|
|
2348
|
+
var element_0 = _iterator__ex2g4s_0.r();
|
|
2221
2349
|
// Inline function 'kotlinx.serialization.internal.elementsHashCodeBy.<anonymous>' call
|
|
2222
2350
|
var hash_0 = accumulator_0;
|
|
2223
2351
|
var tmp_0 = imul(31, hash_0);
|
|
2224
2352
|
// Inline function 'kotlinx.serialization.internal.hashCodeImpl.<anonymous>' call
|
|
2225
2353
|
// Inline function 'kotlin.hashCode' call
|
|
2226
|
-
var tmp0_safe_receiver_0 = element_0.
|
|
2354
|
+
var tmp0_safe_receiver_0 = element_0.yk();
|
|
2227
2355
|
var tmp1_elvis_lhs_0 = tmp0_safe_receiver_0 == null ? null : hashCode(tmp0_safe_receiver_0);
|
|
2228
2356
|
accumulator_0 = tmp_0 + (tmp1_elvis_lhs_0 == null ? 0 : tmp1_elvis_lhs_0) | 0;
|
|
2229
2357
|
}
|
|
@@ -2233,13 +2361,13 @@
|
|
|
2233
2361
|
return result;
|
|
2234
2362
|
}
|
|
2235
2363
|
function _get_childSerializers__7vnyfa($this) {
|
|
2236
|
-
var tmp0 = $this.
|
|
2364
|
+
var tmp0 = $this.gq_1;
|
|
2237
2365
|
// Inline function 'kotlin.getValue' call
|
|
2238
2366
|
childSerializers$factory();
|
|
2239
2367
|
return tmp0.z();
|
|
2240
2368
|
}
|
|
2241
2369
|
function _get__hashCode__tgwhef_0($this) {
|
|
2242
|
-
var tmp0 = $this.
|
|
2370
|
+
var tmp0 = $this.iq_1;
|
|
2243
2371
|
// Inline function 'kotlin.getValue' call
|
|
2244
2372
|
_hashCode$factory_0();
|
|
2245
2373
|
return tmp0.z();
|
|
@@ -2247,13 +2375,13 @@
|
|
|
2247
2375
|
function buildIndices($this) {
|
|
2248
2376
|
var indices = HashMap_init_$Create$();
|
|
2249
2377
|
var inductionVariable = 0;
|
|
2250
|
-
var last = $this.
|
|
2378
|
+
var last = $this.bq_1.length - 1 | 0;
|
|
2251
2379
|
if (inductionVariable <= last)
|
|
2252
2380
|
do {
|
|
2253
2381
|
var i = inductionVariable;
|
|
2254
2382
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2255
2383
|
// Inline function 'kotlin.collections.set' call
|
|
2256
|
-
var key = $this.
|
|
2384
|
+
var key = $this.bq_1[i];
|
|
2257
2385
|
indices.e2(key, i);
|
|
2258
2386
|
}
|
|
2259
2387
|
while (inductionVariable <= last);
|
|
@@ -2261,15 +2389,15 @@
|
|
|
2261
2389
|
}
|
|
2262
2390
|
function PluginGeneratedSerialDescriptor$childSerializers$delegate$lambda(this$0) {
|
|
2263
2391
|
return function () {
|
|
2264
|
-
var tmp0_safe_receiver = this$0.
|
|
2265
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
2392
|
+
var tmp0_safe_receiver = this$0.yp_1;
|
|
2393
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.mq();
|
|
2266
2394
|
return tmp1_elvis_lhs == null ? get_EMPTY_SERIALIZER_ARRAY() : tmp1_elvis_lhs;
|
|
2267
2395
|
};
|
|
2268
2396
|
}
|
|
2269
2397
|
function PluginGeneratedSerialDescriptor$typeParameterDescriptors$delegate$lambda(this$0) {
|
|
2270
2398
|
return function () {
|
|
2271
|
-
var tmp0_safe_receiver = this$0.
|
|
2272
|
-
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
2399
|
+
var tmp0_safe_receiver = this$0.yp_1;
|
|
2400
|
+
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.nq();
|
|
2273
2401
|
var tmp;
|
|
2274
2402
|
if (tmp1_safe_receiver == null) {
|
|
2275
2403
|
tmp = null;
|
|
@@ -2293,83 +2421,83 @@
|
|
|
2293
2421
|
}
|
|
2294
2422
|
function PluginGeneratedSerialDescriptor$_hashCode$delegate$lambda(this$0) {
|
|
2295
2423
|
return function () {
|
|
2296
|
-
return hashCodeImpl(this$0, this$0.
|
|
2424
|
+
return hashCodeImpl(this$0, this$0.jq());
|
|
2297
2425
|
};
|
|
2298
2426
|
}
|
|
2299
2427
|
function PluginGeneratedSerialDescriptor$toString$lambda(this$0) {
|
|
2300
2428
|
return function (i) {
|
|
2301
|
-
return this$0.
|
|
2429
|
+
return this$0.cl(i) + ': ' + this$0.dl(i).nk();
|
|
2302
2430
|
};
|
|
2303
2431
|
}
|
|
2304
2432
|
function PluginGeneratedSerialDescriptor(serialName, generatedSerializer, elementsCount) {
|
|
2305
2433
|
generatedSerializer = generatedSerializer === VOID ? null : generatedSerializer;
|
|
2306
|
-
this.
|
|
2307
|
-
this.
|
|
2308
|
-
this.
|
|
2309
|
-
this.
|
|
2434
|
+
this.xp_1 = serialName;
|
|
2435
|
+
this.yp_1 = generatedSerializer;
|
|
2436
|
+
this.zp_1 = elementsCount;
|
|
2437
|
+
this.aq_1 = -1;
|
|
2310
2438
|
var tmp = this;
|
|
2311
2439
|
var tmp_0 = 0;
|
|
2312
|
-
var tmp_1 = this.
|
|
2440
|
+
var tmp_1 = this.zp_1;
|
|
2313
2441
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
2314
2442
|
var tmp_2 = fillArrayVal(Array(tmp_1), null);
|
|
2315
2443
|
while (tmp_0 < tmp_1) {
|
|
2316
2444
|
tmp_2[tmp_0] = '[UNINITIALIZED]';
|
|
2317
2445
|
tmp_0 = tmp_0 + 1 | 0;
|
|
2318
2446
|
}
|
|
2319
|
-
tmp.
|
|
2447
|
+
tmp.bq_1 = tmp_2;
|
|
2320
2448
|
var tmp_3 = this;
|
|
2321
2449
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
2322
|
-
var size = this.
|
|
2323
|
-
tmp_3.
|
|
2324
|
-
this.
|
|
2325
|
-
this.
|
|
2326
|
-
this.
|
|
2450
|
+
var size = this.zp_1;
|
|
2451
|
+
tmp_3.cq_1 = fillArrayVal(Array(size), null);
|
|
2452
|
+
this.dq_1 = null;
|
|
2453
|
+
this.eq_1 = booleanArray(this.zp_1);
|
|
2454
|
+
this.fq_1 = emptyMap();
|
|
2327
2455
|
var tmp_4 = this;
|
|
2328
2456
|
var tmp_5 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2329
|
-
tmp_4.
|
|
2457
|
+
tmp_4.gq_1 = lazy(tmp_5, PluginGeneratedSerialDescriptor$childSerializers$delegate$lambda(this));
|
|
2330
2458
|
var tmp_6 = this;
|
|
2331
2459
|
var tmp_7 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2332
|
-
tmp_6.
|
|
2460
|
+
tmp_6.hq_1 = lazy(tmp_7, PluginGeneratedSerialDescriptor$typeParameterDescriptors$delegate$lambda(this));
|
|
2333
2461
|
var tmp_8 = this;
|
|
2334
2462
|
var tmp_9 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2335
|
-
tmp_8.
|
|
2463
|
+
tmp_8.iq_1 = lazy(tmp_9, PluginGeneratedSerialDescriptor$_hashCode$delegate$lambda(this));
|
|
2336
2464
|
}
|
|
2337
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2338
|
-
return this.
|
|
2465
|
+
protoOf(PluginGeneratedSerialDescriptor).nk = function () {
|
|
2466
|
+
return this.xp_1;
|
|
2339
2467
|
};
|
|
2340
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2341
|
-
return this.
|
|
2468
|
+
protoOf(PluginGeneratedSerialDescriptor).al = function () {
|
|
2469
|
+
return this.zp_1;
|
|
2342
2470
|
};
|
|
2343
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2471
|
+
protoOf(PluginGeneratedSerialDescriptor).yk = function () {
|
|
2344
2472
|
return CLASS_getInstance();
|
|
2345
2473
|
};
|
|
2346
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2347
|
-
var tmp0_elvis_lhs = this.
|
|
2474
|
+
protoOf(PluginGeneratedSerialDescriptor).bl = function () {
|
|
2475
|
+
var tmp0_elvis_lhs = this.dq_1;
|
|
2348
2476
|
return tmp0_elvis_lhs == null ? emptyList() : tmp0_elvis_lhs;
|
|
2349
2477
|
};
|
|
2350
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2351
|
-
return this.
|
|
2478
|
+
protoOf(PluginGeneratedSerialDescriptor).xl = function () {
|
|
2479
|
+
return this.fq_1.x1();
|
|
2352
2480
|
};
|
|
2353
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2354
|
-
var tmp0 = this.
|
|
2481
|
+
protoOf(PluginGeneratedSerialDescriptor).jq = function () {
|
|
2482
|
+
var tmp0 = this.hq_1;
|
|
2355
2483
|
// Inline function 'kotlin.getValue' call
|
|
2356
2484
|
typeParameterDescriptors$factory();
|
|
2357
2485
|
return tmp0.z();
|
|
2358
2486
|
};
|
|
2359
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2360
|
-
this.
|
|
2361
|
-
this.
|
|
2362
|
-
this.
|
|
2363
|
-
this.
|
|
2364
|
-
if (this.
|
|
2365
|
-
this.
|
|
2487
|
+
protoOf(PluginGeneratedSerialDescriptor).kq = function (name, isOptional) {
|
|
2488
|
+
this.aq_1 = this.aq_1 + 1 | 0;
|
|
2489
|
+
this.bq_1[this.aq_1] = name;
|
|
2490
|
+
this.eq_1[this.aq_1] = isOptional;
|
|
2491
|
+
this.cq_1[this.aq_1] = null;
|
|
2492
|
+
if (this.aq_1 === (this.zp_1 - 1 | 0)) {
|
|
2493
|
+
this.fq_1 = buildIndices(this);
|
|
2366
2494
|
}
|
|
2367
2495
|
};
|
|
2368
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2496
|
+
protoOf(PluginGeneratedSerialDescriptor).dl = function (index) {
|
|
2369
2497
|
return getChecked(_get_childSerializers__7vnyfa(this), index).oj();
|
|
2370
2498
|
};
|
|
2371
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2372
|
-
return getChecked(this.
|
|
2499
|
+
protoOf(PluginGeneratedSerialDescriptor).cl = function (index) {
|
|
2500
|
+
return getChecked(this.bq_1, index);
|
|
2373
2501
|
};
|
|
2374
2502
|
protoOf(PluginGeneratedSerialDescriptor).equals = function (other) {
|
|
2375
2503
|
var tmp$ret$0;
|
|
@@ -2383,30 +2511,30 @@
|
|
|
2383
2511
|
tmp$ret$0 = false;
|
|
2384
2512
|
break $l$block_5;
|
|
2385
2513
|
}
|
|
2386
|
-
if (!(this.
|
|
2514
|
+
if (!(this.nk() === other.nk())) {
|
|
2387
2515
|
tmp$ret$0 = false;
|
|
2388
2516
|
break $l$block_5;
|
|
2389
2517
|
}
|
|
2390
2518
|
// Inline function 'kotlinx.serialization.internal.PluginGeneratedSerialDescriptor.equals.<anonymous>' call
|
|
2391
|
-
if (!contentEquals(this.
|
|
2519
|
+
if (!contentEquals(this.jq(), other.jq())) {
|
|
2392
2520
|
tmp$ret$0 = false;
|
|
2393
2521
|
break $l$block_5;
|
|
2394
2522
|
}
|
|
2395
|
-
if (!(this.
|
|
2523
|
+
if (!(this.al() === other.al())) {
|
|
2396
2524
|
tmp$ret$0 = false;
|
|
2397
2525
|
break $l$block_5;
|
|
2398
2526
|
}
|
|
2399
2527
|
var inductionVariable = 0;
|
|
2400
|
-
var last = this.
|
|
2528
|
+
var last = this.al();
|
|
2401
2529
|
if (inductionVariable < last)
|
|
2402
2530
|
do {
|
|
2403
2531
|
var index = inductionVariable;
|
|
2404
2532
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2405
|
-
if (!(this.
|
|
2533
|
+
if (!(this.dl(index).nk() === other.dl(index).nk())) {
|
|
2406
2534
|
tmp$ret$0 = false;
|
|
2407
2535
|
break $l$block_5;
|
|
2408
2536
|
}
|
|
2409
|
-
if (!equals(this.
|
|
2537
|
+
if (!equals(this.dl(index).yk(), other.dl(index).yk())) {
|
|
2410
2538
|
tmp$ret$0 = false;
|
|
2411
2539
|
break $l$block_5;
|
|
2412
2540
|
}
|
|
@@ -2420,8 +2548,8 @@
|
|
|
2420
2548
|
return _get__hashCode__tgwhef_0(this);
|
|
2421
2549
|
};
|
|
2422
2550
|
protoOf(PluginGeneratedSerialDescriptor).toString = function () {
|
|
2423
|
-
var tmp = until(0, this.
|
|
2424
|
-
var tmp_0 = this.
|
|
2551
|
+
var tmp = until(0, this.zp_1);
|
|
2552
|
+
var tmp_0 = this.nk() + '(';
|
|
2425
2553
|
return joinToString(tmp, ', ', tmp_0, ')', VOID, VOID, PluginGeneratedSerialDescriptor$toString$lambda(this));
|
|
2426
2554
|
};
|
|
2427
2555
|
function childSerializers$factory() {
|
|
@@ -2431,7 +2559,7 @@
|
|
|
2431
2559
|
}
|
|
2432
2560
|
function typeParameterDescriptors$factory() {
|
|
2433
2561
|
return getPropertyCallableRef('typeParameterDescriptors', 1, KProperty1, function (receiver) {
|
|
2434
|
-
return receiver.
|
|
2562
|
+
return receiver.jq();
|
|
2435
2563
|
}, null);
|
|
2436
2564
|
}
|
|
2437
2565
|
function _hashCode$factory_0() {
|
|
@@ -2460,26 +2588,26 @@
|
|
|
2460
2588
|
}
|
|
2461
2589
|
function CharArraySerializer_0() {
|
|
2462
2590
|
CharArraySerializer_instance = this;
|
|
2463
|
-
PrimitiveArraySerializer.call(this,
|
|
2591
|
+
PrimitiveArraySerializer.call(this, serializer_2(Companion_getInstance()));
|
|
2464
2592
|
}
|
|
2465
|
-
protoOf(CharArraySerializer_0).
|
|
2593
|
+
protoOf(CharArraySerializer_0).ar = function (_this__u8e3s4) {
|
|
2466
2594
|
return _this__u8e3s4.length;
|
|
2467
2595
|
};
|
|
2468
|
-
protoOf(CharArraySerializer_0).
|
|
2469
|
-
return this.
|
|
2596
|
+
protoOf(CharArraySerializer_0).so = function (_this__u8e3s4) {
|
|
2597
|
+
return this.ar((!(_this__u8e3s4 == null) ? isCharArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2470
2598
|
};
|
|
2471
|
-
protoOf(CharArraySerializer_0).
|
|
2599
|
+
protoOf(CharArraySerializer_0).br = function (encoder, content, size) {
|
|
2472
2600
|
var inductionVariable = 0;
|
|
2473
2601
|
if (inductionVariable < size)
|
|
2474
2602
|
do {
|
|
2475
2603
|
var i = inductionVariable;
|
|
2476
2604
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2477
|
-
encoder.
|
|
2605
|
+
encoder.um(this.gp_1, i, content[i]);
|
|
2478
2606
|
}
|
|
2479
2607
|
while (inductionVariable < size);
|
|
2480
2608
|
};
|
|
2481
|
-
protoOf(CharArraySerializer_0).
|
|
2482
|
-
return this.
|
|
2609
|
+
protoOf(CharArraySerializer_0).ip = function (encoder, content, size) {
|
|
2610
|
+
return this.br(encoder, (!(content == null) ? isCharArray(content) : false) ? content : THROW_CCE(), size);
|
|
2483
2611
|
};
|
|
2484
2612
|
var CharArraySerializer_instance;
|
|
2485
2613
|
function CharArraySerializer_getInstance() {
|
|
@@ -2489,26 +2617,26 @@
|
|
|
2489
2617
|
}
|
|
2490
2618
|
function DoubleArraySerializer_0() {
|
|
2491
2619
|
DoubleArraySerializer_instance = this;
|
|
2492
|
-
PrimitiveArraySerializer.call(this,
|
|
2620
|
+
PrimitiveArraySerializer.call(this, serializer_3(DoubleCompanionObject_instance));
|
|
2493
2621
|
}
|
|
2494
|
-
protoOf(DoubleArraySerializer_0).
|
|
2622
|
+
protoOf(DoubleArraySerializer_0).er = function (_this__u8e3s4) {
|
|
2495
2623
|
return _this__u8e3s4.length;
|
|
2496
2624
|
};
|
|
2497
|
-
protoOf(DoubleArraySerializer_0).
|
|
2498
|
-
return this.
|
|
2625
|
+
protoOf(DoubleArraySerializer_0).so = function (_this__u8e3s4) {
|
|
2626
|
+
return this.er((!(_this__u8e3s4 == null) ? isDoubleArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2499
2627
|
};
|
|
2500
|
-
protoOf(DoubleArraySerializer_0).
|
|
2628
|
+
protoOf(DoubleArraySerializer_0).fr = function (encoder, content, size) {
|
|
2501
2629
|
var inductionVariable = 0;
|
|
2502
2630
|
if (inductionVariable < size)
|
|
2503
2631
|
do {
|
|
2504
2632
|
var i = inductionVariable;
|
|
2505
2633
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2506
|
-
encoder.
|
|
2634
|
+
encoder.tm(this.gp_1, i, content[i]);
|
|
2507
2635
|
}
|
|
2508
2636
|
while (inductionVariable < size);
|
|
2509
2637
|
};
|
|
2510
|
-
protoOf(DoubleArraySerializer_0).
|
|
2511
|
-
return this.
|
|
2638
|
+
protoOf(DoubleArraySerializer_0).ip = function (encoder, content, size) {
|
|
2639
|
+
return this.fr(encoder, (!(content == null) ? isDoubleArray(content) : false) ? content : THROW_CCE(), size);
|
|
2512
2640
|
};
|
|
2513
2641
|
var DoubleArraySerializer_instance;
|
|
2514
2642
|
function DoubleArraySerializer_getInstance() {
|
|
@@ -2518,26 +2646,26 @@
|
|
|
2518
2646
|
}
|
|
2519
2647
|
function FloatArraySerializer_0() {
|
|
2520
2648
|
FloatArraySerializer_instance = this;
|
|
2521
|
-
PrimitiveArraySerializer.call(this,
|
|
2649
|
+
PrimitiveArraySerializer.call(this, serializer_4(FloatCompanionObject_instance));
|
|
2522
2650
|
}
|
|
2523
|
-
protoOf(FloatArraySerializer_0).
|
|
2651
|
+
protoOf(FloatArraySerializer_0).ir = function (_this__u8e3s4) {
|
|
2524
2652
|
return _this__u8e3s4.length;
|
|
2525
2653
|
};
|
|
2526
|
-
protoOf(FloatArraySerializer_0).
|
|
2527
|
-
return this.
|
|
2654
|
+
protoOf(FloatArraySerializer_0).so = function (_this__u8e3s4) {
|
|
2655
|
+
return this.ir((!(_this__u8e3s4 == null) ? isFloatArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2528
2656
|
};
|
|
2529
|
-
protoOf(FloatArraySerializer_0).
|
|
2657
|
+
protoOf(FloatArraySerializer_0).jr = function (encoder, content, size) {
|
|
2530
2658
|
var inductionVariable = 0;
|
|
2531
2659
|
if (inductionVariable < size)
|
|
2532
2660
|
do {
|
|
2533
2661
|
var i = inductionVariable;
|
|
2534
2662
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2535
|
-
encoder.
|
|
2663
|
+
encoder.sm(this.gp_1, i, content[i]);
|
|
2536
2664
|
}
|
|
2537
2665
|
while (inductionVariable < size);
|
|
2538
2666
|
};
|
|
2539
|
-
protoOf(FloatArraySerializer_0).
|
|
2540
|
-
return this.
|
|
2667
|
+
protoOf(FloatArraySerializer_0).ip = function (encoder, content, size) {
|
|
2668
|
+
return this.jr(encoder, (!(content == null) ? isFloatArray(content) : false) ? content : THROW_CCE(), size);
|
|
2541
2669
|
};
|
|
2542
2670
|
var FloatArraySerializer_instance;
|
|
2543
2671
|
function FloatArraySerializer_getInstance() {
|
|
@@ -2547,26 +2675,26 @@
|
|
|
2547
2675
|
}
|
|
2548
2676
|
function LongArraySerializer_0() {
|
|
2549
2677
|
LongArraySerializer_instance = this;
|
|
2550
|
-
PrimitiveArraySerializer.call(this,
|
|
2678
|
+
PrimitiveArraySerializer.call(this, serializer_5(Companion_getInstance_0()));
|
|
2551
2679
|
}
|
|
2552
|
-
protoOf(LongArraySerializer_0).
|
|
2680
|
+
protoOf(LongArraySerializer_0).mr = function (_this__u8e3s4) {
|
|
2553
2681
|
return _this__u8e3s4.length;
|
|
2554
2682
|
};
|
|
2555
|
-
protoOf(LongArraySerializer_0).
|
|
2556
|
-
return this.
|
|
2683
|
+
protoOf(LongArraySerializer_0).so = function (_this__u8e3s4) {
|
|
2684
|
+
return this.mr((!(_this__u8e3s4 == null) ? isLongArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2557
2685
|
};
|
|
2558
|
-
protoOf(LongArraySerializer_0).
|
|
2686
|
+
protoOf(LongArraySerializer_0).nr = function (encoder, content, size) {
|
|
2559
2687
|
var inductionVariable = 0;
|
|
2560
2688
|
if (inductionVariable < size)
|
|
2561
2689
|
do {
|
|
2562
2690
|
var i = inductionVariable;
|
|
2563
2691
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2564
|
-
encoder.
|
|
2692
|
+
encoder.rm(this.gp_1, i, content[i]);
|
|
2565
2693
|
}
|
|
2566
2694
|
while (inductionVariable < size);
|
|
2567
2695
|
};
|
|
2568
|
-
protoOf(LongArraySerializer_0).
|
|
2569
|
-
return this.
|
|
2696
|
+
protoOf(LongArraySerializer_0).ip = function (encoder, content, size) {
|
|
2697
|
+
return this.nr(encoder, (!(content == null) ? isLongArray(content) : false) ? content : THROW_CCE(), size);
|
|
2570
2698
|
};
|
|
2571
2699
|
var LongArraySerializer_instance;
|
|
2572
2700
|
function LongArraySerializer_getInstance() {
|
|
@@ -2576,30 +2704,30 @@
|
|
|
2576
2704
|
}
|
|
2577
2705
|
function ULongArraySerializer_0() {
|
|
2578
2706
|
ULongArraySerializer_instance = this;
|
|
2579
|
-
PrimitiveArraySerializer.call(this,
|
|
2707
|
+
PrimitiveArraySerializer.call(this, serializer_6(Companion_getInstance_1()));
|
|
2580
2708
|
}
|
|
2581
|
-
protoOf(ULongArraySerializer_0).
|
|
2709
|
+
protoOf(ULongArraySerializer_0).qr = function (_this__u8e3s4) {
|
|
2582
2710
|
return _ULongArray___get_size__impl__ju6dtr(_this__u8e3s4);
|
|
2583
2711
|
};
|
|
2584
|
-
protoOf(ULongArraySerializer_0).
|
|
2585
|
-
return this.
|
|
2712
|
+
protoOf(ULongArraySerializer_0).so = function (_this__u8e3s4) {
|
|
2713
|
+
return this.qr(_this__u8e3s4 instanceof ULongArray ? _this__u8e3s4.bj_1 : THROW_CCE());
|
|
2586
2714
|
};
|
|
2587
|
-
protoOf(ULongArraySerializer_0).
|
|
2715
|
+
protoOf(ULongArraySerializer_0).rr = function (encoder, content, size) {
|
|
2588
2716
|
var inductionVariable = 0;
|
|
2589
2717
|
if (inductionVariable < size)
|
|
2590
2718
|
do {
|
|
2591
2719
|
var i = inductionVariable;
|
|
2592
2720
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2593
|
-
var tmp = encoder.
|
|
2721
|
+
var tmp = encoder.wm(this.gp_1, i);
|
|
2594
2722
|
// Inline function 'kotlin.ULong.toLong' call
|
|
2595
2723
|
var this_0 = ULongArray__get_impl_pr71q9(content, i);
|
|
2596
2724
|
var tmp$ret$0 = _ULong___get_data__impl__fggpzb(this_0);
|
|
2597
|
-
tmp.
|
|
2725
|
+
tmp.hm(tmp$ret$0);
|
|
2598
2726
|
}
|
|
2599
2727
|
while (inductionVariable < size);
|
|
2600
2728
|
};
|
|
2601
|
-
protoOf(ULongArraySerializer_0).
|
|
2602
|
-
return this.
|
|
2729
|
+
protoOf(ULongArraySerializer_0).ip = function (encoder, content, size) {
|
|
2730
|
+
return this.rr(encoder, content instanceof ULongArray ? content.bj_1 : THROW_CCE(), size);
|
|
2603
2731
|
};
|
|
2604
2732
|
var ULongArraySerializer_instance;
|
|
2605
2733
|
function ULongArraySerializer_getInstance() {
|
|
@@ -2609,26 +2737,26 @@
|
|
|
2609
2737
|
}
|
|
2610
2738
|
function IntArraySerializer_0() {
|
|
2611
2739
|
IntArraySerializer_instance = this;
|
|
2612
|
-
PrimitiveArraySerializer.call(this,
|
|
2740
|
+
PrimitiveArraySerializer.call(this, serializer_7(IntCompanionObject_instance));
|
|
2613
2741
|
}
|
|
2614
|
-
protoOf(IntArraySerializer_0).
|
|
2742
|
+
protoOf(IntArraySerializer_0).ur = function (_this__u8e3s4) {
|
|
2615
2743
|
return _this__u8e3s4.length;
|
|
2616
2744
|
};
|
|
2617
|
-
protoOf(IntArraySerializer_0).
|
|
2618
|
-
return this.
|
|
2745
|
+
protoOf(IntArraySerializer_0).so = function (_this__u8e3s4) {
|
|
2746
|
+
return this.ur((!(_this__u8e3s4 == null) ? isIntArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2619
2747
|
};
|
|
2620
|
-
protoOf(IntArraySerializer_0).
|
|
2748
|
+
protoOf(IntArraySerializer_0).vr = function (encoder, content, size) {
|
|
2621
2749
|
var inductionVariable = 0;
|
|
2622
2750
|
if (inductionVariable < size)
|
|
2623
2751
|
do {
|
|
2624
2752
|
var i = inductionVariable;
|
|
2625
2753
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2626
|
-
encoder.
|
|
2754
|
+
encoder.qm(this.gp_1, i, content[i]);
|
|
2627
2755
|
}
|
|
2628
2756
|
while (inductionVariable < size);
|
|
2629
2757
|
};
|
|
2630
|
-
protoOf(IntArraySerializer_0).
|
|
2631
|
-
return this.
|
|
2758
|
+
protoOf(IntArraySerializer_0).ip = function (encoder, content, size) {
|
|
2759
|
+
return this.vr(encoder, (!(content == null) ? isIntArray(content) : false) ? content : THROW_CCE(), size);
|
|
2632
2760
|
};
|
|
2633
2761
|
var IntArraySerializer_instance;
|
|
2634
2762
|
function IntArraySerializer_getInstance() {
|
|
@@ -2638,30 +2766,30 @@
|
|
|
2638
2766
|
}
|
|
2639
2767
|
function UIntArraySerializer_0() {
|
|
2640
2768
|
UIntArraySerializer_instance = this;
|
|
2641
|
-
PrimitiveArraySerializer.call(this,
|
|
2769
|
+
PrimitiveArraySerializer.call(this, serializer_8(Companion_getInstance_2()));
|
|
2642
2770
|
}
|
|
2643
|
-
protoOf(UIntArraySerializer_0).
|
|
2771
|
+
protoOf(UIntArraySerializer_0).yr = function (_this__u8e3s4) {
|
|
2644
2772
|
return _UIntArray___get_size__impl__r6l8ci(_this__u8e3s4);
|
|
2645
2773
|
};
|
|
2646
|
-
protoOf(UIntArraySerializer_0).
|
|
2647
|
-
return this.
|
|
2774
|
+
protoOf(UIntArraySerializer_0).so = function (_this__u8e3s4) {
|
|
2775
|
+
return this.yr(_this__u8e3s4 instanceof UIntArray ? _this__u8e3s4.qi_1 : THROW_CCE());
|
|
2648
2776
|
};
|
|
2649
|
-
protoOf(UIntArraySerializer_0).
|
|
2777
|
+
protoOf(UIntArraySerializer_0).zr = function (encoder, content, size) {
|
|
2650
2778
|
var inductionVariable = 0;
|
|
2651
2779
|
if (inductionVariable < size)
|
|
2652
2780
|
do {
|
|
2653
2781
|
var i = inductionVariable;
|
|
2654
2782
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2655
|
-
var tmp = encoder.
|
|
2783
|
+
var tmp = encoder.wm(this.gp_1, i);
|
|
2656
2784
|
// Inline function 'kotlin.UInt.toInt' call
|
|
2657
2785
|
var this_0 = UIntArray__get_impl_gp5kza(content, i);
|
|
2658
2786
|
var tmp$ret$0 = _UInt___get_data__impl__f0vqqw(this_0);
|
|
2659
|
-
tmp.
|
|
2787
|
+
tmp.gm(tmp$ret$0);
|
|
2660
2788
|
}
|
|
2661
2789
|
while (inductionVariable < size);
|
|
2662
2790
|
};
|
|
2663
|
-
protoOf(UIntArraySerializer_0).
|
|
2664
|
-
return this.
|
|
2791
|
+
protoOf(UIntArraySerializer_0).ip = function (encoder, content, size) {
|
|
2792
|
+
return this.zr(encoder, content instanceof UIntArray ? content.qi_1 : THROW_CCE(), size);
|
|
2665
2793
|
};
|
|
2666
2794
|
var UIntArraySerializer_instance;
|
|
2667
2795
|
function UIntArraySerializer_getInstance() {
|
|
@@ -2671,26 +2799,26 @@
|
|
|
2671
2799
|
}
|
|
2672
2800
|
function ShortArraySerializer_0() {
|
|
2673
2801
|
ShortArraySerializer_instance = this;
|
|
2674
|
-
PrimitiveArraySerializer.call(this,
|
|
2802
|
+
PrimitiveArraySerializer.call(this, serializer_9(ShortCompanionObject_instance));
|
|
2675
2803
|
}
|
|
2676
|
-
protoOf(ShortArraySerializer_0).
|
|
2804
|
+
protoOf(ShortArraySerializer_0).cs = function (_this__u8e3s4) {
|
|
2677
2805
|
return _this__u8e3s4.length;
|
|
2678
2806
|
};
|
|
2679
|
-
protoOf(ShortArraySerializer_0).
|
|
2680
|
-
return this.
|
|
2807
|
+
protoOf(ShortArraySerializer_0).so = function (_this__u8e3s4) {
|
|
2808
|
+
return this.cs((!(_this__u8e3s4 == null) ? isShortArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2681
2809
|
};
|
|
2682
|
-
protoOf(ShortArraySerializer_0).
|
|
2810
|
+
protoOf(ShortArraySerializer_0).ds = function (encoder, content, size) {
|
|
2683
2811
|
var inductionVariable = 0;
|
|
2684
2812
|
if (inductionVariable < size)
|
|
2685
2813
|
do {
|
|
2686
2814
|
var i = inductionVariable;
|
|
2687
2815
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2688
|
-
encoder.
|
|
2816
|
+
encoder.pm(this.gp_1, i, content[i]);
|
|
2689
2817
|
}
|
|
2690
2818
|
while (inductionVariable < size);
|
|
2691
2819
|
};
|
|
2692
|
-
protoOf(ShortArraySerializer_0).
|
|
2693
|
-
return this.
|
|
2820
|
+
protoOf(ShortArraySerializer_0).ip = function (encoder, content, size) {
|
|
2821
|
+
return this.ds(encoder, (!(content == null) ? isShortArray(content) : false) ? content : THROW_CCE(), size);
|
|
2694
2822
|
};
|
|
2695
2823
|
var ShortArraySerializer_instance;
|
|
2696
2824
|
function ShortArraySerializer_getInstance() {
|
|
@@ -2700,30 +2828,30 @@
|
|
|
2700
2828
|
}
|
|
2701
2829
|
function UShortArraySerializer_0() {
|
|
2702
2830
|
UShortArraySerializer_instance = this;
|
|
2703
|
-
PrimitiveArraySerializer.call(this,
|
|
2831
|
+
PrimitiveArraySerializer.call(this, serializer_10(Companion_getInstance_3()));
|
|
2704
2832
|
}
|
|
2705
|
-
protoOf(UShortArraySerializer_0).
|
|
2833
|
+
protoOf(UShortArraySerializer_0).gs = function (_this__u8e3s4) {
|
|
2706
2834
|
return _UShortArray___get_size__impl__jqto1b(_this__u8e3s4);
|
|
2707
2835
|
};
|
|
2708
|
-
protoOf(UShortArraySerializer_0).
|
|
2709
|
-
return this.
|
|
2836
|
+
protoOf(UShortArraySerializer_0).so = function (_this__u8e3s4) {
|
|
2837
|
+
return this.gs(_this__u8e3s4 instanceof UShortArray ? _this__u8e3s4.mj_1 : THROW_CCE());
|
|
2710
2838
|
};
|
|
2711
|
-
protoOf(UShortArraySerializer_0).
|
|
2839
|
+
protoOf(UShortArraySerializer_0).hs = function (encoder, content, size) {
|
|
2712
2840
|
var inductionVariable = 0;
|
|
2713
2841
|
if (inductionVariable < size)
|
|
2714
2842
|
do {
|
|
2715
2843
|
var i = inductionVariable;
|
|
2716
2844
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2717
|
-
var tmp = encoder.
|
|
2845
|
+
var tmp = encoder.wm(this.gp_1, i);
|
|
2718
2846
|
// Inline function 'kotlin.UShort.toShort' call
|
|
2719
2847
|
var this_0 = UShortArray__get_impl_fnbhmx(content, i);
|
|
2720
2848
|
var tmp$ret$0 = _UShort___get_data__impl__g0245(this_0);
|
|
2721
|
-
tmp.
|
|
2849
|
+
tmp.fm(tmp$ret$0);
|
|
2722
2850
|
}
|
|
2723
2851
|
while (inductionVariable < size);
|
|
2724
2852
|
};
|
|
2725
|
-
protoOf(UShortArraySerializer_0).
|
|
2726
|
-
return this.
|
|
2853
|
+
protoOf(UShortArraySerializer_0).ip = function (encoder, content, size) {
|
|
2854
|
+
return this.hs(encoder, content instanceof UShortArray ? content.mj_1 : THROW_CCE(), size);
|
|
2727
2855
|
};
|
|
2728
2856
|
var UShortArraySerializer_instance;
|
|
2729
2857
|
function UShortArraySerializer_getInstance() {
|
|
@@ -2733,26 +2861,26 @@
|
|
|
2733
2861
|
}
|
|
2734
2862
|
function ByteArraySerializer_0() {
|
|
2735
2863
|
ByteArraySerializer_instance = this;
|
|
2736
|
-
PrimitiveArraySerializer.call(this,
|
|
2864
|
+
PrimitiveArraySerializer.call(this, serializer_11(ByteCompanionObject_instance));
|
|
2737
2865
|
}
|
|
2738
|
-
protoOf(ByteArraySerializer_0).
|
|
2866
|
+
protoOf(ByteArraySerializer_0).ks = function (_this__u8e3s4) {
|
|
2739
2867
|
return _this__u8e3s4.length;
|
|
2740
2868
|
};
|
|
2741
|
-
protoOf(ByteArraySerializer_0).
|
|
2742
|
-
return this.
|
|
2869
|
+
protoOf(ByteArraySerializer_0).so = function (_this__u8e3s4) {
|
|
2870
|
+
return this.ks((!(_this__u8e3s4 == null) ? isByteArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2743
2871
|
};
|
|
2744
|
-
protoOf(ByteArraySerializer_0).
|
|
2872
|
+
protoOf(ByteArraySerializer_0).ls = function (encoder, content, size) {
|
|
2745
2873
|
var inductionVariable = 0;
|
|
2746
2874
|
if (inductionVariable < size)
|
|
2747
2875
|
do {
|
|
2748
2876
|
var i = inductionVariable;
|
|
2749
2877
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2750
|
-
encoder.
|
|
2878
|
+
encoder.om(this.gp_1, i, content[i]);
|
|
2751
2879
|
}
|
|
2752
2880
|
while (inductionVariable < size);
|
|
2753
2881
|
};
|
|
2754
|
-
protoOf(ByteArraySerializer_0).
|
|
2755
|
-
return this.
|
|
2882
|
+
protoOf(ByteArraySerializer_0).ip = function (encoder, content, size) {
|
|
2883
|
+
return this.ls(encoder, (!(content == null) ? isByteArray(content) : false) ? content : THROW_CCE(), size);
|
|
2756
2884
|
};
|
|
2757
2885
|
var ByteArraySerializer_instance;
|
|
2758
2886
|
function ByteArraySerializer_getInstance() {
|
|
@@ -2762,30 +2890,30 @@
|
|
|
2762
2890
|
}
|
|
2763
2891
|
function UByteArraySerializer_0() {
|
|
2764
2892
|
UByteArraySerializer_instance = this;
|
|
2765
|
-
PrimitiveArraySerializer.call(this,
|
|
2893
|
+
PrimitiveArraySerializer.call(this, serializer_12(Companion_getInstance_4()));
|
|
2766
2894
|
}
|
|
2767
|
-
protoOf(UByteArraySerializer_0).
|
|
2895
|
+
protoOf(UByteArraySerializer_0).os = function (_this__u8e3s4) {
|
|
2768
2896
|
return _UByteArray___get_size__impl__h6pkdv(_this__u8e3s4);
|
|
2769
2897
|
};
|
|
2770
|
-
protoOf(UByteArraySerializer_0).
|
|
2771
|
-
return this.
|
|
2898
|
+
protoOf(UByteArraySerializer_0).so = function (_this__u8e3s4) {
|
|
2899
|
+
return this.os(_this__u8e3s4 instanceof UByteArray ? _this__u8e3s4.fi_1 : THROW_CCE());
|
|
2772
2900
|
};
|
|
2773
|
-
protoOf(UByteArraySerializer_0).
|
|
2901
|
+
protoOf(UByteArraySerializer_0).ps = function (encoder, content, size) {
|
|
2774
2902
|
var inductionVariable = 0;
|
|
2775
2903
|
if (inductionVariable < size)
|
|
2776
2904
|
do {
|
|
2777
2905
|
var i = inductionVariable;
|
|
2778
2906
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2779
|
-
var tmp = encoder.
|
|
2907
|
+
var tmp = encoder.wm(this.gp_1, i);
|
|
2780
2908
|
// Inline function 'kotlin.UByte.toByte' call
|
|
2781
2909
|
var this_0 = UByteArray__get_impl_t5f3hv(content, i);
|
|
2782
2910
|
var tmp$ret$0 = _UByte___get_data__impl__jof9qr(this_0);
|
|
2783
|
-
tmp.
|
|
2911
|
+
tmp.em(tmp$ret$0);
|
|
2784
2912
|
}
|
|
2785
2913
|
while (inductionVariable < size);
|
|
2786
2914
|
};
|
|
2787
|
-
protoOf(UByteArraySerializer_0).
|
|
2788
|
-
return this.
|
|
2915
|
+
protoOf(UByteArraySerializer_0).ip = function (encoder, content, size) {
|
|
2916
|
+
return this.ps(encoder, content instanceof UByteArray ? content.fi_1 : THROW_CCE(), size);
|
|
2789
2917
|
};
|
|
2790
2918
|
var UByteArraySerializer_instance;
|
|
2791
2919
|
function UByteArraySerializer_getInstance() {
|
|
@@ -2795,26 +2923,26 @@
|
|
|
2795
2923
|
}
|
|
2796
2924
|
function BooleanArraySerializer_0() {
|
|
2797
2925
|
BooleanArraySerializer_instance = this;
|
|
2798
|
-
PrimitiveArraySerializer.call(this,
|
|
2926
|
+
PrimitiveArraySerializer.call(this, serializer_13(BooleanCompanionObject_instance));
|
|
2799
2927
|
}
|
|
2800
|
-
protoOf(BooleanArraySerializer_0).
|
|
2928
|
+
protoOf(BooleanArraySerializer_0).ss = function (_this__u8e3s4) {
|
|
2801
2929
|
return _this__u8e3s4.length;
|
|
2802
2930
|
};
|
|
2803
|
-
protoOf(BooleanArraySerializer_0).
|
|
2804
|
-
return this.
|
|
2931
|
+
protoOf(BooleanArraySerializer_0).so = function (_this__u8e3s4) {
|
|
2932
|
+
return this.ss((!(_this__u8e3s4 == null) ? isBooleanArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2805
2933
|
};
|
|
2806
|
-
protoOf(BooleanArraySerializer_0).
|
|
2934
|
+
protoOf(BooleanArraySerializer_0).ts = function (encoder, content, size) {
|
|
2807
2935
|
var inductionVariable = 0;
|
|
2808
2936
|
if (inductionVariable < size)
|
|
2809
2937
|
do {
|
|
2810
2938
|
var i = inductionVariable;
|
|
2811
2939
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2812
|
-
encoder.
|
|
2940
|
+
encoder.nm(this.gp_1, i, content[i]);
|
|
2813
2941
|
}
|
|
2814
2942
|
while (inductionVariable < size);
|
|
2815
2943
|
};
|
|
2816
|
-
protoOf(BooleanArraySerializer_0).
|
|
2817
|
-
return this.
|
|
2944
|
+
protoOf(BooleanArraySerializer_0).ip = function (encoder, content, size) {
|
|
2945
|
+
return this.ts(encoder, (!(content == null) ? isBooleanArray(content) : false) ? content : THROW_CCE(), size);
|
|
2818
2946
|
};
|
|
2819
2947
|
var BooleanArraySerializer_instance;
|
|
2820
2948
|
function BooleanArraySerializer_getInstance() {
|
|
@@ -2834,16 +2962,16 @@
|
|
|
2834
2962
|
}
|
|
2835
2963
|
function StringSerializer() {
|
|
2836
2964
|
StringSerializer_instance = this;
|
|
2837
|
-
this.
|
|
2965
|
+
this.us_1 = new PrimitiveSerialDescriptor_0('kotlin.String', STRING_getInstance());
|
|
2838
2966
|
}
|
|
2839
2967
|
protoOf(StringSerializer).oj = function () {
|
|
2840
|
-
return this.
|
|
2968
|
+
return this.us_1;
|
|
2841
2969
|
};
|
|
2842
|
-
protoOf(StringSerializer).
|
|
2843
|
-
return encoder.
|
|
2970
|
+
protoOf(StringSerializer).vs = function (encoder, value) {
|
|
2971
|
+
return encoder.lm(value);
|
|
2844
2972
|
};
|
|
2845
2973
|
protoOf(StringSerializer).pj = function (encoder, value) {
|
|
2846
|
-
return this.
|
|
2974
|
+
return this.vs(encoder, (!(value == null) ? typeof value === 'string' : false) ? value : THROW_CCE());
|
|
2847
2975
|
};
|
|
2848
2976
|
var StringSerializer_instance;
|
|
2849
2977
|
function StringSerializer_getInstance() {
|
|
@@ -2853,16 +2981,16 @@
|
|
|
2853
2981
|
}
|
|
2854
2982
|
function CharSerializer() {
|
|
2855
2983
|
CharSerializer_instance = this;
|
|
2856
|
-
this.
|
|
2984
|
+
this.ws_1 = new PrimitiveSerialDescriptor_0('kotlin.Char', CHAR_getInstance());
|
|
2857
2985
|
}
|
|
2858
2986
|
protoOf(CharSerializer).oj = function () {
|
|
2859
|
-
return this.
|
|
2987
|
+
return this.ws_1;
|
|
2860
2988
|
};
|
|
2861
|
-
protoOf(CharSerializer).
|
|
2862
|
-
return encoder.
|
|
2989
|
+
protoOf(CharSerializer).xs = function (encoder, value) {
|
|
2990
|
+
return encoder.km(value);
|
|
2863
2991
|
};
|
|
2864
2992
|
protoOf(CharSerializer).pj = function (encoder, value) {
|
|
2865
|
-
return this.
|
|
2993
|
+
return this.xs(encoder, value instanceof Char ? value.f1_1 : THROW_CCE());
|
|
2866
2994
|
};
|
|
2867
2995
|
var CharSerializer_instance;
|
|
2868
2996
|
function CharSerializer_getInstance() {
|
|
@@ -2872,16 +3000,16 @@
|
|
|
2872
3000
|
}
|
|
2873
3001
|
function DoubleSerializer() {
|
|
2874
3002
|
DoubleSerializer_instance = this;
|
|
2875
|
-
this.
|
|
3003
|
+
this.ys_1 = new PrimitiveSerialDescriptor_0('kotlin.Double', DOUBLE_getInstance());
|
|
2876
3004
|
}
|
|
2877
3005
|
protoOf(DoubleSerializer).oj = function () {
|
|
2878
|
-
return this.
|
|
3006
|
+
return this.ys_1;
|
|
2879
3007
|
};
|
|
2880
|
-
protoOf(DoubleSerializer).
|
|
2881
|
-
return encoder.
|
|
3008
|
+
protoOf(DoubleSerializer).zs = function (encoder, value) {
|
|
3009
|
+
return encoder.jm(value);
|
|
2882
3010
|
};
|
|
2883
3011
|
protoOf(DoubleSerializer).pj = function (encoder, value) {
|
|
2884
|
-
return this.
|
|
3012
|
+
return this.zs(encoder, (!(value == null) ? typeof value === 'number' : false) ? value : THROW_CCE());
|
|
2885
3013
|
};
|
|
2886
3014
|
var DoubleSerializer_instance;
|
|
2887
3015
|
function DoubleSerializer_getInstance() {
|
|
@@ -2891,16 +3019,16 @@
|
|
|
2891
3019
|
}
|
|
2892
3020
|
function FloatSerializer() {
|
|
2893
3021
|
FloatSerializer_instance = this;
|
|
2894
|
-
this.
|
|
3022
|
+
this.at_1 = new PrimitiveSerialDescriptor_0('kotlin.Float', FLOAT_getInstance());
|
|
2895
3023
|
}
|
|
2896
3024
|
protoOf(FloatSerializer).oj = function () {
|
|
2897
|
-
return this.
|
|
3025
|
+
return this.at_1;
|
|
2898
3026
|
};
|
|
2899
|
-
protoOf(FloatSerializer).
|
|
2900
|
-
return encoder.
|
|
3027
|
+
protoOf(FloatSerializer).bt = function (encoder, value) {
|
|
3028
|
+
return encoder.im(value);
|
|
2901
3029
|
};
|
|
2902
3030
|
protoOf(FloatSerializer).pj = function (encoder, value) {
|
|
2903
|
-
return this.
|
|
3031
|
+
return this.bt(encoder, (!(value == null) ? typeof value === 'number' : false) ? value : THROW_CCE());
|
|
2904
3032
|
};
|
|
2905
3033
|
var FloatSerializer_instance;
|
|
2906
3034
|
function FloatSerializer_getInstance() {
|
|
@@ -2910,16 +3038,16 @@
|
|
|
2910
3038
|
}
|
|
2911
3039
|
function LongSerializer() {
|
|
2912
3040
|
LongSerializer_instance = this;
|
|
2913
|
-
this.
|
|
3041
|
+
this.ct_1 = new PrimitiveSerialDescriptor_0('kotlin.Long', LONG_getInstance());
|
|
2914
3042
|
}
|
|
2915
3043
|
protoOf(LongSerializer).oj = function () {
|
|
2916
|
-
return this.
|
|
3044
|
+
return this.ct_1;
|
|
2917
3045
|
};
|
|
2918
|
-
protoOf(LongSerializer).
|
|
2919
|
-
return encoder.
|
|
3046
|
+
protoOf(LongSerializer).dt = function (encoder, value) {
|
|
3047
|
+
return encoder.hm(value);
|
|
2920
3048
|
};
|
|
2921
3049
|
protoOf(LongSerializer).pj = function (encoder, value) {
|
|
2922
|
-
return this.
|
|
3050
|
+
return this.dt(encoder, value instanceof Long ? value : THROW_CCE());
|
|
2923
3051
|
};
|
|
2924
3052
|
var LongSerializer_instance;
|
|
2925
3053
|
function LongSerializer_getInstance() {
|
|
@@ -2929,16 +3057,16 @@
|
|
|
2929
3057
|
}
|
|
2930
3058
|
function IntSerializer() {
|
|
2931
3059
|
IntSerializer_instance = this;
|
|
2932
|
-
this.
|
|
3060
|
+
this.et_1 = new PrimitiveSerialDescriptor_0('kotlin.Int', INT_getInstance());
|
|
2933
3061
|
}
|
|
2934
3062
|
protoOf(IntSerializer).oj = function () {
|
|
2935
|
-
return this.
|
|
3063
|
+
return this.et_1;
|
|
2936
3064
|
};
|
|
2937
|
-
protoOf(IntSerializer).
|
|
2938
|
-
return encoder.
|
|
3065
|
+
protoOf(IntSerializer).ft = function (encoder, value) {
|
|
3066
|
+
return encoder.gm(value);
|
|
2939
3067
|
};
|
|
2940
3068
|
protoOf(IntSerializer).pj = function (encoder, value) {
|
|
2941
|
-
return this.
|
|
3069
|
+
return this.ft(encoder, (!(value == null) ? typeof value === 'number' : false) ? value : THROW_CCE());
|
|
2942
3070
|
};
|
|
2943
3071
|
var IntSerializer_instance;
|
|
2944
3072
|
function IntSerializer_getInstance() {
|
|
@@ -2948,16 +3076,16 @@
|
|
|
2948
3076
|
}
|
|
2949
3077
|
function ShortSerializer() {
|
|
2950
3078
|
ShortSerializer_instance = this;
|
|
2951
|
-
this.
|
|
3079
|
+
this.gt_1 = new PrimitiveSerialDescriptor_0('kotlin.Short', SHORT_getInstance());
|
|
2952
3080
|
}
|
|
2953
3081
|
protoOf(ShortSerializer).oj = function () {
|
|
2954
|
-
return this.
|
|
3082
|
+
return this.gt_1;
|
|
2955
3083
|
};
|
|
2956
|
-
protoOf(ShortSerializer).
|
|
2957
|
-
return encoder.
|
|
3084
|
+
protoOf(ShortSerializer).ht = function (encoder, value) {
|
|
3085
|
+
return encoder.fm(value);
|
|
2958
3086
|
};
|
|
2959
3087
|
protoOf(ShortSerializer).pj = function (encoder, value) {
|
|
2960
|
-
return this.
|
|
3088
|
+
return this.ht(encoder, (!(value == null) ? typeof value === 'number' : false) ? value : THROW_CCE());
|
|
2961
3089
|
};
|
|
2962
3090
|
var ShortSerializer_instance;
|
|
2963
3091
|
function ShortSerializer_getInstance() {
|
|
@@ -2967,16 +3095,16 @@
|
|
|
2967
3095
|
}
|
|
2968
3096
|
function ByteSerializer() {
|
|
2969
3097
|
ByteSerializer_instance = this;
|
|
2970
|
-
this.
|
|
3098
|
+
this.it_1 = new PrimitiveSerialDescriptor_0('kotlin.Byte', BYTE_getInstance());
|
|
2971
3099
|
}
|
|
2972
3100
|
protoOf(ByteSerializer).oj = function () {
|
|
2973
|
-
return this.
|
|
3101
|
+
return this.it_1;
|
|
2974
3102
|
};
|
|
2975
|
-
protoOf(ByteSerializer).
|
|
2976
|
-
return encoder.
|
|
3103
|
+
protoOf(ByteSerializer).jt = function (encoder, value) {
|
|
3104
|
+
return encoder.em(value);
|
|
2977
3105
|
};
|
|
2978
3106
|
protoOf(ByteSerializer).pj = function (encoder, value) {
|
|
2979
|
-
return this.
|
|
3107
|
+
return this.jt(encoder, (!(value == null) ? typeof value === 'number' : false) ? value : THROW_CCE());
|
|
2980
3108
|
};
|
|
2981
3109
|
var ByteSerializer_instance;
|
|
2982
3110
|
function ByteSerializer_getInstance() {
|
|
@@ -2986,16 +3114,16 @@
|
|
|
2986
3114
|
}
|
|
2987
3115
|
function BooleanSerializer() {
|
|
2988
3116
|
BooleanSerializer_instance = this;
|
|
2989
|
-
this.
|
|
3117
|
+
this.kt_1 = new PrimitiveSerialDescriptor_0('kotlin.Boolean', BOOLEAN_getInstance());
|
|
2990
3118
|
}
|
|
2991
3119
|
protoOf(BooleanSerializer).oj = function () {
|
|
2992
|
-
return this.
|
|
3120
|
+
return this.kt_1;
|
|
2993
3121
|
};
|
|
2994
|
-
protoOf(BooleanSerializer).
|
|
2995
|
-
return encoder.
|
|
3122
|
+
protoOf(BooleanSerializer).lt = function (encoder, value) {
|
|
3123
|
+
return encoder.dm(value);
|
|
2996
3124
|
};
|
|
2997
3125
|
protoOf(BooleanSerializer).pj = function (encoder, value) {
|
|
2998
|
-
return this.
|
|
3126
|
+
return this.lt(encoder, (!(value == null) ? typeof value === 'boolean' : false) ? value : THROW_CCE());
|
|
2999
3127
|
};
|
|
3000
3128
|
var BooleanSerializer_instance;
|
|
3001
3129
|
function BooleanSerializer_getInstance() {
|
|
@@ -3005,16 +3133,16 @@
|
|
|
3005
3133
|
}
|
|
3006
3134
|
function UnitSerializer() {
|
|
3007
3135
|
UnitSerializer_instance = this;
|
|
3008
|
-
this.
|
|
3136
|
+
this.mt_1 = new ObjectSerializer('kotlin.Unit', Unit_instance);
|
|
3009
3137
|
}
|
|
3010
3138
|
protoOf(UnitSerializer).oj = function () {
|
|
3011
|
-
return this.
|
|
3139
|
+
return this.mt_1.oj();
|
|
3012
3140
|
};
|
|
3013
|
-
protoOf(UnitSerializer).
|
|
3014
|
-
this.
|
|
3141
|
+
protoOf(UnitSerializer).nt = function (encoder, value) {
|
|
3142
|
+
this.mt_1.dk(encoder, Unit_instance);
|
|
3015
3143
|
};
|
|
3016
3144
|
protoOf(UnitSerializer).pj = function (encoder, value) {
|
|
3017
|
-
return this.
|
|
3145
|
+
return this.nt(encoder, value instanceof Unit ? value : THROW_CCE());
|
|
3018
3146
|
};
|
|
3019
3147
|
var UnitSerializer_instance;
|
|
3020
3148
|
function UnitSerializer_getInstance() {
|
|
@@ -3026,38 +3154,38 @@
|
|
|
3026
3154
|
throw IllegalStateException_init_$Create$('Primitive descriptor does not have elements');
|
|
3027
3155
|
}
|
|
3028
3156
|
function PrimitiveSerialDescriptor_0(serialName, kind) {
|
|
3029
|
-
this.
|
|
3030
|
-
this.
|
|
3157
|
+
this.ot_1 = serialName;
|
|
3158
|
+
this.pt_1 = kind;
|
|
3031
3159
|
}
|
|
3032
|
-
protoOf(PrimitiveSerialDescriptor_0).
|
|
3033
|
-
return this.
|
|
3160
|
+
protoOf(PrimitiveSerialDescriptor_0).nk = function () {
|
|
3161
|
+
return this.ot_1;
|
|
3034
3162
|
};
|
|
3035
|
-
protoOf(PrimitiveSerialDescriptor_0).
|
|
3036
|
-
return this.
|
|
3163
|
+
protoOf(PrimitiveSerialDescriptor_0).yk = function () {
|
|
3164
|
+
return this.pt_1;
|
|
3037
3165
|
};
|
|
3038
|
-
protoOf(PrimitiveSerialDescriptor_0).
|
|
3166
|
+
protoOf(PrimitiveSerialDescriptor_0).al = function () {
|
|
3039
3167
|
return 0;
|
|
3040
3168
|
};
|
|
3041
|
-
protoOf(PrimitiveSerialDescriptor_0).
|
|
3169
|
+
protoOf(PrimitiveSerialDescriptor_0).cl = function (index) {
|
|
3042
3170
|
error_0(this);
|
|
3043
3171
|
};
|
|
3044
|
-
protoOf(PrimitiveSerialDescriptor_0).
|
|
3172
|
+
protoOf(PrimitiveSerialDescriptor_0).dl = function (index) {
|
|
3045
3173
|
error_0(this);
|
|
3046
3174
|
};
|
|
3047
3175
|
protoOf(PrimitiveSerialDescriptor_0).toString = function () {
|
|
3048
|
-
return 'PrimitiveDescriptor(' + this.
|
|
3176
|
+
return 'PrimitiveDescriptor(' + this.ot_1 + ')';
|
|
3049
3177
|
};
|
|
3050
3178
|
protoOf(PrimitiveSerialDescriptor_0).equals = function (other) {
|
|
3051
3179
|
if (this === other)
|
|
3052
3180
|
return true;
|
|
3053
3181
|
if (!(other instanceof PrimitiveSerialDescriptor_0))
|
|
3054
3182
|
return false;
|
|
3055
|
-
if (this.
|
|
3183
|
+
if (this.ot_1 === other.ot_1 && equals(this.pt_1, other.pt_1))
|
|
3056
3184
|
return true;
|
|
3057
3185
|
return false;
|
|
3058
3186
|
};
|
|
3059
3187
|
protoOf(PrimitiveSerialDescriptor_0).hashCode = function () {
|
|
3060
|
-
return getStringHashCode(this.
|
|
3188
|
+
return getStringHashCode(this.ot_1) + imul(31, this.pt_1.hashCode()) | 0;
|
|
3061
3189
|
};
|
|
3062
3190
|
function PrimitiveDescriptorSafe(serialName, kind) {
|
|
3063
3191
|
_init_properties_Primitives_kt__k0eto4();
|
|
@@ -3067,10 +3195,10 @@
|
|
|
3067
3195
|
function checkName(serialName) {
|
|
3068
3196
|
_init_properties_Primitives_kt__k0eto4();
|
|
3069
3197
|
var values = get_BUILTIN_SERIALIZERS().y1();
|
|
3070
|
-
var _iterator__ex2g4s = values.
|
|
3071
|
-
while (_iterator__ex2g4s.
|
|
3072
|
-
var primitive = _iterator__ex2g4s.
|
|
3073
|
-
var primitiveName = primitive.oj().
|
|
3198
|
+
var _iterator__ex2g4s = values.p();
|
|
3199
|
+
while (_iterator__ex2g4s.q()) {
|
|
3200
|
+
var primitive = _iterator__ex2g4s.r();
|
|
3201
|
+
var primitiveName = primitive.oj().nk();
|
|
3074
3202
|
if (serialName === primitiveName) {
|
|
3075
3203
|
throw IllegalArgumentException_init_$Create$(trimIndent('\n The name of serial descriptor should uniquely identify associated serializer.\n For serial name ' + serialName + ' there already exists ' + getKClassFromExpression(primitive).aa() + '.\n Please refer to SerialDescriptor documentation for additional information.\n '));
|
|
3076
3204
|
}
|
|
@@ -3094,22 +3222,22 @@
|
|
|
3094
3222
|
KeyValueSerializer.call(this, keySerializer, valueSerializer);
|
|
3095
3223
|
var tmp = this;
|
|
3096
3224
|
var tmp_0 = MAP_getInstance();
|
|
3097
|
-
tmp.
|
|
3225
|
+
tmp.st_1 = buildSerialDescriptor('kotlin.collections.Map.Entry', tmp_0, [], MapEntrySerializer$descriptor$lambda(keySerializer, valueSerializer));
|
|
3098
3226
|
}
|
|
3099
3227
|
protoOf(MapEntrySerializer_0).oj = function () {
|
|
3100
|
-
return this.
|
|
3228
|
+
return this.st_1;
|
|
3101
3229
|
};
|
|
3102
|
-
protoOf(MapEntrySerializer_0).
|
|
3230
|
+
protoOf(MapEntrySerializer_0).tt = function (_this__u8e3s4) {
|
|
3103
3231
|
return _this__u8e3s4.y();
|
|
3104
3232
|
};
|
|
3105
|
-
protoOf(MapEntrySerializer_0).
|
|
3106
|
-
return this.
|
|
3233
|
+
protoOf(MapEntrySerializer_0).ut = function (_this__u8e3s4) {
|
|
3234
|
+
return this.tt((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, Entry) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3107
3235
|
};
|
|
3108
|
-
protoOf(MapEntrySerializer_0).
|
|
3236
|
+
protoOf(MapEntrySerializer_0).vt = function (_this__u8e3s4) {
|
|
3109
3237
|
return _this__u8e3s4.z();
|
|
3110
3238
|
};
|
|
3111
|
-
protoOf(MapEntrySerializer_0).
|
|
3112
|
-
return this.
|
|
3239
|
+
protoOf(MapEntrySerializer_0).wt = function (_this__u8e3s4) {
|
|
3240
|
+
return this.vt((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, Entry) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3113
3241
|
};
|
|
3114
3242
|
function PairSerializer$descriptor$lambda($keySerializer, $valueSerializer) {
|
|
3115
3243
|
return function ($this$buildClassSerialDescriptor) {
|
|
@@ -3121,79 +3249,79 @@
|
|
|
3121
3249
|
function PairSerializer_0(keySerializer, valueSerializer) {
|
|
3122
3250
|
KeyValueSerializer.call(this, keySerializer, valueSerializer);
|
|
3123
3251
|
var tmp = this;
|
|
3124
|
-
tmp.
|
|
3252
|
+
tmp.cu_1 = buildClassSerialDescriptor('kotlin.Pair', [], PairSerializer$descriptor$lambda(keySerializer, valueSerializer));
|
|
3125
3253
|
}
|
|
3126
3254
|
protoOf(PairSerializer_0).oj = function () {
|
|
3127
|
-
return this.
|
|
3255
|
+
return this.cu_1;
|
|
3128
3256
|
};
|
|
3129
|
-
protoOf(PairSerializer_0).
|
|
3257
|
+
protoOf(PairSerializer_0).du = function (_this__u8e3s4) {
|
|
3130
3258
|
return _this__u8e3s4.u9_1;
|
|
3131
3259
|
};
|
|
3132
|
-
protoOf(PairSerializer_0).
|
|
3133
|
-
return this.
|
|
3260
|
+
protoOf(PairSerializer_0).ut = function (_this__u8e3s4) {
|
|
3261
|
+
return this.du(_this__u8e3s4 instanceof Pair ? _this__u8e3s4 : THROW_CCE());
|
|
3134
3262
|
};
|
|
3135
|
-
protoOf(PairSerializer_0).
|
|
3263
|
+
protoOf(PairSerializer_0).eu = function (_this__u8e3s4) {
|
|
3136
3264
|
return _this__u8e3s4.v9_1;
|
|
3137
3265
|
};
|
|
3138
|
-
protoOf(PairSerializer_0).
|
|
3139
|
-
return this.
|
|
3266
|
+
protoOf(PairSerializer_0).wt = function (_this__u8e3s4) {
|
|
3267
|
+
return this.eu(_this__u8e3s4 instanceof Pair ? _this__u8e3s4 : THROW_CCE());
|
|
3140
3268
|
};
|
|
3141
3269
|
function TripleSerializer$descriptor$lambda(this$0) {
|
|
3142
3270
|
return function ($this$buildClassSerialDescriptor) {
|
|
3143
|
-
$this$buildClassSerialDescriptor.yj('first', this$0.
|
|
3144
|
-
$this$buildClassSerialDescriptor.yj('second', this$0.
|
|
3145
|
-
$this$buildClassSerialDescriptor.yj('third', this$0.
|
|
3271
|
+
$this$buildClassSerialDescriptor.yj('first', this$0.fu_1.oj());
|
|
3272
|
+
$this$buildClassSerialDescriptor.yj('second', this$0.gu_1.oj());
|
|
3273
|
+
$this$buildClassSerialDescriptor.yj('third', this$0.hu_1.oj());
|
|
3146
3274
|
return Unit_instance;
|
|
3147
3275
|
};
|
|
3148
3276
|
}
|
|
3149
3277
|
function TripleSerializer_0(aSerializer, bSerializer, cSerializer) {
|
|
3150
|
-
this.
|
|
3151
|
-
this.
|
|
3152
|
-
this.
|
|
3278
|
+
this.fu_1 = aSerializer;
|
|
3279
|
+
this.gu_1 = bSerializer;
|
|
3280
|
+
this.hu_1 = cSerializer;
|
|
3153
3281
|
var tmp = this;
|
|
3154
|
-
tmp.
|
|
3282
|
+
tmp.iu_1 = buildClassSerialDescriptor('kotlin.Triple', [], TripleSerializer$descriptor$lambda(this));
|
|
3155
3283
|
}
|
|
3156
3284
|
protoOf(TripleSerializer_0).oj = function () {
|
|
3157
|
-
return this.
|
|
3285
|
+
return this.iu_1;
|
|
3158
3286
|
};
|
|
3159
|
-
protoOf(TripleSerializer_0).
|
|
3160
|
-
var structuredEncoder = encoder.
|
|
3161
|
-
structuredEncoder.
|
|
3162
|
-
structuredEncoder.
|
|
3163
|
-
structuredEncoder.
|
|
3164
|
-
structuredEncoder.
|
|
3287
|
+
protoOf(TripleSerializer_0).ju = function (encoder, value) {
|
|
3288
|
+
var structuredEncoder = encoder.yl(this.iu_1);
|
|
3289
|
+
structuredEncoder.xm(this.iu_1, 0, this.fu_1, value.lh_1);
|
|
3290
|
+
structuredEncoder.xm(this.iu_1, 1, this.gu_1, value.mh_1);
|
|
3291
|
+
structuredEncoder.xm(this.iu_1, 2, this.hu_1, value.nh_1);
|
|
3292
|
+
structuredEncoder.zl(this.iu_1);
|
|
3165
3293
|
};
|
|
3166
3294
|
protoOf(TripleSerializer_0).pj = function (encoder, value) {
|
|
3167
|
-
return this.
|
|
3295
|
+
return this.ju(encoder, value instanceof Triple ? value : THROW_CCE());
|
|
3168
3296
|
};
|
|
3169
3297
|
function KeyValueSerializer(keySerializer, valueSerializer) {
|
|
3170
|
-
this.
|
|
3171
|
-
this.
|
|
3298
|
+
this.xt_1 = keySerializer;
|
|
3299
|
+
this.yt_1 = valueSerializer;
|
|
3172
3300
|
}
|
|
3173
|
-
protoOf(KeyValueSerializer).
|
|
3174
|
-
var structuredEncoder = encoder.
|
|
3175
|
-
structuredEncoder.
|
|
3176
|
-
structuredEncoder.
|
|
3177
|
-
structuredEncoder.
|
|
3301
|
+
protoOf(KeyValueSerializer).zt = function (encoder, value) {
|
|
3302
|
+
var structuredEncoder = encoder.yl(this.oj());
|
|
3303
|
+
structuredEncoder.xm(this.oj(), 0, this.xt_1, this.ut(value));
|
|
3304
|
+
structuredEncoder.xm(this.oj(), 1, this.yt_1, this.wt(value));
|
|
3305
|
+
structuredEncoder.zl(this.oj());
|
|
3178
3306
|
};
|
|
3179
3307
|
protoOf(KeyValueSerializer).pj = function (encoder, value) {
|
|
3180
|
-
return this.
|
|
3308
|
+
return this.zt(encoder, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
3181
3309
|
};
|
|
3182
3310
|
function ULongSerializer() {
|
|
3183
3311
|
ULongSerializer_instance = this;
|
|
3184
|
-
this.
|
|
3312
|
+
this.ku_1 = InlinePrimitiveDescriptor('kotlin.ULong', serializer_5(Companion_getInstance_0()));
|
|
3185
3313
|
}
|
|
3186
3314
|
protoOf(ULongSerializer).oj = function () {
|
|
3187
|
-
return this.
|
|
3315
|
+
return this.ku_1;
|
|
3188
3316
|
};
|
|
3189
|
-
protoOf(ULongSerializer).
|
|
3190
|
-
var tmp = encoder.
|
|
3317
|
+
protoOf(ULongSerializer).lu = function (encoder, value) {
|
|
3318
|
+
var tmp = encoder.mm(this.ku_1);
|
|
3191
3319
|
// Inline function 'kotlin.ULong.toLong' call
|
|
3192
3320
|
var tmp$ret$0 = _ULong___get_data__impl__fggpzb(value);
|
|
3193
|
-
tmp.
|
|
3321
|
+
tmp.hm(tmp$ret$0);
|
|
3194
3322
|
};
|
|
3195
3323
|
protoOf(ULongSerializer).pj = function (encoder, value) {
|
|
3196
|
-
return this.
|
|
3324
|
+
return this.lu(encoder, value instanceof ULong ? value.wi_1 : THROW_CCE());
|
|
3197
3325
|
};
|
|
3198
3326
|
var ULongSerializer_instance;
|
|
3199
3327
|
function ULongSerializer_getInstance() {
|
|
@@ -3203,19 +3331,19 @@
|
|
|
3203
3331
|
}
|
|
3204
3332
|
function UIntSerializer() {
|
|
3205
3333
|
UIntSerializer_instance = this;
|
|
3206
|
-
this.
|
|
3334
|
+
this.mu_1 = InlinePrimitiveDescriptor('kotlin.UInt', serializer_7(IntCompanionObject_instance));
|
|
3207
3335
|
}
|
|
3208
3336
|
protoOf(UIntSerializer).oj = function () {
|
|
3209
|
-
return this.
|
|
3337
|
+
return this.mu_1;
|
|
3210
3338
|
};
|
|
3211
|
-
protoOf(UIntSerializer).
|
|
3212
|
-
var tmp = encoder.
|
|
3339
|
+
protoOf(UIntSerializer).nu = function (encoder, value) {
|
|
3340
|
+
var tmp = encoder.mm(this.mu_1);
|
|
3213
3341
|
// Inline function 'kotlin.UInt.toInt' call
|
|
3214
3342
|
var tmp$ret$0 = _UInt___get_data__impl__f0vqqw(value);
|
|
3215
|
-
tmp.
|
|
3343
|
+
tmp.gm(tmp$ret$0);
|
|
3216
3344
|
};
|
|
3217
3345
|
protoOf(UIntSerializer).pj = function (encoder, value) {
|
|
3218
|
-
return this.
|
|
3346
|
+
return this.nu(encoder, value instanceof UInt ? value.li_1 : THROW_CCE());
|
|
3219
3347
|
};
|
|
3220
3348
|
var UIntSerializer_instance;
|
|
3221
3349
|
function UIntSerializer_getInstance() {
|
|
@@ -3225,19 +3353,19 @@
|
|
|
3225
3353
|
}
|
|
3226
3354
|
function UShortSerializer() {
|
|
3227
3355
|
UShortSerializer_instance = this;
|
|
3228
|
-
this.
|
|
3356
|
+
this.ou_1 = InlinePrimitiveDescriptor('kotlin.UShort', serializer_9(ShortCompanionObject_instance));
|
|
3229
3357
|
}
|
|
3230
3358
|
protoOf(UShortSerializer).oj = function () {
|
|
3231
|
-
return this.
|
|
3359
|
+
return this.ou_1;
|
|
3232
3360
|
};
|
|
3233
|
-
protoOf(UShortSerializer).
|
|
3234
|
-
var tmp = encoder.
|
|
3361
|
+
protoOf(UShortSerializer).pu = function (encoder, value) {
|
|
3362
|
+
var tmp = encoder.mm(this.ou_1);
|
|
3235
3363
|
// Inline function 'kotlin.UShort.toShort' call
|
|
3236
3364
|
var tmp$ret$0 = _UShort___get_data__impl__g0245(value);
|
|
3237
|
-
tmp.
|
|
3365
|
+
tmp.fm(tmp$ret$0);
|
|
3238
3366
|
};
|
|
3239
3367
|
protoOf(UShortSerializer).pj = function (encoder, value) {
|
|
3240
|
-
return this.
|
|
3368
|
+
return this.pu(encoder, value instanceof UShort ? value.hj_1 : THROW_CCE());
|
|
3241
3369
|
};
|
|
3242
3370
|
var UShortSerializer_instance;
|
|
3243
3371
|
function UShortSerializer_getInstance() {
|
|
@@ -3247,19 +3375,19 @@
|
|
|
3247
3375
|
}
|
|
3248
3376
|
function UByteSerializer() {
|
|
3249
3377
|
UByteSerializer_instance = this;
|
|
3250
|
-
this.
|
|
3378
|
+
this.qu_1 = InlinePrimitiveDescriptor('kotlin.UByte', serializer_11(ByteCompanionObject_instance));
|
|
3251
3379
|
}
|
|
3252
3380
|
protoOf(UByteSerializer).oj = function () {
|
|
3253
|
-
return this.
|
|
3381
|
+
return this.qu_1;
|
|
3254
3382
|
};
|
|
3255
|
-
protoOf(UByteSerializer).
|
|
3256
|
-
var tmp = encoder.
|
|
3383
|
+
protoOf(UByteSerializer).ru = function (encoder, value) {
|
|
3384
|
+
var tmp = encoder.mm(this.qu_1);
|
|
3257
3385
|
// Inline function 'kotlin.UByte.toByte' call
|
|
3258
3386
|
var tmp$ret$0 = _UByte___get_data__impl__jof9qr(value);
|
|
3259
|
-
tmp.
|
|
3387
|
+
tmp.em(tmp$ret$0);
|
|
3260
3388
|
};
|
|
3261
3389
|
protoOf(UByteSerializer).pj = function (encoder, value) {
|
|
3262
|
-
return this.
|
|
3390
|
+
return this.ru(encoder, value instanceof UByte ? value.ai_1 : THROW_CCE());
|
|
3263
3391
|
};
|
|
3264
3392
|
var UByteSerializer_instance;
|
|
3265
3393
|
function UByteSerializer_getInstance() {
|
|
@@ -3274,37 +3402,37 @@
|
|
|
3274
3402
|
var EmptySerializersModule;
|
|
3275
3403
|
function SerializersModule() {
|
|
3276
3404
|
}
|
|
3277
|
-
protoOf(SerializersModule).
|
|
3405
|
+
protoOf(SerializersModule).qk = function (kClass, typeArgumentsSerializers, $super) {
|
|
3278
3406
|
typeArgumentsSerializers = typeArgumentsSerializers === VOID ? emptyList() : typeArgumentsSerializers;
|
|
3279
|
-
return $super === VOID ? this.
|
|
3407
|
+
return $super === VOID ? this.rk(kClass, typeArgumentsSerializers) : $super.rk.call(this, kClass, typeArgumentsSerializers);
|
|
3280
3408
|
};
|
|
3281
3409
|
function SerialModuleImpl(class2ContextualFactory, polyBase2Serializers, polyBase2DefaultSerializerProvider, polyBase2NamedSerializers, polyBase2DefaultDeserializerProvider, hasInterfaceContextualSerializers) {
|
|
3282
3410
|
SerializersModule.call(this);
|
|
3283
|
-
this.
|
|
3284
|
-
this.
|
|
3285
|
-
this.
|
|
3286
|
-
this.
|
|
3287
|
-
this.
|
|
3288
|
-
this.
|
|
3411
|
+
this.su_1 = class2ContextualFactory;
|
|
3412
|
+
this.tu_1 = polyBase2Serializers;
|
|
3413
|
+
this.uu_1 = polyBase2DefaultSerializerProvider;
|
|
3414
|
+
this.vu_1 = polyBase2NamedSerializers;
|
|
3415
|
+
this.wu_1 = polyBase2DefaultDeserializerProvider;
|
|
3416
|
+
this.xu_1 = hasInterfaceContextualSerializers;
|
|
3289
3417
|
}
|
|
3290
|
-
protoOf(SerialModuleImpl).
|
|
3291
|
-
return this.
|
|
3418
|
+
protoOf(SerialModuleImpl).pk = function () {
|
|
3419
|
+
return this.xu_1;
|
|
3292
3420
|
};
|
|
3293
|
-
protoOf(SerialModuleImpl).
|
|
3421
|
+
protoOf(SerialModuleImpl).fn = function (baseClass, value) {
|
|
3294
3422
|
if (!baseClass.ba(value))
|
|
3295
3423
|
return null;
|
|
3296
|
-
var tmp0_safe_receiver = this.
|
|
3424
|
+
var tmp0_safe_receiver = this.tu_1.w1(baseClass);
|
|
3297
3425
|
var tmp = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.w1(getKClassFromExpression(value));
|
|
3298
3426
|
var registered = (!(tmp == null) ? isInterface(tmp, SerializationStrategy) : false) ? tmp : null;
|
|
3299
3427
|
if (!(registered == null))
|
|
3300
3428
|
return registered;
|
|
3301
|
-
var tmp_0 = this.
|
|
3429
|
+
var tmp_0 = this.uu_1.w1(baseClass);
|
|
3302
3430
|
var tmp1_safe_receiver = (!(tmp_0 == null) ? typeof tmp_0 === 'function' : false) ? tmp_0 : null;
|
|
3303
3431
|
return tmp1_safe_receiver == null ? null : tmp1_safe_receiver(value);
|
|
3304
3432
|
};
|
|
3305
|
-
protoOf(SerialModuleImpl).
|
|
3306
|
-
var tmp0_safe_receiver = this.
|
|
3307
|
-
var tmp = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
3433
|
+
protoOf(SerialModuleImpl).rk = function (kClass, typeArgumentsSerializers) {
|
|
3434
|
+
var tmp0_safe_receiver = this.su_1.w1(kClass);
|
|
3435
|
+
var tmp = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.yu(typeArgumentsSerializers);
|
|
3308
3436
|
return (tmp == null ? true : isInterface(tmp, KSerializer)) ? tmp : null;
|
|
3309
3437
|
};
|
|
3310
3438
|
var properties_initialized_SerializersModule_kt_fjigjn;
|
|
@@ -3318,21 +3446,21 @@
|
|
|
3318
3446
|
return get_EmptySerializersModuleLegacyJs();
|
|
3319
3447
|
}
|
|
3320
3448
|
function SerializableWith(serializer) {
|
|
3321
|
-
this.
|
|
3449
|
+
this.zu_1 = serializer;
|
|
3322
3450
|
}
|
|
3323
3451
|
protoOf(SerializableWith).equals = function (other) {
|
|
3324
3452
|
if (!(other instanceof SerializableWith))
|
|
3325
3453
|
return false;
|
|
3326
3454
|
var tmp0_other_with_cast = other instanceof SerializableWith ? other : THROW_CCE();
|
|
3327
|
-
if (!this.
|
|
3455
|
+
if (!this.zu_1.equals(tmp0_other_with_cast.zu_1))
|
|
3328
3456
|
return false;
|
|
3329
3457
|
return true;
|
|
3330
3458
|
};
|
|
3331
3459
|
protoOf(SerializableWith).hashCode = function () {
|
|
3332
|
-
return imul(getStringHashCode('serializer'), 127) ^ this.
|
|
3460
|
+
return imul(getStringHashCode('serializer'), 127) ^ this.zu_1.hashCode();
|
|
3333
3461
|
};
|
|
3334
3462
|
protoOf(SerializableWith).toString = function () {
|
|
3335
|
-
return '@kotlinx.serialization.SerializableWith(' + 'serializer=' + toString(this.
|
|
3463
|
+
return '@kotlinx.serialization.SerializableWith(' + 'serializer=' + toString(this.zu_1) + ')';
|
|
3336
3464
|
};
|
|
3337
3465
|
function createCache(factory) {
|
|
3338
3466
|
return new createCache$1(factory);
|
|
@@ -3344,7 +3472,7 @@
|
|
|
3344
3472
|
return get_isInterface(_this__u8e3s4);
|
|
3345
3473
|
}
|
|
3346
3474
|
function initBuiltins() {
|
|
3347
|
-
return mapOf([to(PrimitiveClasses_getInstance().bb(),
|
|
3475
|
+
return mapOf([to(PrimitiveClasses_getInstance().bb(), serializer_1(StringCompanionObject_instance)), to(getKClass(Char), serializer_2(Companion_getInstance())), to(PrimitiveClasses_getInstance().eb(), CharArraySerializer()), to(PrimitiveClasses_getInstance().za(), serializer_3(DoubleCompanionObject_instance)), to(PrimitiveClasses_getInstance().kb(), DoubleArraySerializer()), to(PrimitiveClasses_getInstance().ya(), serializer_4(FloatCompanionObject_instance)), to(PrimitiveClasses_getInstance().jb(), FloatArraySerializer()), to(getKClass(Long), serializer_5(Companion_getInstance_0())), to(PrimitiveClasses_getInstance().ib(), LongArraySerializer()), to(getKClass(ULong), serializer_6(Companion_getInstance_1())), to(getKClass(ULongArray), ULongArraySerializer()), to(PrimitiveClasses_getInstance().xa(), serializer_7(IntCompanionObject_instance)), to(PrimitiveClasses_getInstance().hb(), IntArraySerializer()), to(getKClass(UInt), serializer_8(Companion_getInstance_2())), to(getKClass(UIntArray), UIntArraySerializer()), to(PrimitiveClasses_getInstance().wa(), serializer_9(ShortCompanionObject_instance)), to(PrimitiveClasses_getInstance().gb(), ShortArraySerializer()), to(getKClass(UShort), serializer_10(Companion_getInstance_3())), to(getKClass(UShortArray), UShortArraySerializer()), to(PrimitiveClasses_getInstance().va(), serializer_11(ByteCompanionObject_instance)), to(PrimitiveClasses_getInstance().fb(), ByteArraySerializer()), to(getKClass(UByte), serializer_12(Companion_getInstance_4())), to(getKClass(UByteArray), UByteArraySerializer()), to(PrimitiveClasses_getInstance().ua(), serializer_13(BooleanCompanionObject_instance)), to(PrimitiveClasses_getInstance().db(), BooleanArraySerializer()), to(getKClass(Unit), serializer_14(Unit_instance)), to(PrimitiveClasses_getInstance().ta(), NothingSerializer()), to(getKClass(Duration), serializer_15(Companion_getInstance_5())), to(getKClass(Uuid), serializer_16(Companion_getInstance_6()))]);
|
|
3348
3476
|
}
|
|
3349
3477
|
function get_isInterface(_this__u8e3s4) {
|
|
3350
3478
|
if (_this__u8e3s4 === PrimitiveClasses_getInstance().ta())
|
|
@@ -3388,7 +3516,7 @@
|
|
|
3388
3516
|
tmp_0 = isInterface(assocObject, KSerializer) ? assocObject : THROW_CCE();
|
|
3389
3517
|
} else {
|
|
3390
3518
|
if (!(assocObject == null) ? isInterface(assocObject, SerializerFactory) : false) {
|
|
3391
|
-
var tmp_1 = assocObject.
|
|
3519
|
+
var tmp_1 = assocObject.xq(args.slice());
|
|
3392
3520
|
tmp_0 = isInterface(tmp_1, KSerializer) ? tmp_1 : THROW_CCE();
|
|
3393
3521
|
} else {
|
|
3394
3522
|
tmp_0 = null;
|
|
@@ -3409,21 +3537,21 @@
|
|
|
3409
3537
|
return _this__u8e3s4[index];
|
|
3410
3538
|
}
|
|
3411
3539
|
function createCache$1($factory) {
|
|
3412
|
-
this.
|
|
3540
|
+
this.av_1 = $factory;
|
|
3413
3541
|
}
|
|
3414
|
-
protoOf(createCache$1).
|
|
3415
|
-
return this.
|
|
3542
|
+
protoOf(createCache$1).sk = function (key) {
|
|
3543
|
+
return this.av_1(key);
|
|
3416
3544
|
};
|
|
3417
3545
|
function createParametrizedCache$1($factory) {
|
|
3418
|
-
this.
|
|
3546
|
+
this.bv_1 = $factory;
|
|
3419
3547
|
}
|
|
3420
|
-
protoOf(createParametrizedCache$1).
|
|
3548
|
+
protoOf(createParametrizedCache$1).tk = function (key, types) {
|
|
3421
3549
|
// Inline function 'kotlin.runCatching' call
|
|
3422
3550
|
var tmp;
|
|
3423
3551
|
try {
|
|
3424
3552
|
// Inline function 'kotlinx.serialization.internal.<no name provided>.get.<anonymous>' call
|
|
3425
3553
|
// Inline function 'kotlin.Companion.success' call
|
|
3426
|
-
var value = this.
|
|
3554
|
+
var value = this.bv_1(key, types);
|
|
3427
3555
|
tmp = _Result___init__impl__xyqfz8(value);
|
|
3428
3556
|
} catch ($p) {
|
|
3429
3557
|
var tmp_0;
|
|
@@ -3439,28 +3567,28 @@
|
|
|
3439
3567
|
return tmp;
|
|
3440
3568
|
};
|
|
3441
3569
|
//region block: post-declaration
|
|
3442
|
-
protoOf(SerialDescriptorImpl).
|
|
3443
|
-
protoOf(SerialDescriptorImpl).
|
|
3444
|
-
protoOf(AbstractEncoder).
|
|
3445
|
-
protoOf(AbstractEncoder).
|
|
3446
|
-
protoOf(AbstractEncoder).
|
|
3447
|
-
protoOf(AbstractEncoder).
|
|
3448
|
-
protoOf(AbstractEncoder).
|
|
3449
|
-
protoOf(ListLikeDescriptor).
|
|
3450
|
-
protoOf(ListLikeDescriptor).
|
|
3451
|
-
protoOf(ListLikeDescriptor).
|
|
3452
|
-
protoOf(MapLikeDescriptor).
|
|
3453
|
-
protoOf(MapLikeDescriptor).
|
|
3454
|
-
protoOf(MapLikeDescriptor).
|
|
3455
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
3456
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
3457
|
-
protoOf(InlinePrimitiveDescriptor$1).
|
|
3458
|
-
protoOf(NothingSerialDescriptor).
|
|
3459
|
-
protoOf(NothingSerialDescriptor).
|
|
3460
|
-
protoOf(NothingSerialDescriptor).
|
|
3461
|
-
protoOf(PrimitiveSerialDescriptor_0).
|
|
3462
|
-
protoOf(PrimitiveSerialDescriptor_0).
|
|
3463
|
-
protoOf(PrimitiveSerialDescriptor_0).
|
|
3570
|
+
protoOf(SerialDescriptorImpl).uk = get_isNullable;
|
|
3571
|
+
protoOf(SerialDescriptorImpl).zk = get_isInline;
|
|
3572
|
+
protoOf(AbstractEncoder).cn = encodeNotNullMark;
|
|
3573
|
+
protoOf(AbstractEncoder).dn = beginCollection;
|
|
3574
|
+
protoOf(AbstractEncoder).ym = encodeSerializableValue;
|
|
3575
|
+
protoOf(AbstractEncoder).an = encodeNullableSerializableValue;
|
|
3576
|
+
protoOf(AbstractEncoder).en = shouldEncodeElementDefault;
|
|
3577
|
+
protoOf(ListLikeDescriptor).uk = get_isNullable;
|
|
3578
|
+
protoOf(ListLikeDescriptor).zk = get_isInline;
|
|
3579
|
+
protoOf(ListLikeDescriptor).bl = get_annotations;
|
|
3580
|
+
protoOf(MapLikeDescriptor).uk = get_isNullable;
|
|
3581
|
+
protoOf(MapLikeDescriptor).zk = get_isInline;
|
|
3582
|
+
protoOf(MapLikeDescriptor).bl = get_annotations;
|
|
3583
|
+
protoOf(PluginGeneratedSerialDescriptor).uk = get_isNullable;
|
|
3584
|
+
protoOf(PluginGeneratedSerialDescriptor).zk = get_isInline;
|
|
3585
|
+
protoOf(InlinePrimitiveDescriptor$1).nq = typeParametersSerializers;
|
|
3586
|
+
protoOf(NothingSerialDescriptor).uk = get_isNullable;
|
|
3587
|
+
protoOf(NothingSerialDescriptor).zk = get_isInline;
|
|
3588
|
+
protoOf(NothingSerialDescriptor).bl = get_annotations;
|
|
3589
|
+
protoOf(PrimitiveSerialDescriptor_0).uk = get_isNullable;
|
|
3590
|
+
protoOf(PrimitiveSerialDescriptor_0).zk = get_isInline;
|
|
3591
|
+
protoOf(PrimitiveSerialDescriptor_0).bl = get_annotations;
|
|
3464
3592
|
//endregion
|
|
3465
3593
|
//region block: exports
|
|
3466
3594
|
_.$_$ = _.$_$ || {};
|
|
@@ -3475,33 +3603,35 @@
|
|
|
3475
3603
|
_.$_$.i = IntSerializer_getInstance;
|
|
3476
3604
|
_.$_$.j = StringSerializer_getInstance;
|
|
3477
3605
|
_.$_$.k = get_nullable;
|
|
3478
|
-
_.$_$.l =
|
|
3479
|
-
_.$_$.m =
|
|
3480
|
-
_.$_$.n =
|
|
3481
|
-
_.$_$.o =
|
|
3482
|
-
_.$_$.p =
|
|
3606
|
+
_.$_$.l = serializer_1;
|
|
3607
|
+
_.$_$.m = serializer_10;
|
|
3608
|
+
_.$_$.n = serializer_8;
|
|
3609
|
+
_.$_$.o = serializer_12;
|
|
3610
|
+
_.$_$.p = serializer_6;
|
|
3483
3611
|
_.$_$.q = PolymorphicKind;
|
|
3484
3612
|
_.$_$.r = PrimitiveKind;
|
|
3485
3613
|
_.$_$.s = PrimitiveSerialDescriptor;
|
|
3486
3614
|
_.$_$.t = ENUM;
|
|
3487
|
-
_.$_$.u =
|
|
3488
|
-
_.$_$.v =
|
|
3489
|
-
_.$_$.w =
|
|
3490
|
-
_.$_$.x =
|
|
3491
|
-
_.$_$.y =
|
|
3492
|
-
_.$_$.z =
|
|
3493
|
-
_.$_$.a1 =
|
|
3494
|
-
_.$_$.b1 =
|
|
3495
|
-
_.$_$.c1 =
|
|
3496
|
-
_.$_$.d1 =
|
|
3497
|
-
_.$_$.e1 =
|
|
3498
|
-
_.$_$.f1 =
|
|
3499
|
-
_.$_$.g1 =
|
|
3500
|
-
_.$_$.h1 =
|
|
3501
|
-
_.$_$.i1 =
|
|
3502
|
-
_.$_$.j1 =
|
|
3503
|
-
_.$_$.k1 =
|
|
3504
|
-
_.$_$.l1 =
|
|
3615
|
+
_.$_$.u = buildClassSerialDescriptor;
|
|
3616
|
+
_.$_$.v = getContextualDescriptor;
|
|
3617
|
+
_.$_$.w = AbstractEncoder;
|
|
3618
|
+
_.$_$.x = CompositeEncoder;
|
|
3619
|
+
_.$_$.y = Encoder;
|
|
3620
|
+
_.$_$.z = AbstractPolymorphicSerializer;
|
|
3621
|
+
_.$_$.a1 = ArrayListSerializer;
|
|
3622
|
+
_.$_$.b1 = typeParametersSerializers;
|
|
3623
|
+
_.$_$.c1 = GeneratedSerializer;
|
|
3624
|
+
_.$_$.d1 = InlinePrimitiveDescriptor;
|
|
3625
|
+
_.$_$.e1 = PluginGeneratedSerialDescriptor;
|
|
3626
|
+
_.$_$.f1 = jsonCachedSerialNames;
|
|
3627
|
+
_.$_$.g1 = EmptySerializersModule_0;
|
|
3628
|
+
_.$_$.h1 = KSerializer;
|
|
3629
|
+
_.$_$.i1 = SealedClassSerializer;
|
|
3630
|
+
_.$_$.j1 = SerializationException;
|
|
3631
|
+
_.$_$.k1 = SerializationStrategy;
|
|
3632
|
+
_.$_$.l1 = findPolymorphicSerializer;
|
|
3633
|
+
_.$_$.m1 = serializer_0;
|
|
3634
|
+
_.$_$.n1 = serializer;
|
|
3505
3635
|
//endregion
|
|
3506
3636
|
return _;
|
|
3507
3637
|
}(module.exports, require('./kotlin-kotlin-stdlib.js')));
|