git-digger 1.8.18 → 1.8.20
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/clikt-clikt-mordant.js +94 -94
- package/kotlin/clikt-clikt-mordant.js.map +1 -1
- package/kotlin/clikt-clikt.js +2133 -2127
- package/kotlin/clikt-clikt.js.map +1 -1
- package/kotlin/colormath-root-colormath.js +567 -552
- package/kotlin/colormath-root-colormath.js.map +1 -1
- package/kotlin/command-line-tools-digger-cli.js +74 -74
- package/kotlin/command-line-tools-digger-cli.js.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib.js +3501 -3479
- package/kotlin/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1223 -1223
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +330 -330
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
- package/kotlin/mordant-mordant.js +1779 -1767
- package/kotlin/mordant-mordant.js.map +1 -1
- package/kotlin/tools-cli-tools.js +4 -4
- package/kotlin/tools-cli-tools.js.map +1 -1
- package/kotlin/tools-digger-core.js +231 -233
- package/kotlin/tools-digger-core.js.map +1 -1
- package/kotlin/tools-digger-json.js +122 -123
- package/kotlin/tools-digger-json.js.map +1 -1
- package/kotlin/tools-digger-model.js +59 -61
- package/kotlin/tools-digger-model.js.map +1 -1
- package/kotlin/tools-git-adapter.js +97 -99
- package/kotlin/tools-git-adapter.js.map +1 -1
- package/package.json +1 -1
|
@@ -2,136 +2,136 @@
|
|
|
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.$_$.
|
|
7
|
-
var VOID = kotlin_kotlin.$_$.
|
|
8
|
-
var StringCompanionObject_instance = kotlin_kotlin.$_$.
|
|
9
|
-
var Unit_instance = kotlin_kotlin.$_$.
|
|
10
|
-
var emptyList = kotlin_kotlin.$_$.
|
|
11
|
-
var LazyThreadSafetyMode_PUBLICATION_getInstance = kotlin_kotlin.$_$.
|
|
5
|
+
var protoOf = kotlin_kotlin.$_$.c8;
|
|
6
|
+
var initMetadataForInterface = kotlin_kotlin.$_$.h7;
|
|
7
|
+
var VOID = kotlin_kotlin.$_$.c;
|
|
8
|
+
var StringCompanionObject_instance = kotlin_kotlin.$_$.n2;
|
|
9
|
+
var Unit_instance = kotlin_kotlin.$_$.z2;
|
|
10
|
+
var emptyList = kotlin_kotlin.$_$.c4;
|
|
11
|
+
var LazyThreadSafetyMode_PUBLICATION_getInstance = kotlin_kotlin.$_$.f;
|
|
12
12
|
var lazy = kotlin_kotlin.$_$.bc;
|
|
13
13
|
var KProperty1 = kotlin_kotlin.$_$.u8;
|
|
14
|
-
var getPropertyCallableRef = kotlin_kotlin.$_$.
|
|
15
|
-
var toString = kotlin_kotlin.$_$.
|
|
16
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
17
|
-
var getKClassFromExpression = kotlin_kotlin.$_$.
|
|
18
|
-
var IllegalArgumentException_init_$Init$ = kotlin_kotlin.$_$.
|
|
19
|
-
var objectCreate = kotlin_kotlin.$_$.
|
|
20
|
-
var captureStack = kotlin_kotlin.$_$.
|
|
21
|
-
var IllegalArgumentException_init_$Init$_0 = kotlin_kotlin.$_$.
|
|
14
|
+
var getPropertyCallableRef = kotlin_kotlin.$_$.b7;
|
|
15
|
+
var toString = kotlin_kotlin.$_$.e8;
|
|
16
|
+
var initMetadataForClass = kotlin_kotlin.$_$.e7;
|
|
17
|
+
var getKClassFromExpression = kotlin_kotlin.$_$.q8;
|
|
18
|
+
var IllegalArgumentException_init_$Init$ = kotlin_kotlin.$_$.u;
|
|
19
|
+
var objectCreate = kotlin_kotlin.$_$.b8;
|
|
20
|
+
var captureStack = kotlin_kotlin.$_$.r6;
|
|
21
|
+
var IllegalArgumentException_init_$Init$_0 = kotlin_kotlin.$_$.v;
|
|
22
22
|
var IllegalArgumentException = kotlin_kotlin.$_$.db;
|
|
23
|
-
var collectionSizeOrDefault = kotlin_kotlin.$_$.
|
|
24
|
-
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.
|
|
23
|
+
var collectionSizeOrDefault = kotlin_kotlin.$_$.v3;
|
|
24
|
+
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.g;
|
|
25
25
|
var THROW_CCE = kotlin_kotlin.$_$.jb;
|
|
26
26
|
var KClass = kotlin_kotlin.$_$.s8;
|
|
27
|
-
var isInterface = kotlin_kotlin.$_$.
|
|
27
|
+
var isInterface = kotlin_kotlin.$_$.s7;
|
|
28
28
|
var Triple = kotlin_kotlin.$_$.kb;
|
|
29
|
-
var getKClass = kotlin_kotlin.$_$.
|
|
29
|
+
var getKClass = kotlin_kotlin.$_$.r8;
|
|
30
30
|
var Pair = kotlin_kotlin.$_$.gb;
|
|
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.$_$.
|
|
31
|
+
var Entry = kotlin_kotlin.$_$.h3;
|
|
32
|
+
var KtMap = kotlin_kotlin.$_$.i3;
|
|
33
|
+
var KtMutableMap = kotlin_kotlin.$_$.k3;
|
|
34
|
+
var LinkedHashMap = kotlin_kotlin.$_$.e3;
|
|
35
|
+
var HashMap = kotlin_kotlin.$_$.c3;
|
|
36
|
+
var KtSet = kotlin_kotlin.$_$.m3;
|
|
37
|
+
var KtMutableSet = kotlin_kotlin.$_$.l3;
|
|
38
|
+
var LinkedHashSet = kotlin_kotlin.$_$.f3;
|
|
39
|
+
var HashSet = kotlin_kotlin.$_$.d3;
|
|
40
|
+
var Collection = kotlin_kotlin.$_$.b3;
|
|
41
|
+
var KtList = kotlin_kotlin.$_$.g3;
|
|
42
|
+
var KtMutableList = kotlin_kotlin.$_$.j3;
|
|
43
|
+
var ArrayList = kotlin_kotlin.$_$.a3;
|
|
44
|
+
var copyToArray = kotlin_kotlin.$_$.a4;
|
|
45
|
+
var _Result___get_value__impl__bjfvqg = kotlin_kotlin.$_$.m1;
|
|
46
|
+
var _Result___get_isFailure__impl__jpiriv = kotlin_kotlin.$_$.k1;
|
|
47
47
|
var Result = kotlin_kotlin.$_$.hb;
|
|
48
48
|
var ensureNotNull = kotlin_kotlin.$_$.yb;
|
|
49
|
-
var equals = kotlin_kotlin.$_$.
|
|
50
|
-
var getStringHashCode = kotlin_kotlin.$_$.
|
|
49
|
+
var equals = kotlin_kotlin.$_$.y6;
|
|
50
|
+
var getStringHashCode = kotlin_kotlin.$_$.c7;
|
|
51
51
|
var isBlank = kotlin_kotlin.$_$.v9;
|
|
52
|
-
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.
|
|
53
|
-
var toList = kotlin_kotlin.$_$.
|
|
54
|
-
var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.
|
|
55
|
-
var HashSet_init_$Create$ = kotlin_kotlin.$_$.
|
|
56
|
-
var toHashSet = kotlin_kotlin.$_$.
|
|
57
|
-
var toBooleanArray = kotlin_kotlin.$_$.
|
|
58
|
-
var withIndex = kotlin_kotlin.$_$.
|
|
52
|
+
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.w;
|
|
53
|
+
var toList = kotlin_kotlin.$_$.y5;
|
|
54
|
+
var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.h;
|
|
55
|
+
var HashSet_init_$Create$ = kotlin_kotlin.$_$.l;
|
|
56
|
+
var toHashSet = kotlin_kotlin.$_$.v5;
|
|
57
|
+
var toBooleanArray = kotlin_kotlin.$_$.u5;
|
|
58
|
+
var withIndex = kotlin_kotlin.$_$.d6;
|
|
59
59
|
var to = kotlin_kotlin.$_$.hc;
|
|
60
|
-
var toMap = kotlin_kotlin.$_$.
|
|
60
|
+
var toMap = kotlin_kotlin.$_$.z5;
|
|
61
61
|
var lazy_0 = kotlin_kotlin.$_$.cc;
|
|
62
|
-
var contentEquals = kotlin_kotlin.$_$.
|
|
63
|
-
var initMetadataForObject = kotlin_kotlin.$_$.
|
|
62
|
+
var contentEquals = kotlin_kotlin.$_$.x3;
|
|
63
|
+
var initMetadataForObject = kotlin_kotlin.$_$.j7;
|
|
64
64
|
var Char = kotlin_kotlin.$_$.ya;
|
|
65
|
-
var Duration__toIsoString_impl_9h6wsm = kotlin_kotlin.$_$.
|
|
65
|
+
var Duration__toIsoString_impl_9h6wsm = kotlin_kotlin.$_$.f1;
|
|
66
66
|
var Duration = kotlin_kotlin.$_$.va;
|
|
67
67
|
var Instant = kotlin_kotlin.$_$.wa;
|
|
68
68
|
var Uuid = kotlin_kotlin.$_$.xa;
|
|
69
|
-
var hashCode = kotlin_kotlin.$_$.
|
|
70
|
-
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.
|
|
71
|
-
var isArray = kotlin_kotlin.$_$.
|
|
72
|
-
var arrayIterator = kotlin_kotlin.$_$.
|
|
73
|
-
var HashSet_init_$Create$_0 = kotlin_kotlin.$_$.
|
|
69
|
+
var hashCode = kotlin_kotlin.$_$.d7;
|
|
70
|
+
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.z;
|
|
71
|
+
var isArray = kotlin_kotlin.$_$.k7;
|
|
72
|
+
var arrayIterator = kotlin_kotlin.$_$.p6;
|
|
73
|
+
var HashSet_init_$Create$_0 = kotlin_kotlin.$_$.k;
|
|
74
74
|
var toString_0 = kotlin_kotlin.$_$.gc;
|
|
75
75
|
var KTypeParameter = kotlin_kotlin.$_$.v8;
|
|
76
|
-
var contentHashCode = kotlin_kotlin.$_$.
|
|
77
|
-
var until = kotlin_kotlin.$_$.
|
|
78
|
-
var joinToString = kotlin_kotlin.$_$.
|
|
79
|
-
var HashMap_init_$Create$ = 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.$_$.
|
|
76
|
+
var contentHashCode = kotlin_kotlin.$_$.z3;
|
|
77
|
+
var until = kotlin_kotlin.$_$.n8;
|
|
78
|
+
var joinToString = kotlin_kotlin.$_$.n4;
|
|
79
|
+
var HashMap_init_$Create$ = kotlin_kotlin.$_$.j;
|
|
80
|
+
var booleanArray = kotlin_kotlin.$_$.q6;
|
|
81
|
+
var emptyMap = kotlin_kotlin.$_$.d4;
|
|
82
|
+
var Companion_getInstance = kotlin_kotlin.$_$.s2;
|
|
83
|
+
var isCharArray = kotlin_kotlin.$_$.n7;
|
|
84
|
+
var DoubleCompanionObject_instance = kotlin_kotlin.$_$.j2;
|
|
85
|
+
var isDoubleArray = kotlin_kotlin.$_$.p7;
|
|
86
|
+
var FloatCompanionObject_instance = kotlin_kotlin.$_$.k2;
|
|
87
|
+
var isFloatArray = kotlin_kotlin.$_$.q7;
|
|
88
|
+
var Companion_getInstance_0 = kotlin_kotlin.$_$.t2;
|
|
89
|
+
var isLongArray = kotlin_kotlin.$_$.t7;
|
|
90
|
+
var Companion_getInstance_1 = kotlin_kotlin.$_$.x2;
|
|
91
|
+
var _ULongArray___get_size__impl__ju6dtr = kotlin_kotlin.$_$.b2;
|
|
92
92
|
var ULongArray = kotlin_kotlin.$_$.pb;
|
|
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.$_$.
|
|
93
|
+
var ULongArray__get_impl_pr71q9 = kotlin_kotlin.$_$.a2;
|
|
94
|
+
var _ULong___get_data__impl__fggpzb = kotlin_kotlin.$_$.y1;
|
|
95
|
+
var IntCompanionObject_instance = kotlin_kotlin.$_$.l2;
|
|
96
|
+
var isIntArray = kotlin_kotlin.$_$.r7;
|
|
97
|
+
var Companion_getInstance_2 = kotlin_kotlin.$_$.w2;
|
|
98
|
+
var _UIntArray___get_size__impl__r6l8ci = kotlin_kotlin.$_$.w1;
|
|
99
99
|
var UIntArray = kotlin_kotlin.$_$.nb;
|
|
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.$_$.
|
|
100
|
+
var UIntArray__get_impl_gp5kza = kotlin_kotlin.$_$.v1;
|
|
101
|
+
var _UInt___get_data__impl__f0vqqw = kotlin_kotlin.$_$.t1;
|
|
102
|
+
var ShortCompanionObject_instance = kotlin_kotlin.$_$.m2;
|
|
103
|
+
var isShortArray = kotlin_kotlin.$_$.u7;
|
|
104
|
+
var Companion_getInstance_3 = kotlin_kotlin.$_$.y2;
|
|
105
|
+
var _UShortArray___get_size__impl__jqto1b = kotlin_kotlin.$_$.g2;
|
|
106
106
|
var UShortArray = kotlin_kotlin.$_$.rb;
|
|
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.$_$.
|
|
107
|
+
var UShortArray__get_impl_fnbhmx = kotlin_kotlin.$_$.f2;
|
|
108
|
+
var _UShort___get_data__impl__g0245 = kotlin_kotlin.$_$.d2;
|
|
109
|
+
var ByteCompanionObject_instance = kotlin_kotlin.$_$.i2;
|
|
110
|
+
var isByteArray = kotlin_kotlin.$_$.m7;
|
|
111
|
+
var Companion_getInstance_4 = kotlin_kotlin.$_$.v2;
|
|
112
|
+
var _UByteArray___get_size__impl__h6pkdv = kotlin_kotlin.$_$.r1;
|
|
113
113
|
var UByteArray = kotlin_kotlin.$_$.lb;
|
|
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.$_$.
|
|
114
|
+
var UByteArray__get_impl_t5f3hv = kotlin_kotlin.$_$.q1;
|
|
115
|
+
var _UByte___get_data__impl__jof9qr = kotlin_kotlin.$_$.o1;
|
|
116
|
+
var BooleanCompanionObject_instance = kotlin_kotlin.$_$.h2;
|
|
117
|
+
var isBooleanArray = kotlin_kotlin.$_$.l7;
|
|
118
118
|
var Long = kotlin_kotlin.$_$.fb;
|
|
119
119
|
var Unit = kotlin_kotlin.$_$.tb;
|
|
120
|
-
var ULong = kotlin_kotlin.$_$.qb;
|
|
121
120
|
var UInt = kotlin_kotlin.$_$.ob;
|
|
122
|
-
var
|
|
121
|
+
var ULong = kotlin_kotlin.$_$.qb;
|
|
123
122
|
var UByte = kotlin_kotlin.$_$.mb;
|
|
124
|
-
var
|
|
125
|
-
var
|
|
126
|
-
var
|
|
127
|
-
var
|
|
128
|
-
var
|
|
129
|
-
var
|
|
130
|
-
var
|
|
131
|
-
var
|
|
132
|
-
var
|
|
133
|
-
var
|
|
134
|
-
var
|
|
123
|
+
var UShort = kotlin_kotlin.$_$.sb;
|
|
124
|
+
var get_indices = kotlin_kotlin.$_$.l4;
|
|
125
|
+
var IndexOutOfBoundsException_init_$Create$ = kotlin_kotlin.$_$.a1;
|
|
126
|
+
var PrimitiveClasses_getInstance = kotlin_kotlin.$_$.o2;
|
|
127
|
+
var Companion_getInstance_5 = kotlin_kotlin.$_$.p2;
|
|
128
|
+
var Companion_getInstance_6 = kotlin_kotlin.$_$.q2;
|
|
129
|
+
var Companion_getInstance_7 = kotlin_kotlin.$_$.r2;
|
|
130
|
+
var mapOf = kotlin_kotlin.$_$.z4;
|
|
131
|
+
var get_js = kotlin_kotlin.$_$.v7;
|
|
132
|
+
var findAssociatedObject = kotlin_kotlin.$_$.b;
|
|
133
|
+
var Companion_instance = kotlin_kotlin.$_$.u2;
|
|
134
|
+
var _Result___init__impl__xyqfz8 = kotlin_kotlin.$_$.j1;
|
|
135
135
|
var createFailure = kotlin_kotlin.$_$.xb;
|
|
136
136
|
//endregion
|
|
137
137
|
//region block: pre-declaration
|
|
@@ -158,10 +158,6 @@
|
|
|
158
158
|
initMetadataForInterface(CachedNames, 'CachedNames');
|
|
159
159
|
initMetadataForClass(SerialDescriptorImpl, 'SerialDescriptorImpl', VOID, VOID, [SerialDescriptor, CachedNames]);
|
|
160
160
|
initMetadataForClass(SerialKind, 'SerialKind');
|
|
161
|
-
initMetadataForObject(ENUM, 'ENUM', VOID, SerialKind);
|
|
162
|
-
initMetadataForObject(CONTEXTUAL, 'CONTEXTUAL', VOID, SerialKind);
|
|
163
|
-
initMetadataForClass(PolymorphicKind, 'PolymorphicKind', VOID, SerialKind);
|
|
164
|
-
initMetadataForObject(OPEN, 'OPEN', VOID, PolymorphicKind);
|
|
165
161
|
initMetadataForClass(PrimitiveKind, 'PrimitiveKind', VOID, SerialKind);
|
|
166
162
|
initMetadataForObject(BOOLEAN, 'BOOLEAN', VOID, PrimitiveKind);
|
|
167
163
|
initMetadataForObject(BYTE, 'BYTE', VOID, PrimitiveKind);
|
|
@@ -172,6 +168,10 @@
|
|
|
172
168
|
initMetadataForObject(FLOAT, 'FLOAT', VOID, PrimitiveKind);
|
|
173
169
|
initMetadataForObject(DOUBLE, 'DOUBLE', VOID, PrimitiveKind);
|
|
174
170
|
initMetadataForObject(STRING, 'STRING', VOID, PrimitiveKind);
|
|
171
|
+
initMetadataForClass(PolymorphicKind, 'PolymorphicKind', VOID, SerialKind);
|
|
172
|
+
initMetadataForObject(OPEN, 'OPEN', VOID, PolymorphicKind);
|
|
173
|
+
initMetadataForObject(ENUM, 'ENUM', VOID, SerialKind);
|
|
174
|
+
initMetadataForObject(CONTEXTUAL, 'CONTEXTUAL', VOID, SerialKind);
|
|
175
175
|
initMetadataForClass(StructureKind, 'StructureKind', VOID, SerialKind);
|
|
176
176
|
initMetadataForObject(CLASS, 'CLASS', VOID, StructureKind);
|
|
177
177
|
initMetadataForObject(LIST, 'LIST', VOID, StructureKind);
|
|
@@ -180,21 +180,21 @@
|
|
|
180
180
|
function encodeNotNullMark() {
|
|
181
181
|
}
|
|
182
182
|
function beginCollection(descriptor, collectionSize) {
|
|
183
|
-
return this.
|
|
183
|
+
return this.co(descriptor);
|
|
184
184
|
}
|
|
185
185
|
function encodeSerializableValue(serializer, value) {
|
|
186
|
-
serializer.
|
|
186
|
+
serializer.bm(this, value);
|
|
187
187
|
}
|
|
188
188
|
function encodeNullableSerializableValue(serializer, value) {
|
|
189
|
-
var isNullabilitySupported = serializer.
|
|
189
|
+
var isNullabilitySupported = serializer.am().xm();
|
|
190
190
|
if (isNullabilitySupported) {
|
|
191
|
-
return this.
|
|
191
|
+
return this.cp(isInterface(serializer, SerializationStrategy) ? serializer : THROW_CCE(), value);
|
|
192
192
|
}
|
|
193
193
|
if (value == null) {
|
|
194
|
-
this.
|
|
194
|
+
this.go();
|
|
195
195
|
} else {
|
|
196
|
-
this.
|
|
197
|
-
this.
|
|
196
|
+
this.gp();
|
|
197
|
+
this.cp(serializer, value);
|
|
198
198
|
}
|
|
199
199
|
}
|
|
200
200
|
initMetadataForInterface(Encoder, 'Encoder');
|
|
@@ -253,24 +253,24 @@
|
|
|
253
253
|
initMetadataForObject(UByteArraySerializer_0, 'UByteArraySerializer', VOID, PrimitiveArraySerializer, [KSerializer, PrimitiveArraySerializer]);
|
|
254
254
|
initMetadataForObject(BooleanArraySerializer_0, 'BooleanArraySerializer', VOID, PrimitiveArraySerializer, [KSerializer, PrimitiveArraySerializer]);
|
|
255
255
|
initMetadataForObject(StringSerializer, 'StringSerializer', VOID, VOID, [KSerializer]);
|
|
256
|
+
initMetadataForClass(PrimitiveSerialDescriptor, 'PrimitiveSerialDescriptor', VOID, VOID, [SerialDescriptor]);
|
|
257
|
+
initMetadataForObject(IntSerializer, 'IntSerializer', VOID, VOID, [KSerializer]);
|
|
258
|
+
initMetadataForObject(LongSerializer, 'LongSerializer', VOID, VOID, [KSerializer]);
|
|
259
|
+
initMetadataForObject(ByteSerializer, 'ByteSerializer', VOID, VOID, [KSerializer]);
|
|
260
|
+
initMetadataForObject(ShortSerializer, 'ShortSerializer', VOID, VOID, [KSerializer]);
|
|
256
261
|
initMetadataForObject(CharSerializer, 'CharSerializer', VOID, VOID, [KSerializer]);
|
|
257
262
|
initMetadataForObject(DoubleSerializer, 'DoubleSerializer', VOID, VOID, [KSerializer]);
|
|
258
263
|
initMetadataForObject(FloatSerializer, 'FloatSerializer', VOID, VOID, [KSerializer]);
|
|
259
|
-
initMetadataForObject(LongSerializer, 'LongSerializer', VOID, VOID, [KSerializer]);
|
|
260
|
-
initMetadataForObject(IntSerializer, 'IntSerializer', VOID, VOID, [KSerializer]);
|
|
261
|
-
initMetadataForObject(ShortSerializer, 'ShortSerializer', VOID, VOID, [KSerializer]);
|
|
262
|
-
initMetadataForObject(ByteSerializer, 'ByteSerializer', VOID, VOID, [KSerializer]);
|
|
263
264
|
initMetadataForObject(BooleanSerializer, 'BooleanSerializer', VOID, VOID, [KSerializer]);
|
|
264
265
|
initMetadataForObject(UnitSerializer, 'UnitSerializer', VOID, VOID, [KSerializer]);
|
|
265
|
-
initMetadataForClass(PrimitiveSerialDescriptor, 'PrimitiveSerialDescriptor', VOID, VOID, [SerialDescriptor]);
|
|
266
266
|
initMetadataForClass(KeyValueSerializer, 'KeyValueSerializer', VOID, VOID, [KSerializer]);
|
|
267
267
|
initMetadataForClass(MapEntrySerializer_0, 'MapEntrySerializer', VOID, KeyValueSerializer);
|
|
268
268
|
initMetadataForClass(PairSerializer_0, 'PairSerializer', VOID, KeyValueSerializer);
|
|
269
269
|
initMetadataForClass(TripleSerializer_0, 'TripleSerializer', VOID, VOID, [KSerializer]);
|
|
270
|
-
initMetadataForObject(ULongSerializer, 'ULongSerializer', VOID, VOID, [KSerializer]);
|
|
271
270
|
initMetadataForObject(UIntSerializer, 'UIntSerializer', VOID, VOID, [KSerializer]);
|
|
272
|
-
initMetadataForObject(
|
|
271
|
+
initMetadataForObject(ULongSerializer, 'ULongSerializer', VOID, VOID, [KSerializer]);
|
|
273
272
|
initMetadataForObject(UByteSerializer, 'UByteSerializer', VOID, VOID, [KSerializer]);
|
|
273
|
+
initMetadataForObject(UShortSerializer, 'UShortSerializer', VOID, VOID, [KSerializer]);
|
|
274
274
|
initMetadataForClass(SerializersModule, 'SerializersModule');
|
|
275
275
|
initMetadataForClass(SerialModuleImpl, 'SerialModuleImpl', VOID, SerializersModule);
|
|
276
276
|
initMetadataForClass(SerializableWith, 'SerializableWith', VOID, VOID, VOID, VOID, 0);
|
|
@@ -283,49 +283,49 @@
|
|
|
283
283
|
}
|
|
284
284
|
function PolymorphicSerializer$descriptor$delegate$lambda$lambda(this$0) {
|
|
285
285
|
return function ($this$buildSerialDescriptor) {
|
|
286
|
-
$this$buildSerialDescriptor.
|
|
287
|
-
$this$buildSerialDescriptor.
|
|
288
|
-
$this$buildSerialDescriptor.
|
|
286
|
+
$this$buildSerialDescriptor.km('type', serializer_0(StringCompanionObject_instance).am());
|
|
287
|
+
$this$buildSerialDescriptor.km('value', buildSerialDescriptor('kotlinx.serialization.Polymorphic<' + this$0.lm_1.l9() + '>', CONTEXTUAL_getInstance(), []));
|
|
288
|
+
$this$buildSerialDescriptor.em_1 = this$0.mm_1;
|
|
289
289
|
return Unit_instance;
|
|
290
290
|
};
|
|
291
291
|
}
|
|
292
292
|
function PolymorphicSerializer$descriptor$delegate$lambda(this$0) {
|
|
293
293
|
return function () {
|
|
294
294
|
var tmp = OPEN_getInstance();
|
|
295
|
-
return withContext(buildSerialDescriptor('kotlinx.serialization.Polymorphic', tmp, [], PolymorphicSerializer$descriptor$delegate$lambda$lambda(this$0)), this$0.
|
|
295
|
+
return withContext(buildSerialDescriptor('kotlinx.serialization.Polymorphic', tmp, [], PolymorphicSerializer$descriptor$delegate$lambda$lambda(this$0)), this$0.lm_1);
|
|
296
296
|
};
|
|
297
297
|
}
|
|
298
298
|
function PolymorphicSerializer$_get_descriptor_$ref_8tw9if() {
|
|
299
299
|
return function (p0) {
|
|
300
|
-
return p0.
|
|
300
|
+
return p0.am();
|
|
301
301
|
};
|
|
302
302
|
}
|
|
303
303
|
function PolymorphicSerializer(baseClass) {
|
|
304
304
|
AbstractPolymorphicSerializer.call(this);
|
|
305
|
-
this.
|
|
306
|
-
this.
|
|
305
|
+
this.lm_1 = baseClass;
|
|
306
|
+
this.mm_1 = emptyList();
|
|
307
307
|
var tmp = this;
|
|
308
308
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
309
|
-
tmp.
|
|
309
|
+
tmp.nm_1 = lazy(tmp_0, PolymorphicSerializer$descriptor$delegate$lambda(this));
|
|
310
310
|
}
|
|
311
|
-
protoOf(PolymorphicSerializer).
|
|
312
|
-
return this.
|
|
311
|
+
protoOf(PolymorphicSerializer).om = function () {
|
|
312
|
+
return this.lm_1;
|
|
313
313
|
};
|
|
314
|
-
protoOf(PolymorphicSerializer).
|
|
315
|
-
var tmp0 = this.
|
|
314
|
+
protoOf(PolymorphicSerializer).am = function () {
|
|
315
|
+
var tmp0 = this.nm_1;
|
|
316
316
|
var tmp = KProperty1;
|
|
317
317
|
// Inline function 'kotlin.getValue' call
|
|
318
318
|
getPropertyCallableRef('descriptor', 1, tmp, PolymorphicSerializer$_get_descriptor_$ref_8tw9if(), null);
|
|
319
|
-
return tmp0.
|
|
319
|
+
return tmp0.b1();
|
|
320
320
|
};
|
|
321
321
|
protoOf(PolymorphicSerializer).toString = function () {
|
|
322
|
-
return 'kotlinx.serialization.PolymorphicSerializer(baseClass: ' + toString(this.
|
|
322
|
+
return 'kotlinx.serialization.PolymorphicSerializer(baseClass: ' + toString(this.lm_1) + ')';
|
|
323
323
|
};
|
|
324
324
|
function findPolymorphicSerializer(_this__u8e3s4, encoder, value) {
|
|
325
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
325
|
+
var tmp0_elvis_lhs = _this__u8e3s4.qm(encoder, value);
|
|
326
326
|
var tmp;
|
|
327
327
|
if (tmp0_elvis_lhs == null) {
|
|
328
|
-
throwSubtypeNotRegistered(getKClassFromExpression(value), _this__u8e3s4.
|
|
328
|
+
throwSubtypeNotRegistered(getKClassFromExpression(value), _this__u8e3s4.om());
|
|
329
329
|
} else {
|
|
330
330
|
tmp = tmp0_elvis_lhs;
|
|
331
331
|
}
|
|
@@ -333,17 +333,17 @@
|
|
|
333
333
|
}
|
|
334
334
|
function SealedClassSerializer$_get_descriptor_$ref_m511rz() {
|
|
335
335
|
return function (p0) {
|
|
336
|
-
return p0.
|
|
336
|
+
return p0.am();
|
|
337
337
|
};
|
|
338
338
|
}
|
|
339
339
|
function SealedClassSerializer() {
|
|
340
340
|
}
|
|
341
|
-
protoOf(SealedClassSerializer).
|
|
342
|
-
var tmp0 = this.
|
|
341
|
+
protoOf(SealedClassSerializer).am = function () {
|
|
342
|
+
var tmp0 = this.rm_1;
|
|
343
343
|
var tmp = KProperty1;
|
|
344
344
|
// Inline function 'kotlin.getValue' call
|
|
345
345
|
getPropertyCallableRef('descriptor', 1, tmp, SealedClassSerializer$_get_descriptor_$ref_m511rz(), null);
|
|
346
|
-
return tmp0.
|
|
346
|
+
return tmp0.b1();
|
|
347
347
|
};
|
|
348
348
|
function SerializationException_init_$Init$($this) {
|
|
349
349
|
IllegalArgumentException_init_$Init$($this);
|
|
@@ -378,20 +378,20 @@
|
|
|
378
378
|
// Inline function 'kotlin.collections.map' call
|
|
379
379
|
// Inline function 'kotlin.collections.mapTo' call
|
|
380
380
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(typeArguments, 10));
|
|
381
|
-
var _iterator__ex2g4s = typeArguments.
|
|
382
|
-
while (_iterator__ex2g4s.
|
|
383
|
-
var item = _iterator__ex2g4s.
|
|
381
|
+
var _iterator__ex2g4s = typeArguments.o();
|
|
382
|
+
while (_iterator__ex2g4s.p()) {
|
|
383
|
+
var item = _iterator__ex2g4s.q();
|
|
384
384
|
var tmp$ret$0 = serializer(_this__u8e3s4, item);
|
|
385
|
-
destination.
|
|
385
|
+
destination.g(tmp$ret$0);
|
|
386
386
|
}
|
|
387
387
|
tmp = destination;
|
|
388
388
|
} else {
|
|
389
389
|
// Inline function 'kotlin.collections.map' call
|
|
390
390
|
// Inline function 'kotlin.collections.mapTo' call
|
|
391
391
|
var destination_0 = ArrayList_init_$Create$(collectionSizeOrDefault(typeArguments, 10));
|
|
392
|
-
var _iterator__ex2g4s_0 = typeArguments.
|
|
393
|
-
while (_iterator__ex2g4s_0.
|
|
394
|
-
var item_0 = _iterator__ex2g4s_0.
|
|
392
|
+
var _iterator__ex2g4s_0 = typeArguments.o();
|
|
393
|
+
while (_iterator__ex2g4s_0.p()) {
|
|
394
|
+
var item_0 = _iterator__ex2g4s_0.q();
|
|
395
395
|
var tmp0_elvis_lhs = serializerOrNull_0(_this__u8e3s4, item_0);
|
|
396
396
|
var tmp_0;
|
|
397
397
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
tmp_0 = tmp0_elvis_lhs;
|
|
401
401
|
}
|
|
402
402
|
var tmp$ret$3 = tmp_0;
|
|
403
|
-
destination_0.
|
|
403
|
+
destination_0.g(tmp$ret$3);
|
|
404
404
|
}
|
|
405
405
|
tmp = destination_0;
|
|
406
406
|
}
|
|
@@ -427,26 +427,26 @@
|
|
|
427
427
|
function builtinParametrizedSerializer(_this__u8e3s4, serializers, elementClassifierIfArray) {
|
|
428
428
|
var tmp;
|
|
429
429
|
if (_this__u8e3s4.equals(getKClass(Collection)) || _this__u8e3s4.equals(getKClass(KtList)) || (_this__u8e3s4.equals(getKClass(KtMutableList)) || _this__u8e3s4.equals(getKClass(ArrayList)))) {
|
|
430
|
-
tmp = new ArrayListSerializer(serializers.
|
|
430
|
+
tmp = new ArrayListSerializer(serializers.r(0));
|
|
431
431
|
} else if (_this__u8e3s4.equals(getKClass(HashSet))) {
|
|
432
|
-
tmp = new HashSetSerializer(serializers.
|
|
432
|
+
tmp = new HashSetSerializer(serializers.r(0));
|
|
433
433
|
} else if (_this__u8e3s4.equals(getKClass(KtSet)) || (_this__u8e3s4.equals(getKClass(KtMutableSet)) || _this__u8e3s4.equals(getKClass(LinkedHashSet)))) {
|
|
434
|
-
tmp = new LinkedHashSetSerializer(serializers.
|
|
434
|
+
tmp = new LinkedHashSetSerializer(serializers.r(0));
|
|
435
435
|
} else if (_this__u8e3s4.equals(getKClass(HashMap))) {
|
|
436
|
-
tmp = new HashMapSerializer(serializers.
|
|
436
|
+
tmp = new HashMapSerializer(serializers.r(0), serializers.r(1));
|
|
437
437
|
} else if (_this__u8e3s4.equals(getKClass(KtMap)) || (_this__u8e3s4.equals(getKClass(KtMutableMap)) || _this__u8e3s4.equals(getKClass(LinkedHashMap)))) {
|
|
438
|
-
tmp = new LinkedHashMapSerializer(serializers.
|
|
438
|
+
tmp = new LinkedHashMapSerializer(serializers.r(0), serializers.r(1));
|
|
439
439
|
} else if (_this__u8e3s4.equals(getKClass(Entry))) {
|
|
440
|
-
tmp = MapEntrySerializer(serializers.
|
|
440
|
+
tmp = MapEntrySerializer(serializers.r(0), serializers.r(1));
|
|
441
441
|
} else if (_this__u8e3s4.equals(getKClass(Pair))) {
|
|
442
|
-
tmp = PairSerializer(serializers.
|
|
442
|
+
tmp = PairSerializer(serializers.r(0), serializers.r(1));
|
|
443
443
|
} else if (_this__u8e3s4.equals(getKClass(Triple))) {
|
|
444
|
-
tmp = TripleSerializer(serializers.
|
|
444
|
+
tmp = TripleSerializer(serializers.r(0), serializers.r(1), serializers.r(2));
|
|
445
445
|
} else {
|
|
446
446
|
var tmp_0;
|
|
447
447
|
if (isReferenceArray(_this__u8e3s4)) {
|
|
448
448
|
var tmp_1 = elementClassifierIfArray();
|
|
449
|
-
tmp_0 = ArraySerializer((!(tmp_1 == null) ? isInterface(tmp_1, KClass) : false) ? tmp_1 : THROW_CCE(), serializers.
|
|
449
|
+
tmp_0 = ArraySerializer((!(tmp_1 == null) ? isInterface(tmp_1, KClass) : false) ? tmp_1 : THROW_CCE(), serializers.r(0));
|
|
450
450
|
} else {
|
|
451
451
|
tmp_0 = null;
|
|
452
452
|
}
|
|
@@ -461,22 +461,22 @@
|
|
|
461
461
|
}
|
|
462
462
|
function serializerByKTypeImpl(_this__u8e3s4, type, failOnMissingTypeArgSerializer) {
|
|
463
463
|
var rootClass = kclass(type);
|
|
464
|
-
var isNullable = type.
|
|
464
|
+
var isNullable = type.aa();
|
|
465
465
|
// Inline function 'kotlin.collections.map' call
|
|
466
|
-
var this_0 = type.
|
|
466
|
+
var this_0 = type.z9();
|
|
467
467
|
// Inline function 'kotlin.collections.mapTo' call
|
|
468
468
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
|
|
469
|
-
var _iterator__ex2g4s = this_0.
|
|
470
|
-
while (_iterator__ex2g4s.
|
|
471
|
-
var item = _iterator__ex2g4s.
|
|
469
|
+
var _iterator__ex2g4s = this_0.o();
|
|
470
|
+
while (_iterator__ex2g4s.p()) {
|
|
471
|
+
var item = _iterator__ex2g4s.q();
|
|
472
472
|
var tmp$ret$0 = typeOrThrow(item);
|
|
473
|
-
destination.
|
|
473
|
+
destination.g(tmp$ret$0);
|
|
474
474
|
}
|
|
475
475
|
var typeArguments = destination;
|
|
476
476
|
var tmp;
|
|
477
|
-
if (typeArguments.
|
|
477
|
+
if (typeArguments.l()) {
|
|
478
478
|
var tmp_0;
|
|
479
|
-
if (isInterface_0(rootClass) && !(_this__u8e3s4.
|
|
479
|
+
if (isInterface_0(rootClass) && !(_this__u8e3s4.tm(rootClass) == null)) {
|
|
480
480
|
tmp_0 = null;
|
|
481
481
|
} else {
|
|
482
482
|
tmp_0 = findCachedSerializer(rootClass, isNullable);
|
|
@@ -484,7 +484,7 @@
|
|
|
484
484
|
tmp = tmp_0;
|
|
485
485
|
} else {
|
|
486
486
|
var tmp_1;
|
|
487
|
-
if (_this__u8e3s4.
|
|
487
|
+
if (_this__u8e3s4.sm()) {
|
|
488
488
|
tmp_1 = null;
|
|
489
489
|
} else {
|
|
490
490
|
// Inline function 'kotlin.Result.getOrNull' call
|
|
@@ -504,9 +504,9 @@
|
|
|
504
504
|
if (!(cachedSerializer == null))
|
|
505
505
|
return cachedSerializer;
|
|
506
506
|
var tmp_4;
|
|
507
|
-
if (typeArguments.
|
|
507
|
+
if (typeArguments.l()) {
|
|
508
508
|
var tmp0_elvis_lhs = serializerOrNull(rootClass);
|
|
509
|
-
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? _this__u8e3s4.
|
|
509
|
+
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? _this__u8e3s4.tm(rootClass) : tmp0_elvis_lhs;
|
|
510
510
|
var tmp_5;
|
|
511
511
|
if (tmp1_elvis_lhs == null) {
|
|
512
512
|
// Inline function 'kotlinx.serialization.polymorphicIfInterface' call
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
}
|
|
526
526
|
var serializers = tmp_6;
|
|
527
527
|
var tmp3_elvis_lhs = parametrizedSerializerOrNull(rootClass, serializers, serializerByKTypeImpl$lambda(typeArguments));
|
|
528
|
-
var tmp4_elvis_lhs = tmp3_elvis_lhs == null ? _this__u8e3s4.
|
|
528
|
+
var tmp4_elvis_lhs = tmp3_elvis_lhs == null ? _this__u8e3s4.um(rootClass, serializers) : tmp3_elvis_lhs;
|
|
529
529
|
var tmp_7;
|
|
530
530
|
if (tmp4_elvis_lhs == null) {
|
|
531
531
|
// Inline function 'kotlinx.serialization.polymorphicIfInterface' call
|
|
@@ -553,7 +553,7 @@
|
|
|
553
553
|
}
|
|
554
554
|
function serializerByKTypeImpl$lambda($typeArguments) {
|
|
555
555
|
return function () {
|
|
556
|
-
return $typeArguments.
|
|
556
|
+
return $typeArguments.r(0).y9();
|
|
557
557
|
};
|
|
558
558
|
}
|
|
559
559
|
function get_SERIALIZERS_CACHE() {
|
|
@@ -580,7 +580,7 @@
|
|
|
580
580
|
_init_properties_SerializersCache_kt__hgwi2p();
|
|
581
581
|
var tmp;
|
|
582
582
|
if (!isNullable) {
|
|
583
|
-
var tmp0_safe_receiver = get_SERIALIZERS_CACHE().
|
|
583
|
+
var tmp0_safe_receiver = get_SERIALIZERS_CACHE().vm(clazz);
|
|
584
584
|
var tmp_0;
|
|
585
585
|
if (tmp0_safe_receiver == null) {
|
|
586
586
|
tmp_0 = null;
|
|
@@ -590,7 +590,7 @@
|
|
|
590
590
|
}
|
|
591
591
|
tmp = tmp_0;
|
|
592
592
|
} else {
|
|
593
|
-
tmp = get_SERIALIZERS_CACHE_NULLABLE().
|
|
593
|
+
tmp = get_SERIALIZERS_CACHE_NULLABLE().vm(clazz);
|
|
594
594
|
}
|
|
595
595
|
return tmp;
|
|
596
596
|
}
|
|
@@ -598,10 +598,10 @@
|
|
|
598
598
|
_init_properties_SerializersCache_kt__hgwi2p();
|
|
599
599
|
var tmp;
|
|
600
600
|
if (!isNullable) {
|
|
601
|
-
var tmp_0 = get_PARAMETRIZED_SERIALIZERS_CACHE().
|
|
601
|
+
var tmp_0 = get_PARAMETRIZED_SERIALIZERS_CACHE().wm(clazz, types);
|
|
602
602
|
tmp = new Result(tmp_0) instanceof Result ? tmp_0 : THROW_CCE();
|
|
603
603
|
} else {
|
|
604
|
-
tmp = get_PARAMETRIZED_SERIALIZERS_CACHE_NULLABLE().
|
|
604
|
+
tmp = get_PARAMETRIZED_SERIALIZERS_CACHE_NULLABLE().wm(clazz, types);
|
|
605
605
|
}
|
|
606
606
|
return tmp;
|
|
607
607
|
}
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
}
|
|
646
646
|
function PARAMETRIZED_SERIALIZERS_CACHE$lambda$lambda($types) {
|
|
647
647
|
return function () {
|
|
648
|
-
return $types.
|
|
648
|
+
return $types.r(0).y9();
|
|
649
649
|
};
|
|
650
650
|
}
|
|
651
651
|
function PARAMETRIZED_SERIALIZERS_CACHE_NULLABLE$lambda(clazz, types) {
|
|
@@ -664,7 +664,7 @@
|
|
|
664
664
|
}
|
|
665
665
|
function PARAMETRIZED_SERIALIZERS_CACHE_NULLABLE$lambda$lambda($types) {
|
|
666
666
|
return function () {
|
|
667
|
-
return $types.
|
|
667
|
+
return $types.r(0).y9();
|
|
668
668
|
};
|
|
669
669
|
}
|
|
670
670
|
var properties_initialized_SerializersCache_kt_q8kf25;
|
|
@@ -677,81 +677,81 @@
|
|
|
677
677
|
PARAMETRIZED_SERIALIZERS_CACHE_NULLABLE = createParametrizedCache(PARAMETRIZED_SERIALIZERS_CACHE_NULLABLE$lambda);
|
|
678
678
|
}
|
|
679
679
|
}
|
|
680
|
+
function serializer_0(_this__u8e3s4) {
|
|
681
|
+
return StringSerializer_getInstance();
|
|
682
|
+
}
|
|
683
|
+
function serializer_1(_this__u8e3s4) {
|
|
684
|
+
return UIntSerializer_getInstance();
|
|
685
|
+
}
|
|
686
|
+
function serializer_2(_this__u8e3s4) {
|
|
687
|
+
return ULongSerializer_getInstance();
|
|
688
|
+
}
|
|
689
|
+
function serializer_3(_this__u8e3s4) {
|
|
690
|
+
return UByteSerializer_getInstance();
|
|
691
|
+
}
|
|
692
|
+
function serializer_4(_this__u8e3s4) {
|
|
693
|
+
return UShortSerializer_getInstance();
|
|
694
|
+
}
|
|
680
695
|
function get_nullable(_this__u8e3s4) {
|
|
681
696
|
var tmp;
|
|
682
|
-
if (_this__u8e3s4.
|
|
697
|
+
if (_this__u8e3s4.am().xm()) {
|
|
683
698
|
tmp = isInterface(_this__u8e3s4, KSerializer) ? _this__u8e3s4 : THROW_CCE();
|
|
684
699
|
} else {
|
|
685
700
|
tmp = new NullableSerializer(_this__u8e3s4);
|
|
686
701
|
}
|
|
687
702
|
return tmp;
|
|
688
703
|
}
|
|
689
|
-
function
|
|
690
|
-
return
|
|
704
|
+
function serializer_5(_this__u8e3s4) {
|
|
705
|
+
return IntSerializer_getInstance();
|
|
691
706
|
}
|
|
692
|
-
function
|
|
707
|
+
function serializer_6(_this__u8e3s4) {
|
|
708
|
+
return LongSerializer_getInstance();
|
|
709
|
+
}
|
|
710
|
+
function serializer_7(_this__u8e3s4) {
|
|
711
|
+
return ByteSerializer_getInstance();
|
|
712
|
+
}
|
|
713
|
+
function serializer_8(_this__u8e3s4) {
|
|
714
|
+
return ShortSerializer_getInstance();
|
|
715
|
+
}
|
|
716
|
+
function serializer_9(_this__u8e3s4) {
|
|
693
717
|
return CharSerializer_getInstance();
|
|
694
718
|
}
|
|
695
719
|
function CharArraySerializer() {
|
|
696
720
|
return CharArraySerializer_getInstance();
|
|
697
721
|
}
|
|
698
|
-
function
|
|
722
|
+
function serializer_10(_this__u8e3s4) {
|
|
699
723
|
return DoubleSerializer_getInstance();
|
|
700
724
|
}
|
|
701
725
|
function DoubleArraySerializer() {
|
|
702
726
|
return DoubleArraySerializer_getInstance();
|
|
703
727
|
}
|
|
704
|
-
function
|
|
728
|
+
function serializer_11(_this__u8e3s4) {
|
|
705
729
|
return FloatSerializer_getInstance();
|
|
706
730
|
}
|
|
707
731
|
function FloatArraySerializer() {
|
|
708
732
|
return FloatArraySerializer_getInstance();
|
|
709
733
|
}
|
|
710
|
-
function serializer_4(_this__u8e3s4) {
|
|
711
|
-
return LongSerializer_getInstance();
|
|
712
|
-
}
|
|
713
734
|
function LongArraySerializer() {
|
|
714
735
|
return LongArraySerializer_getInstance();
|
|
715
736
|
}
|
|
716
|
-
function serializer_5(_this__u8e3s4) {
|
|
717
|
-
return ULongSerializer_getInstance();
|
|
718
|
-
}
|
|
719
737
|
function ULongArraySerializer() {
|
|
720
738
|
return ULongArraySerializer_getInstance();
|
|
721
739
|
}
|
|
722
|
-
function serializer_6(_this__u8e3s4) {
|
|
723
|
-
return IntSerializer_getInstance();
|
|
724
|
-
}
|
|
725
740
|
function IntArraySerializer() {
|
|
726
741
|
return IntArraySerializer_getInstance();
|
|
727
742
|
}
|
|
728
|
-
function serializer_7(_this__u8e3s4) {
|
|
729
|
-
return UIntSerializer_getInstance();
|
|
730
|
-
}
|
|
731
743
|
function UIntArraySerializer() {
|
|
732
744
|
return UIntArraySerializer_getInstance();
|
|
733
745
|
}
|
|
734
|
-
function serializer_8(_this__u8e3s4) {
|
|
735
|
-
return ShortSerializer_getInstance();
|
|
736
|
-
}
|
|
737
746
|
function ShortArraySerializer() {
|
|
738
747
|
return ShortArraySerializer_getInstance();
|
|
739
748
|
}
|
|
740
|
-
function serializer_9(_this__u8e3s4) {
|
|
741
|
-
return UShortSerializer_getInstance();
|
|
742
|
-
}
|
|
743
749
|
function UShortArraySerializer() {
|
|
744
750
|
return UShortArraySerializer_getInstance();
|
|
745
751
|
}
|
|
746
|
-
function serializer_10(_this__u8e3s4) {
|
|
747
|
-
return ByteSerializer_getInstance();
|
|
748
|
-
}
|
|
749
752
|
function ByteArraySerializer() {
|
|
750
753
|
return ByteArraySerializer_getInstance();
|
|
751
754
|
}
|
|
752
|
-
function serializer_11(_this__u8e3s4) {
|
|
753
|
-
return UByteSerializer_getInstance();
|
|
754
|
-
}
|
|
755
755
|
function UByteArraySerializer() {
|
|
756
756
|
return UByteArraySerializer_getInstance();
|
|
757
757
|
}
|
|
@@ -792,12 +792,12 @@
|
|
|
792
792
|
return new ContextDescriptor(_this__u8e3s4, context);
|
|
793
793
|
}
|
|
794
794
|
function ContextDescriptor(original, kClass) {
|
|
795
|
-
this.
|
|
796
|
-
this.
|
|
797
|
-
this.
|
|
795
|
+
this.ym_1 = original;
|
|
796
|
+
this.zm_1 = kClass;
|
|
797
|
+
this.an_1 = this.ym_1.bn() + '<' + this.zm_1.l9() + '>';
|
|
798
798
|
}
|
|
799
|
-
protoOf(ContextDescriptor).
|
|
800
|
-
return this.
|
|
799
|
+
protoOf(ContextDescriptor).bn = function () {
|
|
800
|
+
return this.an_1;
|
|
801
801
|
};
|
|
802
802
|
protoOf(ContextDescriptor).equals = function (other) {
|
|
803
803
|
var tmp0_elvis_lhs = other instanceof ContextDescriptor ? other : null;
|
|
@@ -808,36 +808,36 @@
|
|
|
808
808
|
tmp = tmp0_elvis_lhs;
|
|
809
809
|
}
|
|
810
810
|
var another = tmp;
|
|
811
|
-
return equals(this.
|
|
811
|
+
return equals(this.ym_1, another.ym_1) && another.zm_1.equals(this.zm_1);
|
|
812
812
|
};
|
|
813
813
|
protoOf(ContextDescriptor).hashCode = function () {
|
|
814
|
-
var result = this.
|
|
815
|
-
result = imul(31, result) + getStringHashCode(this.
|
|
814
|
+
var result = this.zm_1.hashCode();
|
|
815
|
+
result = imul(31, result) + getStringHashCode(this.an_1) | 0;
|
|
816
816
|
return result;
|
|
817
817
|
};
|
|
818
818
|
protoOf(ContextDescriptor).toString = function () {
|
|
819
|
-
return 'ContextDescriptor(kClass: ' + toString(this.
|
|
819
|
+
return 'ContextDescriptor(kClass: ' + toString(this.zm_1) + ', original: ' + toString(this.ym_1) + ')';
|
|
820
820
|
};
|
|
821
|
-
protoOf(ContextDescriptor).
|
|
822
|
-
return this.
|
|
821
|
+
protoOf(ContextDescriptor).cn = function () {
|
|
822
|
+
return this.ym_1.cn();
|
|
823
823
|
};
|
|
824
|
-
protoOf(ContextDescriptor).
|
|
825
|
-
return this.
|
|
824
|
+
protoOf(ContextDescriptor).xm = function () {
|
|
825
|
+
return this.ym_1.xm();
|
|
826
826
|
};
|
|
827
|
-
protoOf(ContextDescriptor).
|
|
828
|
-
return this.
|
|
827
|
+
protoOf(ContextDescriptor).dn = function () {
|
|
828
|
+
return this.ym_1.dn();
|
|
829
829
|
};
|
|
830
|
-
protoOf(ContextDescriptor).
|
|
831
|
-
return this.
|
|
830
|
+
protoOf(ContextDescriptor).en = function () {
|
|
831
|
+
return this.ym_1.en();
|
|
832
832
|
};
|
|
833
|
-
protoOf(ContextDescriptor).
|
|
834
|
-
return this.
|
|
833
|
+
protoOf(ContextDescriptor).fn = function () {
|
|
834
|
+
return this.ym_1.fn();
|
|
835
835
|
};
|
|
836
|
-
protoOf(ContextDescriptor).
|
|
837
|
-
return this.
|
|
836
|
+
protoOf(ContextDescriptor).gn = function (index) {
|
|
837
|
+
return this.ym_1.gn(index);
|
|
838
838
|
};
|
|
839
|
-
protoOf(ContextDescriptor).
|
|
840
|
-
return this.
|
|
839
|
+
protoOf(ContextDescriptor).hn = function (index) {
|
|
840
|
+
return this.ym_1.hn(index);
|
|
841
841
|
};
|
|
842
842
|
function getContextualDescriptor(_this__u8e3s4, descriptor) {
|
|
843
843
|
var tmp0_safe_receiver = get_capturedKClass(descriptor);
|
|
@@ -846,18 +846,18 @@
|
|
|
846
846
|
tmp = null;
|
|
847
847
|
} else {
|
|
848
848
|
// Inline function 'kotlin.let' call
|
|
849
|
-
var tmp0_safe_receiver_0 = _this__u8e3s4.
|
|
850
|
-
tmp = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.
|
|
849
|
+
var tmp0_safe_receiver_0 = _this__u8e3s4.tm(tmp0_safe_receiver);
|
|
850
|
+
tmp = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.am();
|
|
851
851
|
}
|
|
852
852
|
return tmp;
|
|
853
853
|
}
|
|
854
854
|
function get_capturedKClass(_this__u8e3s4) {
|
|
855
855
|
var tmp;
|
|
856
856
|
if (_this__u8e3s4 instanceof ContextDescriptor) {
|
|
857
|
-
tmp = _this__u8e3s4.
|
|
857
|
+
tmp = _this__u8e3s4.zm_1;
|
|
858
858
|
} else {
|
|
859
859
|
if (_this__u8e3s4 instanceof SerialDescriptorForNullable) {
|
|
860
|
-
tmp = get_capturedKClass(_this__u8e3s4.
|
|
860
|
+
tmp = get_capturedKClass(_this__u8e3s4.in_1);
|
|
861
861
|
} else {
|
|
862
862
|
tmp = null;
|
|
863
863
|
}
|
|
@@ -871,94 +871,112 @@
|
|
|
871
871
|
return new elementDescriptors$$inlined$Iterable$1(_this__u8e3s4);
|
|
872
872
|
}
|
|
873
873
|
function elementDescriptors$1($this_elementDescriptors) {
|
|
874
|
-
this.
|
|
875
|
-
this.
|
|
874
|
+
this.mn_1 = $this_elementDescriptors;
|
|
875
|
+
this.ln_1 = $this_elementDescriptors.en();
|
|
876
876
|
}
|
|
877
|
-
protoOf(elementDescriptors$1).
|
|
878
|
-
return this.
|
|
877
|
+
protoOf(elementDescriptors$1).p = function () {
|
|
878
|
+
return this.ln_1 > 0;
|
|
879
879
|
};
|
|
880
|
-
protoOf(elementDescriptors$1).
|
|
881
|
-
var tmp = this.
|
|
882
|
-
var _unary__edvuaz = this.
|
|
883
|
-
this.
|
|
884
|
-
return this.
|
|
880
|
+
protoOf(elementDescriptors$1).q = function () {
|
|
881
|
+
var tmp = this.mn_1.en();
|
|
882
|
+
var _unary__edvuaz = this.ln_1;
|
|
883
|
+
this.ln_1 = _unary__edvuaz - 1 | 0;
|
|
884
|
+
return this.mn_1.hn(tmp - _unary__edvuaz | 0);
|
|
885
885
|
};
|
|
886
886
|
function elementDescriptors$$inlined$Iterable$1($this_elementDescriptors) {
|
|
887
|
-
this.
|
|
887
|
+
this.nn_1 = $this_elementDescriptors;
|
|
888
888
|
}
|
|
889
|
-
protoOf(elementDescriptors$$inlined$Iterable$1).
|
|
890
|
-
return new elementDescriptors$1(this.
|
|
889
|
+
protoOf(elementDescriptors$$inlined$Iterable$1).o = function () {
|
|
890
|
+
return new elementDescriptors$1(this.nn_1);
|
|
891
891
|
};
|
|
892
|
-
function
|
|
892
|
+
function buildClassSerialDescriptor(serialName, typeParameters, builderAction) {
|
|
893
893
|
var tmp;
|
|
894
|
-
if (
|
|
895
|
-
tmp =
|
|
894
|
+
if (builderAction === VOID) {
|
|
895
|
+
tmp = buildClassSerialDescriptor$lambda;
|
|
896
896
|
} else {
|
|
897
|
-
tmp =
|
|
897
|
+
tmp = builderAction;
|
|
898
898
|
}
|
|
899
|
-
|
|
899
|
+
builderAction = tmp;
|
|
900
900
|
// Inline function 'kotlin.text.isNotBlank' call
|
|
901
901
|
// Inline function 'kotlin.require' call
|
|
902
902
|
if (!!isBlank(serialName)) {
|
|
903
903
|
var message = 'Blank serial names are prohibited';
|
|
904
904
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
905
905
|
}
|
|
906
|
-
// Inline function 'kotlin.require' call
|
|
907
|
-
if (!!equals(kind, CLASS_getInstance())) {
|
|
908
|
-
var message_0 = "For StructureKind.CLASS please use 'buildClassSerialDescriptor' instead";
|
|
909
|
-
throw IllegalArgumentException_init_$Create$(toString(message_0));
|
|
910
|
-
}
|
|
911
906
|
var sdBuilder = new ClassSerialDescriptorBuilder(serialName);
|
|
912
|
-
|
|
913
|
-
return new SerialDescriptorImpl(serialName,
|
|
907
|
+
builderAction(sdBuilder);
|
|
908
|
+
return new SerialDescriptorImpl(serialName, CLASS_getInstance(), sdBuilder.fm_1.s(), toList(typeParameters), sdBuilder);
|
|
914
909
|
}
|
|
915
910
|
function ClassSerialDescriptorBuilder(serialName) {
|
|
916
|
-
this.
|
|
917
|
-
this.
|
|
918
|
-
this.
|
|
919
|
-
this.
|
|
920
|
-
this.
|
|
921
|
-
this.
|
|
922
|
-
this.
|
|
923
|
-
this.
|
|
924
|
-
}
|
|
925
|
-
protoOf(ClassSerialDescriptorBuilder).
|
|
911
|
+
this.cm_1 = serialName;
|
|
912
|
+
this.dm_1 = false;
|
|
913
|
+
this.em_1 = emptyList();
|
|
914
|
+
this.fm_1 = ArrayList_init_$Create$_0();
|
|
915
|
+
this.gm_1 = HashSet_init_$Create$();
|
|
916
|
+
this.hm_1 = ArrayList_init_$Create$_0();
|
|
917
|
+
this.im_1 = ArrayList_init_$Create$_0();
|
|
918
|
+
this.jm_1 = ArrayList_init_$Create$_0();
|
|
919
|
+
}
|
|
920
|
+
protoOf(ClassSerialDescriptorBuilder).on = function (elementName, descriptor, annotations, isOptional) {
|
|
926
921
|
// Inline function 'kotlin.require' call
|
|
927
|
-
if (!this.
|
|
928
|
-
var message = "Element with name '" + elementName + "' is already registered in " + this.
|
|
922
|
+
if (!this.gm_1.g(elementName)) {
|
|
923
|
+
var message = "Element with name '" + elementName + "' is already registered in " + this.cm_1;
|
|
929
924
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
930
925
|
}
|
|
931
926
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
932
|
-
this.
|
|
927
|
+
this.fm_1.g(elementName);
|
|
933
928
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
934
|
-
this.
|
|
929
|
+
this.hm_1.g(descriptor);
|
|
935
930
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
936
|
-
this.
|
|
931
|
+
this.im_1.g(annotations);
|
|
937
932
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
938
|
-
this.
|
|
933
|
+
this.jm_1.g(isOptional);
|
|
939
934
|
};
|
|
940
|
-
protoOf(ClassSerialDescriptorBuilder).
|
|
935
|
+
protoOf(ClassSerialDescriptorBuilder).km = function (elementName, descriptor, annotations, isOptional, $super) {
|
|
941
936
|
annotations = annotations === VOID ? emptyList() : annotations;
|
|
942
937
|
isOptional = isOptional === VOID ? false : isOptional;
|
|
943
938
|
var tmp;
|
|
944
939
|
if ($super === VOID) {
|
|
945
|
-
this.
|
|
940
|
+
this.on(elementName, descriptor, annotations, isOptional);
|
|
946
941
|
tmp = Unit_instance;
|
|
947
942
|
} else {
|
|
948
|
-
tmp = $super.
|
|
943
|
+
tmp = $super.on.call(this, elementName, descriptor, annotations, isOptional);
|
|
949
944
|
}
|
|
950
945
|
return tmp;
|
|
951
946
|
};
|
|
947
|
+
function buildSerialDescriptor(serialName, kind, typeParameters, builder) {
|
|
948
|
+
var tmp;
|
|
949
|
+
if (builder === VOID) {
|
|
950
|
+
tmp = buildSerialDescriptor$lambda;
|
|
951
|
+
} else {
|
|
952
|
+
tmp = builder;
|
|
953
|
+
}
|
|
954
|
+
builder = tmp;
|
|
955
|
+
// Inline function 'kotlin.text.isNotBlank' call
|
|
956
|
+
// Inline function 'kotlin.require' call
|
|
957
|
+
if (!!isBlank(serialName)) {
|
|
958
|
+
var message = 'Blank serial names are prohibited';
|
|
959
|
+
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
960
|
+
}
|
|
961
|
+
// Inline function 'kotlin.require' call
|
|
962
|
+
if (!!equals(kind, CLASS_getInstance())) {
|
|
963
|
+
var message_0 = "For StructureKind.CLASS please use 'buildClassSerialDescriptor' instead";
|
|
964
|
+
throw IllegalArgumentException_init_$Create$(toString(message_0));
|
|
965
|
+
}
|
|
966
|
+
var sdBuilder = new ClassSerialDescriptorBuilder(serialName);
|
|
967
|
+
builder(sdBuilder);
|
|
968
|
+
return new SerialDescriptorImpl(serialName, kind, sdBuilder.fm_1.s(), toList(typeParameters), sdBuilder);
|
|
969
|
+
}
|
|
952
970
|
function _get__hashCode__tgwhef($this) {
|
|
953
|
-
var tmp0 = $this.
|
|
971
|
+
var tmp0 = $this.ao_1;
|
|
954
972
|
var tmp = KProperty1;
|
|
955
973
|
// Inline function 'kotlin.getValue' call
|
|
956
974
|
getPropertyCallableRef('_hashCode', 1, tmp, SerialDescriptorImpl$_get__hashCode_$ref_2v7wzp(), null);
|
|
957
|
-
return tmp0.
|
|
975
|
+
return tmp0.b1();
|
|
958
976
|
}
|
|
959
977
|
function SerialDescriptorImpl$_hashCode$delegate$lambda(this$0) {
|
|
960
978
|
return function () {
|
|
961
|
-
return hashCodeImpl(this$0, this$0.
|
|
979
|
+
return hashCodeImpl(this$0, this$0.zn_1);
|
|
962
980
|
};
|
|
963
981
|
}
|
|
964
982
|
function SerialDescriptorImpl$_get__hashCode_$ref_2v7wzp() {
|
|
@@ -967,57 +985,57 @@
|
|
|
967
985
|
};
|
|
968
986
|
}
|
|
969
987
|
function SerialDescriptorImpl(serialName, kind, elementsCount, typeParameters, builder) {
|
|
970
|
-
this.
|
|
971
|
-
this.
|
|
972
|
-
this.
|
|
973
|
-
this.
|
|
974
|
-
this.
|
|
988
|
+
this.pn_1 = serialName;
|
|
989
|
+
this.qn_1 = kind;
|
|
990
|
+
this.rn_1 = elementsCount;
|
|
991
|
+
this.sn_1 = builder.em_1;
|
|
992
|
+
this.tn_1 = toHashSet(builder.fm_1);
|
|
975
993
|
var tmp = this;
|
|
976
994
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
977
|
-
var this_0 = builder.
|
|
978
|
-
tmp.
|
|
979
|
-
this.
|
|
995
|
+
var this_0 = builder.fm_1;
|
|
996
|
+
tmp.un_1 = copyToArray(this_0);
|
|
997
|
+
this.vn_1 = compactArray(builder.hm_1);
|
|
980
998
|
var tmp_0 = this;
|
|
981
999
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
982
|
-
var this_1 = builder.
|
|
983
|
-
tmp_0.
|
|
984
|
-
this.
|
|
1000
|
+
var this_1 = builder.im_1;
|
|
1001
|
+
tmp_0.wn_1 = copyToArray(this_1);
|
|
1002
|
+
this.xn_1 = toBooleanArray(builder.jm_1);
|
|
985
1003
|
var tmp_1 = this;
|
|
986
1004
|
// Inline function 'kotlin.collections.map' call
|
|
987
|
-
var this_2 = withIndex(this.
|
|
1005
|
+
var this_2 = withIndex(this.un_1);
|
|
988
1006
|
// Inline function 'kotlin.collections.mapTo' call
|
|
989
1007
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_2, 10));
|
|
990
|
-
var _iterator__ex2g4s = this_2.
|
|
991
|
-
while (_iterator__ex2g4s.
|
|
992
|
-
var item = _iterator__ex2g4s.
|
|
993
|
-
var tmp$ret$2 = to(item.
|
|
994
|
-
destination.
|
|
995
|
-
}
|
|
996
|
-
tmp_1.
|
|
997
|
-
this.
|
|
1008
|
+
var _iterator__ex2g4s = this_2.o();
|
|
1009
|
+
while (_iterator__ex2g4s.p()) {
|
|
1010
|
+
var item = _iterator__ex2g4s.q();
|
|
1011
|
+
var tmp$ret$2 = to(item.ld_1, item.kd_1);
|
|
1012
|
+
destination.g(tmp$ret$2);
|
|
1013
|
+
}
|
|
1014
|
+
tmp_1.yn_1 = toMap(destination);
|
|
1015
|
+
this.zn_1 = compactArray(typeParameters);
|
|
998
1016
|
var tmp_2 = this;
|
|
999
|
-
tmp_2.
|
|
1017
|
+
tmp_2.ao_1 = lazy_0(SerialDescriptorImpl$_hashCode$delegate$lambda(this));
|
|
1000
1018
|
}
|
|
1001
|
-
protoOf(SerialDescriptorImpl).
|
|
1002
|
-
return this.
|
|
1019
|
+
protoOf(SerialDescriptorImpl).bn = function () {
|
|
1020
|
+
return this.pn_1;
|
|
1003
1021
|
};
|
|
1004
|
-
protoOf(SerialDescriptorImpl).
|
|
1005
|
-
return this.
|
|
1022
|
+
protoOf(SerialDescriptorImpl).cn = function () {
|
|
1023
|
+
return this.qn_1;
|
|
1006
1024
|
};
|
|
1007
|
-
protoOf(SerialDescriptorImpl).
|
|
1008
|
-
return this.
|
|
1025
|
+
protoOf(SerialDescriptorImpl).en = function () {
|
|
1026
|
+
return this.rn_1;
|
|
1009
1027
|
};
|
|
1010
|
-
protoOf(SerialDescriptorImpl).
|
|
1011
|
-
return this.
|
|
1028
|
+
protoOf(SerialDescriptorImpl).fn = function () {
|
|
1029
|
+
return this.sn_1;
|
|
1012
1030
|
};
|
|
1013
|
-
protoOf(SerialDescriptorImpl).
|
|
1014
|
-
return this.
|
|
1031
|
+
protoOf(SerialDescriptorImpl).bo = function () {
|
|
1032
|
+
return this.tn_1;
|
|
1015
1033
|
};
|
|
1016
|
-
protoOf(SerialDescriptorImpl).
|
|
1017
|
-
return getChecked(this.
|
|
1034
|
+
protoOf(SerialDescriptorImpl).gn = function (index) {
|
|
1035
|
+
return getChecked(this.un_1, index);
|
|
1018
1036
|
};
|
|
1019
|
-
protoOf(SerialDescriptorImpl).
|
|
1020
|
-
return getChecked(this.
|
|
1037
|
+
protoOf(SerialDescriptorImpl).hn = function (index) {
|
|
1038
|
+
return getChecked(this.vn_1, index);
|
|
1021
1039
|
};
|
|
1022
1040
|
protoOf(SerialDescriptorImpl).equals = function (other) {
|
|
1023
1041
|
var tmp$ret$0;
|
|
@@ -1031,29 +1049,29 @@
|
|
|
1031
1049
|
tmp$ret$0 = false;
|
|
1032
1050
|
break $l$block_5;
|
|
1033
1051
|
}
|
|
1034
|
-
if (!(this.
|
|
1052
|
+
if (!(this.bn() === other.bn())) {
|
|
1035
1053
|
tmp$ret$0 = false;
|
|
1036
1054
|
break $l$block_5;
|
|
1037
1055
|
}
|
|
1038
|
-
if (!contentEquals(this.
|
|
1056
|
+
if (!contentEquals(this.zn_1, other.zn_1)) {
|
|
1039
1057
|
tmp$ret$0 = false;
|
|
1040
1058
|
break $l$block_5;
|
|
1041
1059
|
}
|
|
1042
|
-
if (!(this.
|
|
1060
|
+
if (!(this.en() === other.en())) {
|
|
1043
1061
|
tmp$ret$0 = false;
|
|
1044
1062
|
break $l$block_5;
|
|
1045
1063
|
}
|
|
1046
1064
|
var inductionVariable = 0;
|
|
1047
|
-
var last = this.
|
|
1065
|
+
var last = this.en();
|
|
1048
1066
|
if (inductionVariable < last)
|
|
1049
1067
|
do {
|
|
1050
1068
|
var index = inductionVariable;
|
|
1051
1069
|
inductionVariable = inductionVariable + 1 | 0;
|
|
1052
|
-
if (!(this.
|
|
1070
|
+
if (!(this.hn(index).bn() === other.hn(index).bn())) {
|
|
1053
1071
|
tmp$ret$0 = false;
|
|
1054
1072
|
break $l$block_5;
|
|
1055
1073
|
}
|
|
1056
|
-
if (!equals(this.
|
|
1074
|
+
if (!equals(this.hn(index).cn(), other.hn(index).cn())) {
|
|
1057
1075
|
tmp$ret$0 = false;
|
|
1058
1076
|
break $l$block_5;
|
|
1059
1077
|
}
|
|
@@ -1069,70 +1087,11 @@
|
|
|
1069
1087
|
protoOf(SerialDescriptorImpl).toString = function () {
|
|
1070
1088
|
return toStringImpl(this);
|
|
1071
1089
|
};
|
|
1072
|
-
function buildClassSerialDescriptor(serialName, typeParameters, builderAction) {
|
|
1073
|
-
var tmp;
|
|
1074
|
-
if (builderAction === VOID) {
|
|
1075
|
-
tmp = buildClassSerialDescriptor$lambda;
|
|
1076
|
-
} else {
|
|
1077
|
-
tmp = builderAction;
|
|
1078
|
-
}
|
|
1079
|
-
builderAction = tmp;
|
|
1080
|
-
// Inline function 'kotlin.text.isNotBlank' call
|
|
1081
|
-
// Inline function 'kotlin.require' call
|
|
1082
|
-
if (!!isBlank(serialName)) {
|
|
1083
|
-
var message = 'Blank serial names are prohibited';
|
|
1084
|
-
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1085
|
-
}
|
|
1086
|
-
var sdBuilder = new ClassSerialDescriptorBuilder(serialName);
|
|
1087
|
-
builderAction(sdBuilder);
|
|
1088
|
-
return new SerialDescriptorImpl(serialName, CLASS_getInstance(), sdBuilder.ok_1.p(), toList(typeParameters), sdBuilder);
|
|
1089
|
-
}
|
|
1090
|
-
function buildSerialDescriptor$lambda(_this__u8e3s4) {
|
|
1091
|
-
return Unit_instance;
|
|
1092
|
-
}
|
|
1093
1090
|
function buildClassSerialDescriptor$lambda(_this__u8e3s4) {
|
|
1094
1091
|
return Unit_instance;
|
|
1095
1092
|
}
|
|
1096
|
-
function
|
|
1097
|
-
|
|
1098
|
-
SerialKind.call(this);
|
|
1099
|
-
}
|
|
1100
|
-
var ENUM_instance;
|
|
1101
|
-
function ENUM_getInstance() {
|
|
1102
|
-
if (ENUM_instance == null)
|
|
1103
|
-
new ENUM();
|
|
1104
|
-
return ENUM_instance;
|
|
1105
|
-
}
|
|
1106
|
-
function CONTEXTUAL() {
|
|
1107
|
-
CONTEXTUAL_instance = this;
|
|
1108
|
-
SerialKind.call(this);
|
|
1109
|
-
}
|
|
1110
|
-
var CONTEXTUAL_instance;
|
|
1111
|
-
function CONTEXTUAL_getInstance() {
|
|
1112
|
-
if (CONTEXTUAL_instance == null)
|
|
1113
|
-
new CONTEXTUAL();
|
|
1114
|
-
return CONTEXTUAL_instance;
|
|
1115
|
-
}
|
|
1116
|
-
function SerialKind() {
|
|
1117
|
-
}
|
|
1118
|
-
protoOf(SerialKind).toString = function () {
|
|
1119
|
-
return ensureNotNull(getKClassFromExpression(this).ca());
|
|
1120
|
-
};
|
|
1121
|
-
protoOf(SerialKind).hashCode = function () {
|
|
1122
|
-
return getStringHashCode(this.toString());
|
|
1123
|
-
};
|
|
1124
|
-
function OPEN() {
|
|
1125
|
-
OPEN_instance = this;
|
|
1126
|
-
PolymorphicKind.call(this);
|
|
1127
|
-
}
|
|
1128
|
-
var OPEN_instance;
|
|
1129
|
-
function OPEN_getInstance() {
|
|
1130
|
-
if (OPEN_instance == null)
|
|
1131
|
-
new OPEN();
|
|
1132
|
-
return OPEN_instance;
|
|
1133
|
-
}
|
|
1134
|
-
function PolymorphicKind() {
|
|
1135
|
-
SerialKind.call(this);
|
|
1093
|
+
function buildSerialDescriptor$lambda(_this__u8e3s4) {
|
|
1094
|
+
return Unit_instance;
|
|
1136
1095
|
}
|
|
1137
1096
|
function BOOLEAN() {
|
|
1138
1097
|
BOOLEAN_instance = this;
|
|
@@ -1227,6 +1186,47 @@
|
|
|
1227
1186
|
function PrimitiveKind() {
|
|
1228
1187
|
SerialKind.call(this);
|
|
1229
1188
|
}
|
|
1189
|
+
function OPEN() {
|
|
1190
|
+
OPEN_instance = this;
|
|
1191
|
+
PolymorphicKind.call(this);
|
|
1192
|
+
}
|
|
1193
|
+
var OPEN_instance;
|
|
1194
|
+
function OPEN_getInstance() {
|
|
1195
|
+
if (OPEN_instance == null)
|
|
1196
|
+
new OPEN();
|
|
1197
|
+
return OPEN_instance;
|
|
1198
|
+
}
|
|
1199
|
+
function PolymorphicKind() {
|
|
1200
|
+
SerialKind.call(this);
|
|
1201
|
+
}
|
|
1202
|
+
function ENUM() {
|
|
1203
|
+
ENUM_instance = this;
|
|
1204
|
+
SerialKind.call(this);
|
|
1205
|
+
}
|
|
1206
|
+
var ENUM_instance;
|
|
1207
|
+
function ENUM_getInstance() {
|
|
1208
|
+
if (ENUM_instance == null)
|
|
1209
|
+
new ENUM();
|
|
1210
|
+
return ENUM_instance;
|
|
1211
|
+
}
|
|
1212
|
+
function CONTEXTUAL() {
|
|
1213
|
+
CONTEXTUAL_instance = this;
|
|
1214
|
+
SerialKind.call(this);
|
|
1215
|
+
}
|
|
1216
|
+
var CONTEXTUAL_instance;
|
|
1217
|
+
function CONTEXTUAL_getInstance() {
|
|
1218
|
+
if (CONTEXTUAL_instance == null)
|
|
1219
|
+
new CONTEXTUAL();
|
|
1220
|
+
return CONTEXTUAL_instance;
|
|
1221
|
+
}
|
|
1222
|
+
function SerialKind() {
|
|
1223
|
+
}
|
|
1224
|
+
protoOf(SerialKind).toString = function () {
|
|
1225
|
+
return ensureNotNull(getKClassFromExpression(this).l9());
|
|
1226
|
+
};
|
|
1227
|
+
protoOf(SerialKind).hashCode = function () {
|
|
1228
|
+
return getStringHashCode(this.toString());
|
|
1229
|
+
};
|
|
1230
1230
|
function CLASS() {
|
|
1231
1231
|
CLASS_instance = this;
|
|
1232
1232
|
StructureKind.call(this);
|
|
@@ -1272,106 +1272,106 @@
|
|
|
1272
1272
|
}
|
|
1273
1273
|
function AbstractEncoder() {
|
|
1274
1274
|
}
|
|
1275
|
-
protoOf(AbstractEncoder).
|
|
1275
|
+
protoOf(AbstractEncoder).co = function (descriptor) {
|
|
1276
1276
|
return this;
|
|
1277
1277
|
};
|
|
1278
|
-
protoOf(AbstractEncoder).
|
|
1278
|
+
protoOf(AbstractEncoder).do = function (descriptor) {
|
|
1279
1279
|
};
|
|
1280
|
-
protoOf(AbstractEncoder).
|
|
1280
|
+
protoOf(AbstractEncoder).eo = function (descriptor, index) {
|
|
1281
1281
|
return true;
|
|
1282
1282
|
};
|
|
1283
|
-
protoOf(AbstractEncoder).
|
|
1283
|
+
protoOf(AbstractEncoder).fo = function (value) {
|
|
1284
1284
|
throw SerializationException_init_$Create$_0('Non-serializable ' + toString(getKClassFromExpression(value)) + ' is not supported by ' + toString(getKClassFromExpression(this)) + ' encoder');
|
|
1285
1285
|
};
|
|
1286
|
-
protoOf(AbstractEncoder).
|
|
1286
|
+
protoOf(AbstractEncoder).go = function () {
|
|
1287
1287
|
throw SerializationException_init_$Create$_0("'null' is not supported by default");
|
|
1288
1288
|
};
|
|
1289
|
-
protoOf(AbstractEncoder).
|
|
1290
|
-
return this.
|
|
1289
|
+
protoOf(AbstractEncoder).ho = function (value) {
|
|
1290
|
+
return this.fo(value);
|
|
1291
1291
|
};
|
|
1292
|
-
protoOf(AbstractEncoder).
|
|
1293
|
-
return this.
|
|
1292
|
+
protoOf(AbstractEncoder).io = function (value) {
|
|
1293
|
+
return this.fo(value);
|
|
1294
1294
|
};
|
|
1295
|
-
protoOf(AbstractEncoder).
|
|
1296
|
-
return this.
|
|
1295
|
+
protoOf(AbstractEncoder).jo = function (value) {
|
|
1296
|
+
return this.fo(value);
|
|
1297
1297
|
};
|
|
1298
|
-
protoOf(AbstractEncoder).
|
|
1299
|
-
return this.
|
|
1298
|
+
protoOf(AbstractEncoder).ko = function (value) {
|
|
1299
|
+
return this.fo(value);
|
|
1300
1300
|
};
|
|
1301
|
-
protoOf(AbstractEncoder).
|
|
1302
|
-
return this.
|
|
1301
|
+
protoOf(AbstractEncoder).lo = function (value) {
|
|
1302
|
+
return this.fo(value);
|
|
1303
1303
|
};
|
|
1304
|
-
protoOf(AbstractEncoder).
|
|
1305
|
-
return this.
|
|
1304
|
+
protoOf(AbstractEncoder).mo = function (value) {
|
|
1305
|
+
return this.fo(value);
|
|
1306
1306
|
};
|
|
1307
|
-
protoOf(AbstractEncoder).
|
|
1308
|
-
return this.
|
|
1307
|
+
protoOf(AbstractEncoder).no = function (value) {
|
|
1308
|
+
return this.fo(value);
|
|
1309
1309
|
};
|
|
1310
|
-
protoOf(AbstractEncoder).
|
|
1311
|
-
return this.
|
|
1310
|
+
protoOf(AbstractEncoder).oo = function (value) {
|
|
1311
|
+
return this.fo(new Char(value));
|
|
1312
1312
|
};
|
|
1313
|
-
protoOf(AbstractEncoder).
|
|
1314
|
-
return this.
|
|
1313
|
+
protoOf(AbstractEncoder).po = function (value) {
|
|
1314
|
+
return this.fo(value);
|
|
1315
1315
|
};
|
|
1316
|
-
protoOf(AbstractEncoder).
|
|
1316
|
+
protoOf(AbstractEncoder).qo = function (descriptor) {
|
|
1317
1317
|
return this;
|
|
1318
1318
|
};
|
|
1319
|
-
protoOf(AbstractEncoder).
|
|
1320
|
-
if (this.
|
|
1321
|
-
this.
|
|
1319
|
+
protoOf(AbstractEncoder).ro = function (descriptor, index, value) {
|
|
1320
|
+
if (this.eo(descriptor, index)) {
|
|
1321
|
+
this.ho(value);
|
|
1322
1322
|
}
|
|
1323
1323
|
};
|
|
1324
|
-
protoOf(AbstractEncoder).
|
|
1325
|
-
if (this.
|
|
1326
|
-
this.
|
|
1324
|
+
protoOf(AbstractEncoder).so = function (descriptor, index, value) {
|
|
1325
|
+
if (this.eo(descriptor, index)) {
|
|
1326
|
+
this.io(value);
|
|
1327
1327
|
}
|
|
1328
1328
|
};
|
|
1329
|
-
protoOf(AbstractEncoder).
|
|
1330
|
-
if (this.
|
|
1331
|
-
this.
|
|
1329
|
+
protoOf(AbstractEncoder).to = function (descriptor, index, value) {
|
|
1330
|
+
if (this.eo(descriptor, index)) {
|
|
1331
|
+
this.jo(value);
|
|
1332
1332
|
}
|
|
1333
1333
|
};
|
|
1334
|
-
protoOf(AbstractEncoder).
|
|
1335
|
-
if (this.
|
|
1336
|
-
this.
|
|
1334
|
+
protoOf(AbstractEncoder).uo = function (descriptor, index, value) {
|
|
1335
|
+
if (this.eo(descriptor, index)) {
|
|
1336
|
+
this.ko(value);
|
|
1337
1337
|
}
|
|
1338
1338
|
};
|
|
1339
|
-
protoOf(AbstractEncoder).
|
|
1340
|
-
if (this.
|
|
1341
|
-
this.
|
|
1339
|
+
protoOf(AbstractEncoder).vo = function (descriptor, index, value) {
|
|
1340
|
+
if (this.eo(descriptor, index)) {
|
|
1341
|
+
this.lo(value);
|
|
1342
1342
|
}
|
|
1343
1343
|
};
|
|
1344
|
-
protoOf(AbstractEncoder).
|
|
1345
|
-
if (this.
|
|
1346
|
-
this.
|
|
1344
|
+
protoOf(AbstractEncoder).wo = function (descriptor, index, value) {
|
|
1345
|
+
if (this.eo(descriptor, index)) {
|
|
1346
|
+
this.mo(value);
|
|
1347
1347
|
}
|
|
1348
1348
|
};
|
|
1349
|
-
protoOf(AbstractEncoder).
|
|
1350
|
-
if (this.
|
|
1351
|
-
this.
|
|
1349
|
+
protoOf(AbstractEncoder).xo = function (descriptor, index, value) {
|
|
1350
|
+
if (this.eo(descriptor, index)) {
|
|
1351
|
+
this.no(value);
|
|
1352
1352
|
}
|
|
1353
1353
|
};
|
|
1354
|
-
protoOf(AbstractEncoder).
|
|
1355
|
-
if (this.
|
|
1356
|
-
this.
|
|
1354
|
+
protoOf(AbstractEncoder).yo = function (descriptor, index, value) {
|
|
1355
|
+
if (this.eo(descriptor, index)) {
|
|
1356
|
+
this.oo(value);
|
|
1357
1357
|
}
|
|
1358
1358
|
};
|
|
1359
|
-
protoOf(AbstractEncoder).
|
|
1360
|
-
if (this.
|
|
1361
|
-
this.
|
|
1359
|
+
protoOf(AbstractEncoder).zo = function (descriptor, index, value) {
|
|
1360
|
+
if (this.eo(descriptor, index)) {
|
|
1361
|
+
this.po(value);
|
|
1362
1362
|
}
|
|
1363
1363
|
};
|
|
1364
|
-
protoOf(AbstractEncoder).
|
|
1365
|
-
return this.
|
|
1364
|
+
protoOf(AbstractEncoder).ap = function (descriptor, index) {
|
|
1365
|
+
return this.eo(descriptor, index) ? this.qo(descriptor.hn(index)) : NoOpEncoder_getInstance();
|
|
1366
1366
|
};
|
|
1367
|
-
protoOf(AbstractEncoder).
|
|
1368
|
-
if (this.
|
|
1369
|
-
this.
|
|
1367
|
+
protoOf(AbstractEncoder).bp = function (descriptor, index, serializer, value) {
|
|
1368
|
+
if (this.eo(descriptor, index)) {
|
|
1369
|
+
this.cp(serializer, value);
|
|
1370
1370
|
}
|
|
1371
1371
|
};
|
|
1372
|
-
protoOf(AbstractEncoder).
|
|
1373
|
-
if (this.
|
|
1374
|
-
this.
|
|
1372
|
+
protoOf(AbstractEncoder).dp = function (descriptor, index, serializer, value) {
|
|
1373
|
+
if (this.eo(descriptor, index)) {
|
|
1374
|
+
this.ep(serializer, value);
|
|
1375
1375
|
}
|
|
1376
1376
|
};
|
|
1377
1377
|
function Encoder() {
|
|
@@ -1380,50 +1380,50 @@
|
|
|
1380
1380
|
}
|
|
1381
1381
|
function AbstractPolymorphicSerializer() {
|
|
1382
1382
|
}
|
|
1383
|
-
protoOf(AbstractPolymorphicSerializer).
|
|
1383
|
+
protoOf(AbstractPolymorphicSerializer).pm = function (encoder, value) {
|
|
1384
1384
|
var actualSerializer = findPolymorphicSerializer(this, encoder, value);
|
|
1385
1385
|
// Inline function 'kotlinx.serialization.encoding.encodeStructure' call
|
|
1386
|
-
var descriptor = this.
|
|
1387
|
-
var composite = encoder.
|
|
1388
|
-
composite.
|
|
1389
|
-
var tmp = this.
|
|
1386
|
+
var descriptor = this.am();
|
|
1387
|
+
var composite = encoder.co(descriptor);
|
|
1388
|
+
composite.zo(this.am(), 0, actualSerializer.am().bn());
|
|
1389
|
+
var tmp = this.am();
|
|
1390
1390
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
1391
1391
|
var tmp$ret$0 = isInterface(actualSerializer, SerializationStrategy) ? actualSerializer : THROW_CCE();
|
|
1392
|
-
composite.
|
|
1393
|
-
composite.
|
|
1392
|
+
composite.bp(tmp, 1, tmp$ret$0, value);
|
|
1393
|
+
composite.do(descriptor);
|
|
1394
1394
|
};
|
|
1395
|
-
protoOf(AbstractPolymorphicSerializer).
|
|
1396
|
-
return this.
|
|
1395
|
+
protoOf(AbstractPolymorphicSerializer).bm = function (encoder, value) {
|
|
1396
|
+
return this.pm(encoder, !(value == null) ? value : THROW_CCE());
|
|
1397
1397
|
};
|
|
1398
|
-
protoOf(AbstractPolymorphicSerializer).
|
|
1399
|
-
return encoder.
|
|
1398
|
+
protoOf(AbstractPolymorphicSerializer).qm = function (encoder, value) {
|
|
1399
|
+
return encoder.fp().jp(this.om(), value);
|
|
1400
1400
|
};
|
|
1401
1401
|
function throwSubtypeNotRegistered(subClass, baseClass) {
|
|
1402
|
-
var tmp0_elvis_lhs = subClass.
|
|
1402
|
+
var tmp0_elvis_lhs = subClass.l9();
|
|
1403
1403
|
throwSubtypeNotRegistered_0(tmp0_elvis_lhs == null ? toString(subClass) : tmp0_elvis_lhs, baseClass);
|
|
1404
1404
|
}
|
|
1405
1405
|
function throwSubtypeNotRegistered_0(subClassName, baseClass) {
|
|
1406
|
-
var scope = "in the polymorphic scope of '" + baseClass.
|
|
1407
|
-
throw SerializationException_init_$Create$_0(subClassName == null ? 'Class discriminator was missing and no default serializers were registered ' + scope + '.' : "Serializer for subclass '" + subClassName + "' is not found " + scope + '.\n' + ("Check if class with serial name '" + subClassName + "' exists and serializer is registered in a corresponding SerializersModule.\n") + ("To be registered automatically, class '" + subClassName + "' has to be '@Serializable', and the base class '" + baseClass.
|
|
1406
|
+
var scope = "in the polymorphic scope of '" + baseClass.l9() + "'";
|
|
1407
|
+
throw SerializationException_init_$Create$_0(subClassName == null ? 'Class discriminator was missing and no default serializers were registered ' + scope + '.' : "Serializer for subclass '" + subClassName + "' is not found " + scope + '.\n' + ("Check if class with serial name '" + subClassName + "' exists and serializer is registered in a corresponding SerializersModule.\n") + ("To be registered automatically, class '" + subClassName + "' has to be '@Serializable', and the base class '" + baseClass.l9() + "' has to be sealed and '@Serializable'."));
|
|
1408
1408
|
}
|
|
1409
1409
|
function NothingSerializer_0() {
|
|
1410
1410
|
NothingSerializer_instance = this;
|
|
1411
|
-
this.
|
|
1411
|
+
this.kp_1 = NothingSerialDescriptor_getInstance();
|
|
1412
1412
|
}
|
|
1413
|
-
protoOf(NothingSerializer_0).
|
|
1414
|
-
return this.
|
|
1413
|
+
protoOf(NothingSerializer_0).am = function () {
|
|
1414
|
+
return this.kp_1;
|
|
1415
1415
|
};
|
|
1416
|
-
protoOf(NothingSerializer_0).
|
|
1416
|
+
protoOf(NothingSerializer_0).lp = function (encoder, value) {
|
|
1417
1417
|
throw SerializationException_init_$Create$_0("'kotlin.Nothing' cannot be serialized");
|
|
1418
1418
|
};
|
|
1419
|
-
protoOf(NothingSerializer_0).
|
|
1419
|
+
protoOf(NothingSerializer_0).bm = function (encoder, value) {
|
|
1420
1420
|
var tmp;
|
|
1421
1421
|
if (false) {
|
|
1422
1422
|
tmp = value;
|
|
1423
1423
|
} else {
|
|
1424
1424
|
tmp = THROW_CCE();
|
|
1425
1425
|
}
|
|
1426
|
-
return this.
|
|
1426
|
+
return this.lp(encoder, tmp);
|
|
1427
1427
|
};
|
|
1428
1428
|
var NothingSerializer_instance;
|
|
1429
1429
|
function NothingSerializer_getInstance() {
|
|
@@ -1433,16 +1433,16 @@
|
|
|
1433
1433
|
}
|
|
1434
1434
|
function DurationSerializer() {
|
|
1435
1435
|
DurationSerializer_instance = this;
|
|
1436
|
-
this.
|
|
1436
|
+
this.mp_1 = new PrimitiveSerialDescriptor('kotlin.time.Duration', STRING_getInstance());
|
|
1437
1437
|
}
|
|
1438
|
-
protoOf(DurationSerializer).
|
|
1439
|
-
return this.
|
|
1438
|
+
protoOf(DurationSerializer).am = function () {
|
|
1439
|
+
return this.mp_1;
|
|
1440
1440
|
};
|
|
1441
|
-
protoOf(DurationSerializer).
|
|
1442
|
-
encoder.
|
|
1441
|
+
protoOf(DurationSerializer).np = function (encoder, value) {
|
|
1442
|
+
encoder.po(Duration__toIsoString_impl_9h6wsm(value));
|
|
1443
1443
|
};
|
|
1444
|
-
protoOf(DurationSerializer).
|
|
1445
|
-
return this.
|
|
1444
|
+
protoOf(DurationSerializer).bm = function (encoder, value) {
|
|
1445
|
+
return this.np(encoder, value instanceof Duration ? value.ng_1 : THROW_CCE());
|
|
1446
1446
|
};
|
|
1447
1447
|
var DurationSerializer_instance;
|
|
1448
1448
|
function DurationSerializer_getInstance() {
|
|
@@ -1452,16 +1452,16 @@
|
|
|
1452
1452
|
}
|
|
1453
1453
|
function InstantSerializer() {
|
|
1454
1454
|
InstantSerializer_instance = this;
|
|
1455
|
-
this.
|
|
1455
|
+
this.op_1 = new PrimitiveSerialDescriptor('kotlin.time.Instant', STRING_getInstance());
|
|
1456
1456
|
}
|
|
1457
|
-
protoOf(InstantSerializer).
|
|
1458
|
-
return this.
|
|
1457
|
+
protoOf(InstantSerializer).am = function () {
|
|
1458
|
+
return this.op_1;
|
|
1459
1459
|
};
|
|
1460
|
-
protoOf(InstantSerializer).
|
|
1461
|
-
encoder.
|
|
1460
|
+
protoOf(InstantSerializer).pp = function (encoder, value) {
|
|
1461
|
+
encoder.po(value.toString());
|
|
1462
1462
|
};
|
|
1463
|
-
protoOf(InstantSerializer).
|
|
1464
|
-
return this.
|
|
1463
|
+
protoOf(InstantSerializer).bm = function (encoder, value) {
|
|
1464
|
+
return this.pp(encoder, value instanceof Instant ? value : THROW_CCE());
|
|
1465
1465
|
};
|
|
1466
1466
|
var InstantSerializer_instance;
|
|
1467
1467
|
function InstantSerializer_getInstance() {
|
|
@@ -1471,16 +1471,16 @@
|
|
|
1471
1471
|
}
|
|
1472
1472
|
function UuidSerializer() {
|
|
1473
1473
|
UuidSerializer_instance = this;
|
|
1474
|
-
this.
|
|
1474
|
+
this.qp_1 = new PrimitiveSerialDescriptor('kotlin.uuid.Uuid', STRING_getInstance());
|
|
1475
1475
|
}
|
|
1476
|
-
protoOf(UuidSerializer).
|
|
1477
|
-
return this.
|
|
1476
|
+
protoOf(UuidSerializer).am = function () {
|
|
1477
|
+
return this.qp_1;
|
|
1478
1478
|
};
|
|
1479
|
-
protoOf(UuidSerializer).
|
|
1480
|
-
encoder.
|
|
1479
|
+
protoOf(UuidSerializer).rp = function (encoder, value) {
|
|
1480
|
+
encoder.po(value.toString());
|
|
1481
1481
|
};
|
|
1482
|
-
protoOf(UuidSerializer).
|
|
1483
|
-
return this.
|
|
1482
|
+
protoOf(UuidSerializer).bm = function (encoder, value) {
|
|
1483
|
+
return this.rp(encoder, value instanceof Uuid ? value : THROW_CCE());
|
|
1484
1484
|
};
|
|
1485
1485
|
var UuidSerializer_instance;
|
|
1486
1486
|
function UuidSerializer_getInstance() {
|
|
@@ -1493,19 +1493,19 @@
|
|
|
1493
1493
|
function ArrayListClassDesc(elementDesc) {
|
|
1494
1494
|
ListLikeDescriptor.call(this, elementDesc);
|
|
1495
1495
|
}
|
|
1496
|
-
protoOf(ArrayListClassDesc).
|
|
1496
|
+
protoOf(ArrayListClassDesc).bn = function () {
|
|
1497
1497
|
return 'kotlin.collections.ArrayList';
|
|
1498
1498
|
};
|
|
1499
1499
|
function HashSetClassDesc(elementDesc) {
|
|
1500
1500
|
ListLikeDescriptor.call(this, elementDesc);
|
|
1501
1501
|
}
|
|
1502
|
-
protoOf(HashSetClassDesc).
|
|
1502
|
+
protoOf(HashSetClassDesc).bn = function () {
|
|
1503
1503
|
return 'kotlin.collections.HashSet';
|
|
1504
1504
|
};
|
|
1505
1505
|
function LinkedHashSetClassDesc(elementDesc) {
|
|
1506
1506
|
ListLikeDescriptor.call(this, elementDesc);
|
|
1507
1507
|
}
|
|
1508
|
-
protoOf(LinkedHashSetClassDesc).
|
|
1508
|
+
protoOf(LinkedHashSetClassDesc).bn = function () {
|
|
1509
1509
|
return 'kotlin.collections.LinkedHashSet';
|
|
1510
1510
|
};
|
|
1511
1511
|
function HashMapClassDesc(keyDesc, valueDesc) {
|
|
@@ -1517,76 +1517,76 @@
|
|
|
1517
1517
|
function ArrayClassDesc(elementDesc) {
|
|
1518
1518
|
ListLikeDescriptor.call(this, elementDesc);
|
|
1519
1519
|
}
|
|
1520
|
-
protoOf(ArrayClassDesc).
|
|
1520
|
+
protoOf(ArrayClassDesc).bn = function () {
|
|
1521
1521
|
return 'kotlin.Array';
|
|
1522
1522
|
};
|
|
1523
1523
|
function ListLikeDescriptor(elementDescriptor) {
|
|
1524
|
-
this.
|
|
1525
|
-
this.
|
|
1524
|
+
this.up_1 = elementDescriptor;
|
|
1525
|
+
this.vp_1 = 1;
|
|
1526
1526
|
}
|
|
1527
|
-
protoOf(ListLikeDescriptor).
|
|
1527
|
+
protoOf(ListLikeDescriptor).cn = function () {
|
|
1528
1528
|
return LIST_getInstance();
|
|
1529
1529
|
};
|
|
1530
|
-
protoOf(ListLikeDescriptor).
|
|
1531
|
-
return this.
|
|
1530
|
+
protoOf(ListLikeDescriptor).en = function () {
|
|
1531
|
+
return this.vp_1;
|
|
1532
1532
|
};
|
|
1533
|
-
protoOf(ListLikeDescriptor).
|
|
1533
|
+
protoOf(ListLikeDescriptor).gn = function (index) {
|
|
1534
1534
|
return index.toString();
|
|
1535
1535
|
};
|
|
1536
|
-
protoOf(ListLikeDescriptor).
|
|
1536
|
+
protoOf(ListLikeDescriptor).hn = function (index) {
|
|
1537
1537
|
// Inline function 'kotlin.require' call
|
|
1538
1538
|
if (!(index >= 0)) {
|
|
1539
|
-
var message = 'Illegal index ' + index + ', ' + this.
|
|
1539
|
+
var message = 'Illegal index ' + index + ', ' + this.bn() + ' expects only non-negative indices';
|
|
1540
1540
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1541
1541
|
}
|
|
1542
|
-
return this.
|
|
1542
|
+
return this.up_1;
|
|
1543
1543
|
};
|
|
1544
1544
|
protoOf(ListLikeDescriptor).equals = function (other) {
|
|
1545
1545
|
if (this === other)
|
|
1546
1546
|
return true;
|
|
1547
1547
|
if (!(other instanceof ListLikeDescriptor))
|
|
1548
1548
|
return false;
|
|
1549
|
-
if (equals(this.
|
|
1549
|
+
if (equals(this.up_1, other.up_1) && this.bn() === other.bn())
|
|
1550
1550
|
return true;
|
|
1551
1551
|
return false;
|
|
1552
1552
|
};
|
|
1553
1553
|
protoOf(ListLikeDescriptor).hashCode = function () {
|
|
1554
|
-
return imul(hashCode(this.
|
|
1554
|
+
return imul(hashCode(this.up_1), 31) + getStringHashCode(this.bn()) | 0;
|
|
1555
1555
|
};
|
|
1556
1556
|
protoOf(ListLikeDescriptor).toString = function () {
|
|
1557
|
-
return this.
|
|
1557
|
+
return this.bn() + '(' + toString(this.up_1) + ')';
|
|
1558
1558
|
};
|
|
1559
1559
|
function MapLikeDescriptor(serialName, keyDescriptor, valueDescriptor) {
|
|
1560
|
-
this.
|
|
1561
|
-
this.
|
|
1562
|
-
this.
|
|
1563
|
-
this.
|
|
1560
|
+
this.aq_1 = serialName;
|
|
1561
|
+
this.bq_1 = keyDescriptor;
|
|
1562
|
+
this.cq_1 = valueDescriptor;
|
|
1563
|
+
this.dq_1 = 2;
|
|
1564
1564
|
}
|
|
1565
|
-
protoOf(MapLikeDescriptor).
|
|
1566
|
-
return this.
|
|
1565
|
+
protoOf(MapLikeDescriptor).bn = function () {
|
|
1566
|
+
return this.aq_1;
|
|
1567
1567
|
};
|
|
1568
|
-
protoOf(MapLikeDescriptor).
|
|
1568
|
+
protoOf(MapLikeDescriptor).cn = function () {
|
|
1569
1569
|
return MAP_getInstance();
|
|
1570
1570
|
};
|
|
1571
|
-
protoOf(MapLikeDescriptor).
|
|
1572
|
-
return this.
|
|
1571
|
+
protoOf(MapLikeDescriptor).en = function () {
|
|
1572
|
+
return this.dq_1;
|
|
1573
1573
|
};
|
|
1574
|
-
protoOf(MapLikeDescriptor).
|
|
1574
|
+
protoOf(MapLikeDescriptor).gn = function (index) {
|
|
1575
1575
|
return index.toString();
|
|
1576
1576
|
};
|
|
1577
|
-
protoOf(MapLikeDescriptor).
|
|
1577
|
+
protoOf(MapLikeDescriptor).hn = function (index) {
|
|
1578
1578
|
// Inline function 'kotlin.require' call
|
|
1579
1579
|
if (!(index >= 0)) {
|
|
1580
|
-
var message = 'Illegal index ' + index + ', ' + this.
|
|
1580
|
+
var message = 'Illegal index ' + index + ', ' + this.bn() + ' expects only non-negative indices';
|
|
1581
1581
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
1582
1582
|
}
|
|
1583
1583
|
var tmp;
|
|
1584
1584
|
switch (index % 2 | 0) {
|
|
1585
1585
|
case 0:
|
|
1586
|
-
tmp = this.
|
|
1586
|
+
tmp = this.bq_1;
|
|
1587
1587
|
break;
|
|
1588
1588
|
case 1:
|
|
1589
|
-
tmp = this.
|
|
1589
|
+
tmp = this.cq_1;
|
|
1590
1590
|
break;
|
|
1591
1591
|
default:
|
|
1592
1592
|
var message_0 = 'Unreached';
|
|
@@ -1599,223 +1599,223 @@
|
|
|
1599
1599
|
return true;
|
|
1600
1600
|
if (!(other instanceof MapLikeDescriptor))
|
|
1601
1601
|
return false;
|
|
1602
|
-
if (!(this.
|
|
1602
|
+
if (!(this.bn() === other.bn()))
|
|
1603
1603
|
return false;
|
|
1604
|
-
if (!equals(this.
|
|
1604
|
+
if (!equals(this.bq_1, other.bq_1))
|
|
1605
1605
|
return false;
|
|
1606
|
-
if (!equals(this.
|
|
1606
|
+
if (!equals(this.cq_1, other.cq_1))
|
|
1607
1607
|
return false;
|
|
1608
1608
|
return true;
|
|
1609
1609
|
};
|
|
1610
1610
|
protoOf(MapLikeDescriptor).hashCode = function () {
|
|
1611
|
-
var result = getStringHashCode(this.
|
|
1612
|
-
result = imul(31, result) + hashCode(this.
|
|
1613
|
-
result = imul(31, result) + hashCode(this.
|
|
1611
|
+
var result = getStringHashCode(this.bn());
|
|
1612
|
+
result = imul(31, result) + hashCode(this.bq_1) | 0;
|
|
1613
|
+
result = imul(31, result) + hashCode(this.cq_1) | 0;
|
|
1614
1614
|
return result;
|
|
1615
1615
|
};
|
|
1616
1616
|
protoOf(MapLikeDescriptor).toString = function () {
|
|
1617
|
-
return this.
|
|
1617
|
+
return this.bn() + '(' + toString(this.bq_1) + ', ' + toString(this.cq_1) + ')';
|
|
1618
1618
|
};
|
|
1619
1619
|
function PrimitiveArrayDescriptor(primitive) {
|
|
1620
1620
|
ListLikeDescriptor.call(this, primitive);
|
|
1621
|
-
this.
|
|
1621
|
+
this.iq_1 = primitive.bn() + 'Array';
|
|
1622
1622
|
}
|
|
1623
|
-
protoOf(PrimitiveArrayDescriptor).
|
|
1624
|
-
return this.
|
|
1623
|
+
protoOf(PrimitiveArrayDescriptor).bn = function () {
|
|
1624
|
+
return this.iq_1;
|
|
1625
1625
|
};
|
|
1626
1626
|
function ArrayListSerializer(element) {
|
|
1627
1627
|
CollectionSerializer.call(this, element);
|
|
1628
|
-
this.
|
|
1628
|
+
this.kq_1 = new ArrayListClassDesc(element.am());
|
|
1629
1629
|
}
|
|
1630
|
-
protoOf(ArrayListSerializer).
|
|
1631
|
-
return this.
|
|
1630
|
+
protoOf(ArrayListSerializer).am = function () {
|
|
1631
|
+
return this.kq_1;
|
|
1632
1632
|
};
|
|
1633
1633
|
function HashSetSerializer(eSerializer) {
|
|
1634
1634
|
CollectionSerializer.call(this, eSerializer);
|
|
1635
|
-
this.
|
|
1635
|
+
this.rq_1 = new HashSetClassDesc(eSerializer.am());
|
|
1636
1636
|
}
|
|
1637
|
-
protoOf(HashSetSerializer).
|
|
1638
|
-
return this.
|
|
1637
|
+
protoOf(HashSetSerializer).am = function () {
|
|
1638
|
+
return this.rq_1;
|
|
1639
1639
|
};
|
|
1640
1640
|
function LinkedHashSetSerializer(eSerializer) {
|
|
1641
1641
|
CollectionSerializer.call(this, eSerializer);
|
|
1642
|
-
this.
|
|
1642
|
+
this.tq_1 = new LinkedHashSetClassDesc(eSerializer.am());
|
|
1643
1643
|
}
|
|
1644
|
-
protoOf(LinkedHashSetSerializer).
|
|
1645
|
-
return this.
|
|
1644
|
+
protoOf(LinkedHashSetSerializer).am = function () {
|
|
1645
|
+
return this.tq_1;
|
|
1646
1646
|
};
|
|
1647
1647
|
function HashMapSerializer(kSerializer, vSerializer) {
|
|
1648
1648
|
MapLikeSerializer.call(this, kSerializer, vSerializer);
|
|
1649
|
-
this.
|
|
1649
|
+
this.wq_1 = new HashMapClassDesc(kSerializer.am(), vSerializer.am());
|
|
1650
1650
|
}
|
|
1651
|
-
protoOf(HashMapSerializer).
|
|
1652
|
-
return this.
|
|
1651
|
+
protoOf(HashMapSerializer).am = function () {
|
|
1652
|
+
return this.wq_1;
|
|
1653
1653
|
};
|
|
1654
|
-
protoOf(HashMapSerializer).
|
|
1655
|
-
return _this__u8e3s4.
|
|
1654
|
+
protoOf(HashMapSerializer).xq = function (_this__u8e3s4) {
|
|
1655
|
+
return _this__u8e3s4.s();
|
|
1656
1656
|
};
|
|
1657
|
-
protoOf(HashMapSerializer).
|
|
1658
|
-
return this.
|
|
1657
|
+
protoOf(HashMapSerializer).yq = function (_this__u8e3s4) {
|
|
1658
|
+
return this.xq((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, KtMap) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1659
1659
|
};
|
|
1660
|
-
protoOf(HashMapSerializer).
|
|
1660
|
+
protoOf(HashMapSerializer).zq = function (_this__u8e3s4) {
|
|
1661
1661
|
// Inline function 'kotlin.collections.iterator' call
|
|
1662
|
-
return _this__u8e3s4.
|
|
1662
|
+
return _this__u8e3s4.z().o();
|
|
1663
1663
|
};
|
|
1664
|
-
protoOf(HashMapSerializer).
|
|
1665
|
-
return this.
|
|
1664
|
+
protoOf(HashMapSerializer).ar = function (_this__u8e3s4) {
|
|
1665
|
+
return this.zq((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, KtMap) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1666
1666
|
};
|
|
1667
1667
|
function LinkedHashMapSerializer(kSerializer, vSerializer) {
|
|
1668
1668
|
MapLikeSerializer.call(this, kSerializer, vSerializer);
|
|
1669
|
-
this.
|
|
1669
|
+
this.fr_1 = new LinkedHashMapClassDesc(kSerializer.am(), vSerializer.am());
|
|
1670
1670
|
}
|
|
1671
|
-
protoOf(LinkedHashMapSerializer).
|
|
1672
|
-
return this.
|
|
1671
|
+
protoOf(LinkedHashMapSerializer).am = function () {
|
|
1672
|
+
return this.fr_1;
|
|
1673
1673
|
};
|
|
1674
|
-
protoOf(LinkedHashMapSerializer).
|
|
1675
|
-
return _this__u8e3s4.
|
|
1674
|
+
protoOf(LinkedHashMapSerializer).xq = function (_this__u8e3s4) {
|
|
1675
|
+
return _this__u8e3s4.s();
|
|
1676
1676
|
};
|
|
1677
|
-
protoOf(LinkedHashMapSerializer).
|
|
1678
|
-
return this.
|
|
1677
|
+
protoOf(LinkedHashMapSerializer).yq = function (_this__u8e3s4) {
|
|
1678
|
+
return this.xq((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, KtMap) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1679
1679
|
};
|
|
1680
|
-
protoOf(LinkedHashMapSerializer).
|
|
1680
|
+
protoOf(LinkedHashMapSerializer).zq = function (_this__u8e3s4) {
|
|
1681
1681
|
// Inline function 'kotlin.collections.iterator' call
|
|
1682
|
-
return _this__u8e3s4.
|
|
1682
|
+
return _this__u8e3s4.z().o();
|
|
1683
1683
|
};
|
|
1684
|
-
protoOf(LinkedHashMapSerializer).
|
|
1685
|
-
return this.
|
|
1684
|
+
protoOf(LinkedHashMapSerializer).ar = function (_this__u8e3s4) {
|
|
1685
|
+
return this.zq((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, KtMap) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1686
1686
|
};
|
|
1687
1687
|
function ReferenceArraySerializer(kClass, eSerializer) {
|
|
1688
1688
|
CollectionLikeSerializer.call(this, eSerializer);
|
|
1689
|
-
this.
|
|
1690
|
-
this.
|
|
1689
|
+
this.hr_1 = kClass;
|
|
1690
|
+
this.ir_1 = new ArrayClassDesc(eSerializer.am());
|
|
1691
1691
|
}
|
|
1692
|
-
protoOf(ReferenceArraySerializer).
|
|
1693
|
-
return this.
|
|
1692
|
+
protoOf(ReferenceArraySerializer).am = function () {
|
|
1693
|
+
return this.ir_1;
|
|
1694
1694
|
};
|
|
1695
|
-
protoOf(ReferenceArraySerializer).
|
|
1695
|
+
protoOf(ReferenceArraySerializer).jr = function (_this__u8e3s4) {
|
|
1696
1696
|
return _this__u8e3s4.length;
|
|
1697
1697
|
};
|
|
1698
|
-
protoOf(ReferenceArraySerializer).
|
|
1699
|
-
return this.
|
|
1698
|
+
protoOf(ReferenceArraySerializer).yq = function (_this__u8e3s4) {
|
|
1699
|
+
return this.jr((!(_this__u8e3s4 == null) ? isArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1700
1700
|
};
|
|
1701
|
-
protoOf(ReferenceArraySerializer).
|
|
1701
|
+
protoOf(ReferenceArraySerializer).kr = function (_this__u8e3s4) {
|
|
1702
1702
|
return arrayIterator(_this__u8e3s4);
|
|
1703
1703
|
};
|
|
1704
|
-
protoOf(ReferenceArraySerializer).
|
|
1705
|
-
return this.
|
|
1704
|
+
protoOf(ReferenceArraySerializer).ar = function (_this__u8e3s4) {
|
|
1705
|
+
return this.kr((!(_this__u8e3s4 == null) ? isArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1706
1706
|
};
|
|
1707
1707
|
function CollectionSerializer(element) {
|
|
1708
1708
|
CollectionLikeSerializer.call(this, element);
|
|
1709
1709
|
}
|
|
1710
|
-
protoOf(CollectionSerializer).
|
|
1711
|
-
return _this__u8e3s4.
|
|
1710
|
+
protoOf(CollectionSerializer).mq = function (_this__u8e3s4) {
|
|
1711
|
+
return _this__u8e3s4.s();
|
|
1712
1712
|
};
|
|
1713
|
-
protoOf(CollectionSerializer).
|
|
1714
|
-
return this.
|
|
1713
|
+
protoOf(CollectionSerializer).yq = function (_this__u8e3s4) {
|
|
1714
|
+
return this.mq((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, Collection) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1715
1715
|
};
|
|
1716
|
-
protoOf(CollectionSerializer).
|
|
1717
|
-
return _this__u8e3s4.
|
|
1716
|
+
protoOf(CollectionSerializer).nq = function (_this__u8e3s4) {
|
|
1717
|
+
return _this__u8e3s4.o();
|
|
1718
1718
|
};
|
|
1719
|
-
protoOf(CollectionSerializer).
|
|
1720
|
-
return this.
|
|
1719
|
+
protoOf(CollectionSerializer).ar = function (_this__u8e3s4) {
|
|
1720
|
+
return this.nq((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, Collection) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
1721
1721
|
};
|
|
1722
1722
|
function MapLikeSerializer(keySerializer, valueSerializer) {
|
|
1723
1723
|
AbstractCollectionSerializer.call(this);
|
|
1724
|
-
this.
|
|
1725
|
-
this.
|
|
1724
|
+
this.br_1 = keySerializer;
|
|
1725
|
+
this.cr_1 = valueSerializer;
|
|
1726
1726
|
}
|
|
1727
|
-
protoOf(MapLikeSerializer).
|
|
1728
|
-
var size = this.
|
|
1727
|
+
protoOf(MapLikeSerializer).pq = function (encoder, value) {
|
|
1728
|
+
var size = this.yq(value);
|
|
1729
1729
|
// Inline function 'kotlinx.serialization.encoding.encodeCollection' call
|
|
1730
|
-
var descriptor = this.
|
|
1731
|
-
var composite = encoder.
|
|
1732
|
-
var iterator = this.
|
|
1730
|
+
var descriptor = this.am();
|
|
1731
|
+
var composite = encoder.hp(descriptor, size);
|
|
1732
|
+
var iterator = this.ar(value);
|
|
1733
1733
|
var index = 0;
|
|
1734
1734
|
// Inline function 'kotlin.collections.forEach' call
|
|
1735
1735
|
// Inline function 'kotlin.collections.iterator' call
|
|
1736
1736
|
var _iterator__ex2g4s = iterator;
|
|
1737
|
-
while (_iterator__ex2g4s.
|
|
1738
|
-
var element = _iterator__ex2g4s.
|
|
1737
|
+
while (_iterator__ex2g4s.p()) {
|
|
1738
|
+
var element = _iterator__ex2g4s.q();
|
|
1739
1739
|
// Inline function 'kotlin.collections.component1' call
|
|
1740
|
-
var k = element.
|
|
1740
|
+
var k = element.a1();
|
|
1741
1741
|
// Inline function 'kotlin.collections.component2' call
|
|
1742
|
-
var v = element.
|
|
1743
|
-
var tmp = this.
|
|
1742
|
+
var v = element.b1();
|
|
1743
|
+
var tmp = this.am();
|
|
1744
1744
|
var _unary__edvuaz = index;
|
|
1745
1745
|
index = _unary__edvuaz + 1 | 0;
|
|
1746
|
-
composite.
|
|
1747
|
-
var tmp_0 = this.
|
|
1746
|
+
composite.bp(tmp, _unary__edvuaz, this.br_1, k);
|
|
1747
|
+
var tmp_0 = this.am();
|
|
1748
1748
|
var _unary__edvuaz_0 = index;
|
|
1749
1749
|
index = _unary__edvuaz_0 + 1 | 0;
|
|
1750
|
-
composite.
|
|
1750
|
+
composite.bp(tmp_0, _unary__edvuaz_0, this.cr_1, v);
|
|
1751
1751
|
}
|
|
1752
|
-
composite.
|
|
1752
|
+
composite.do(descriptor);
|
|
1753
1753
|
};
|
|
1754
|
-
protoOf(MapLikeSerializer).
|
|
1755
|
-
return this.
|
|
1754
|
+
protoOf(MapLikeSerializer).bm = function (encoder, value) {
|
|
1755
|
+
return this.pq(encoder, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
1756
1756
|
};
|
|
1757
1757
|
function CollectionLikeSerializer(elementSerializer) {
|
|
1758
1758
|
AbstractCollectionSerializer.call(this);
|
|
1759
|
-
this.
|
|
1759
|
+
this.oq_1 = elementSerializer;
|
|
1760
1760
|
}
|
|
1761
|
-
protoOf(CollectionLikeSerializer).
|
|
1762
|
-
var size = this.
|
|
1761
|
+
protoOf(CollectionLikeSerializer).pq = function (encoder, value) {
|
|
1762
|
+
var size = this.yq(value);
|
|
1763
1763
|
// Inline function 'kotlinx.serialization.encoding.encodeCollection' call
|
|
1764
|
-
var descriptor = this.
|
|
1765
|
-
var composite = encoder.
|
|
1766
|
-
var iterator = this.
|
|
1764
|
+
var descriptor = this.am();
|
|
1765
|
+
var composite = encoder.hp(descriptor, size);
|
|
1766
|
+
var iterator = this.ar(value);
|
|
1767
1767
|
var inductionVariable = 0;
|
|
1768
1768
|
if (inductionVariable < size)
|
|
1769
1769
|
do {
|
|
1770
1770
|
var index = inductionVariable;
|
|
1771
1771
|
inductionVariable = inductionVariable + 1 | 0;
|
|
1772
|
-
composite.
|
|
1772
|
+
composite.bp(this.am(), index, this.oq_1, iterator.q());
|
|
1773
1773
|
}
|
|
1774
1774
|
while (inductionVariable < size);
|
|
1775
|
-
composite.
|
|
1775
|
+
composite.do(descriptor);
|
|
1776
1776
|
};
|
|
1777
|
-
protoOf(CollectionLikeSerializer).
|
|
1778
|
-
return this.
|
|
1777
|
+
protoOf(CollectionLikeSerializer).bm = function (encoder, value) {
|
|
1778
|
+
return this.pq(encoder, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
1779
1779
|
};
|
|
1780
1780
|
function AbstractCollectionSerializer() {
|
|
1781
1781
|
}
|
|
1782
1782
|
function PrimitiveArraySerializer(primitiveSerializer) {
|
|
1783
1783
|
CollectionLikeSerializer.call(this, primitiveSerializer);
|
|
1784
|
-
this.
|
|
1784
|
+
this.mr_1 = new PrimitiveArrayDescriptor(primitiveSerializer.am());
|
|
1785
1785
|
}
|
|
1786
|
-
protoOf(PrimitiveArraySerializer).
|
|
1787
|
-
return this.
|
|
1786
|
+
protoOf(PrimitiveArraySerializer).am = function () {
|
|
1787
|
+
return this.mr_1;
|
|
1788
1788
|
};
|
|
1789
|
-
protoOf(PrimitiveArraySerializer).
|
|
1789
|
+
protoOf(PrimitiveArraySerializer).nr = function (_this__u8e3s4) {
|
|
1790
1790
|
var message = 'This method lead to boxing and must not be used, use writeContents instead';
|
|
1791
1791
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
1792
1792
|
};
|
|
1793
|
-
protoOf(PrimitiveArraySerializer).
|
|
1794
|
-
return this.
|
|
1793
|
+
protoOf(PrimitiveArraySerializer).ar = function (_this__u8e3s4) {
|
|
1794
|
+
return this.nr((_this__u8e3s4 == null ? true : !(_this__u8e3s4 == null)) ? _this__u8e3s4 : THROW_CCE());
|
|
1795
1795
|
};
|
|
1796
|
-
protoOf(PrimitiveArraySerializer).
|
|
1797
|
-
var size = this.
|
|
1796
|
+
protoOf(PrimitiveArraySerializer).pr = function (encoder, value) {
|
|
1797
|
+
var size = this.yq(value);
|
|
1798
1798
|
// Inline function 'kotlinx.serialization.encoding.encodeCollection' call
|
|
1799
|
-
var descriptor = this.
|
|
1800
|
-
var composite = encoder.
|
|
1801
|
-
this.
|
|
1802
|
-
composite.
|
|
1799
|
+
var descriptor = this.mr_1;
|
|
1800
|
+
var composite = encoder.hp(descriptor, size);
|
|
1801
|
+
this.or(composite, value, size);
|
|
1802
|
+
composite.do(descriptor);
|
|
1803
1803
|
};
|
|
1804
|
-
protoOf(PrimitiveArraySerializer).
|
|
1805
|
-
return this.
|
|
1804
|
+
protoOf(PrimitiveArraySerializer).bm = function (encoder, value) {
|
|
1805
|
+
return this.pr(encoder, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
1806
1806
|
};
|
|
1807
|
-
protoOf(PrimitiveArraySerializer).
|
|
1808
|
-
return this.
|
|
1807
|
+
protoOf(PrimitiveArraySerializer).pq = function (encoder, value) {
|
|
1808
|
+
return this.pr(encoder, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
1809
1809
|
};
|
|
1810
1810
|
function InlinePrimitiveDescriptor(name, primitiveSerializer) {
|
|
1811
1811
|
return new InlineClassDescriptor(name, new InlinePrimitiveDescriptor$1(primitiveSerializer));
|
|
1812
1812
|
}
|
|
1813
1813
|
function InlineClassDescriptor(name, generatedSerializer) {
|
|
1814
1814
|
PluginGeneratedSerialDescriptor.call(this, name, generatedSerializer, 1);
|
|
1815
|
-
this.
|
|
1815
|
+
this.cs_1 = true;
|
|
1816
1816
|
}
|
|
1817
|
-
protoOf(InlineClassDescriptor).
|
|
1818
|
-
return this.
|
|
1817
|
+
protoOf(InlineClassDescriptor).dn = function () {
|
|
1818
|
+
return this.cs_1;
|
|
1819
1819
|
};
|
|
1820
1820
|
protoOf(InlineClassDescriptor).hashCode = function () {
|
|
1821
1821
|
return imul(protoOf(PluginGeneratedSerialDescriptor).hashCode.call(this), 31);
|
|
@@ -1832,29 +1832,29 @@
|
|
|
1832
1832
|
tmp$ret$0 = false;
|
|
1833
1833
|
break $l$block_5;
|
|
1834
1834
|
}
|
|
1835
|
-
if (!(this.
|
|
1835
|
+
if (!(this.bn() === other.bn())) {
|
|
1836
1836
|
tmp$ret$0 = false;
|
|
1837
1837
|
break $l$block_5;
|
|
1838
1838
|
}
|
|
1839
|
-
if (!(other.
|
|
1839
|
+
if (!(other.cs_1 && contentEquals(this.ps(), other.ps()))) {
|
|
1840
1840
|
tmp$ret$0 = false;
|
|
1841
1841
|
break $l$block_5;
|
|
1842
1842
|
}
|
|
1843
|
-
if (!(this.
|
|
1843
|
+
if (!(this.en() === other.en())) {
|
|
1844
1844
|
tmp$ret$0 = false;
|
|
1845
1845
|
break $l$block_5;
|
|
1846
1846
|
}
|
|
1847
1847
|
var inductionVariable = 0;
|
|
1848
|
-
var last = this.
|
|
1848
|
+
var last = this.en();
|
|
1849
1849
|
if (inductionVariable < last)
|
|
1850
1850
|
do {
|
|
1851
1851
|
var index = inductionVariable;
|
|
1852
1852
|
inductionVariable = inductionVariable + 1 | 0;
|
|
1853
|
-
if (!(this.
|
|
1853
|
+
if (!(this.hn(index).bn() === other.hn(index).bn())) {
|
|
1854
1854
|
tmp$ret$0 = false;
|
|
1855
1855
|
break $l$block_5;
|
|
1856
1856
|
}
|
|
1857
|
-
if (!equals(this.
|
|
1857
|
+
if (!equals(this.hn(index).cn(), other.hn(index).cn())) {
|
|
1858
1858
|
tmp$ret$0 = false;
|
|
1859
1859
|
break $l$block_5;
|
|
1860
1860
|
}
|
|
@@ -1865,19 +1865,19 @@
|
|
|
1865
1865
|
return tmp$ret$0;
|
|
1866
1866
|
};
|
|
1867
1867
|
function InlinePrimitiveDescriptor$1($primitiveSerializer) {
|
|
1868
|
-
this.
|
|
1868
|
+
this.rs_1 = $primitiveSerializer;
|
|
1869
1869
|
}
|
|
1870
|
-
protoOf(InlinePrimitiveDescriptor$1).
|
|
1870
|
+
protoOf(InlinePrimitiveDescriptor$1).ss = function () {
|
|
1871
1871
|
// Inline function 'kotlin.arrayOf' call
|
|
1872
1872
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
1873
1873
|
// Inline function 'kotlin.js.asDynamic' call
|
|
1874
|
-
return [this.
|
|
1874
|
+
return [this.rs_1];
|
|
1875
1875
|
};
|
|
1876
|
-
protoOf(InlinePrimitiveDescriptor$1).
|
|
1876
|
+
protoOf(InlinePrimitiveDescriptor$1).am = function () {
|
|
1877
1877
|
var message = 'unsupported';
|
|
1878
1878
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
1879
1879
|
};
|
|
1880
|
-
protoOf(InlinePrimitiveDescriptor$1).
|
|
1880
|
+
protoOf(InlinePrimitiveDescriptor$1).bm = function (encoder, value) {
|
|
1881
1881
|
// Inline function 'kotlin.error' call
|
|
1882
1882
|
var message = 'unsupported';
|
|
1883
1883
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
@@ -1888,42 +1888,42 @@
|
|
|
1888
1888
|
function NoOpEncoder() {
|
|
1889
1889
|
NoOpEncoder_instance = this;
|
|
1890
1890
|
AbstractEncoder.call(this);
|
|
1891
|
-
this.
|
|
1891
|
+
this.us_1 = EmptySerializersModule_0();
|
|
1892
1892
|
}
|
|
1893
|
-
protoOf(NoOpEncoder).
|
|
1894
|
-
return this.
|
|
1893
|
+
protoOf(NoOpEncoder).fp = function () {
|
|
1894
|
+
return this.us_1;
|
|
1895
1895
|
};
|
|
1896
|
-
protoOf(NoOpEncoder).
|
|
1896
|
+
protoOf(NoOpEncoder).fo = function (value) {
|
|
1897
1897
|
return Unit_instance;
|
|
1898
1898
|
};
|
|
1899
|
-
protoOf(NoOpEncoder).
|
|
1899
|
+
protoOf(NoOpEncoder).go = function () {
|
|
1900
1900
|
return Unit_instance;
|
|
1901
1901
|
};
|
|
1902
|
-
protoOf(NoOpEncoder).
|
|
1902
|
+
protoOf(NoOpEncoder).ho = function (value) {
|
|
1903
1903
|
return Unit_instance;
|
|
1904
1904
|
};
|
|
1905
|
-
protoOf(NoOpEncoder).
|
|
1905
|
+
protoOf(NoOpEncoder).io = function (value) {
|
|
1906
1906
|
return Unit_instance;
|
|
1907
1907
|
};
|
|
1908
|
-
protoOf(NoOpEncoder).
|
|
1908
|
+
protoOf(NoOpEncoder).jo = function (value) {
|
|
1909
1909
|
return Unit_instance;
|
|
1910
1910
|
};
|
|
1911
|
-
protoOf(NoOpEncoder).
|
|
1911
|
+
protoOf(NoOpEncoder).ko = function (value) {
|
|
1912
1912
|
return Unit_instance;
|
|
1913
1913
|
};
|
|
1914
|
-
protoOf(NoOpEncoder).
|
|
1914
|
+
protoOf(NoOpEncoder).lo = function (value) {
|
|
1915
1915
|
return Unit_instance;
|
|
1916
1916
|
};
|
|
1917
|
-
protoOf(NoOpEncoder).
|
|
1917
|
+
protoOf(NoOpEncoder).mo = function (value) {
|
|
1918
1918
|
return Unit_instance;
|
|
1919
1919
|
};
|
|
1920
|
-
protoOf(NoOpEncoder).
|
|
1920
|
+
protoOf(NoOpEncoder).no = function (value) {
|
|
1921
1921
|
return Unit_instance;
|
|
1922
1922
|
};
|
|
1923
|
-
protoOf(NoOpEncoder).
|
|
1923
|
+
protoOf(NoOpEncoder).oo = function (value) {
|
|
1924
1924
|
return Unit_instance;
|
|
1925
1925
|
};
|
|
1926
|
-
protoOf(NoOpEncoder).
|
|
1926
|
+
protoOf(NoOpEncoder).po = function (value) {
|
|
1927
1927
|
return Unit_instance;
|
|
1928
1928
|
};
|
|
1929
1929
|
var NoOpEncoder_instance;
|
|
@@ -1937,22 +1937,22 @@
|
|
|
1937
1937
|
}
|
|
1938
1938
|
function NothingSerialDescriptor() {
|
|
1939
1939
|
NothingSerialDescriptor_instance = this;
|
|
1940
|
-
this.
|
|
1941
|
-
this.
|
|
1940
|
+
this.vs_1 = OBJECT_getInstance();
|
|
1941
|
+
this.ws_1 = 'kotlin.Nothing';
|
|
1942
1942
|
}
|
|
1943
|
-
protoOf(NothingSerialDescriptor).
|
|
1944
|
-
return this.
|
|
1943
|
+
protoOf(NothingSerialDescriptor).cn = function () {
|
|
1944
|
+
return this.vs_1;
|
|
1945
1945
|
};
|
|
1946
|
-
protoOf(NothingSerialDescriptor).
|
|
1947
|
-
return this.
|
|
1946
|
+
protoOf(NothingSerialDescriptor).bn = function () {
|
|
1947
|
+
return this.ws_1;
|
|
1948
1948
|
};
|
|
1949
|
-
protoOf(NothingSerialDescriptor).
|
|
1949
|
+
protoOf(NothingSerialDescriptor).en = function () {
|
|
1950
1950
|
return 0;
|
|
1951
1951
|
};
|
|
1952
|
-
protoOf(NothingSerialDescriptor).
|
|
1952
|
+
protoOf(NothingSerialDescriptor).gn = function (index) {
|
|
1953
1953
|
error(this);
|
|
1954
1954
|
};
|
|
1955
|
-
protoOf(NothingSerialDescriptor).
|
|
1955
|
+
protoOf(NothingSerialDescriptor).hn = function (index) {
|
|
1956
1956
|
error(this);
|
|
1957
1957
|
};
|
|
1958
1958
|
protoOf(NothingSerialDescriptor).toString = function () {
|
|
@@ -1962,7 +1962,7 @@
|
|
|
1962
1962
|
return this === other;
|
|
1963
1963
|
};
|
|
1964
1964
|
protoOf(NothingSerialDescriptor).hashCode = function () {
|
|
1965
|
-
return getStringHashCode(this.
|
|
1965
|
+
return getStringHashCode(this.ws_1) + imul(31, this.vs_1.hashCode()) | 0;
|
|
1966
1966
|
};
|
|
1967
1967
|
var NothingSerialDescriptor_instance;
|
|
1968
1968
|
function NothingSerialDescriptor_getInstance() {
|
|
@@ -1971,22 +1971,22 @@
|
|
|
1971
1971
|
return NothingSerialDescriptor_instance;
|
|
1972
1972
|
}
|
|
1973
1973
|
function NullableSerializer(serializer) {
|
|
1974
|
-
this.
|
|
1975
|
-
this.
|
|
1974
|
+
this.xs_1 = serializer;
|
|
1975
|
+
this.ys_1 = new SerialDescriptorForNullable(this.xs_1.am());
|
|
1976
1976
|
}
|
|
1977
|
-
protoOf(NullableSerializer).
|
|
1978
|
-
return this.
|
|
1977
|
+
protoOf(NullableSerializer).am = function () {
|
|
1978
|
+
return this.ys_1;
|
|
1979
1979
|
};
|
|
1980
|
-
protoOf(NullableSerializer).
|
|
1980
|
+
protoOf(NullableSerializer).zs = function (encoder, value) {
|
|
1981
1981
|
if (!(value == null)) {
|
|
1982
|
-
encoder.
|
|
1983
|
-
encoder.
|
|
1982
|
+
encoder.gp();
|
|
1983
|
+
encoder.cp(this.xs_1, value);
|
|
1984
1984
|
} else {
|
|
1985
|
-
encoder.
|
|
1985
|
+
encoder.go();
|
|
1986
1986
|
}
|
|
1987
1987
|
};
|
|
1988
|
-
protoOf(NullableSerializer).
|
|
1989
|
-
return this.
|
|
1988
|
+
protoOf(NullableSerializer).bm = function (encoder, value) {
|
|
1989
|
+
return this.zs(encoder, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
1990
1990
|
};
|
|
1991
1991
|
protoOf(NullableSerializer).equals = function (other) {
|
|
1992
1992
|
if (this === other)
|
|
@@ -1995,25 +1995,25 @@
|
|
|
1995
1995
|
return false;
|
|
1996
1996
|
if (!(other instanceof NullableSerializer))
|
|
1997
1997
|
THROW_CCE();
|
|
1998
|
-
if (!equals(this.
|
|
1998
|
+
if (!equals(this.xs_1, other.xs_1))
|
|
1999
1999
|
return false;
|
|
2000
2000
|
return true;
|
|
2001
2001
|
};
|
|
2002
2002
|
protoOf(NullableSerializer).hashCode = function () {
|
|
2003
|
-
return hashCode(this.
|
|
2003
|
+
return hashCode(this.xs_1);
|
|
2004
2004
|
};
|
|
2005
2005
|
function SerialDescriptorForNullable(original) {
|
|
2006
|
-
this.
|
|
2007
|
-
this.
|
|
2008
|
-
this.
|
|
2006
|
+
this.in_1 = original;
|
|
2007
|
+
this.jn_1 = this.in_1.bn() + '?';
|
|
2008
|
+
this.kn_1 = cachedSerialNames(this.in_1);
|
|
2009
2009
|
}
|
|
2010
|
-
protoOf(SerialDescriptorForNullable).
|
|
2011
|
-
return this.
|
|
2010
|
+
protoOf(SerialDescriptorForNullable).bn = function () {
|
|
2011
|
+
return this.jn_1;
|
|
2012
2012
|
};
|
|
2013
|
-
protoOf(SerialDescriptorForNullable).
|
|
2014
|
-
return this.
|
|
2013
|
+
protoOf(SerialDescriptorForNullable).bo = function () {
|
|
2014
|
+
return this.kn_1;
|
|
2015
2015
|
};
|
|
2016
|
-
protoOf(SerialDescriptorForNullable).
|
|
2016
|
+
protoOf(SerialDescriptorForNullable).xm = function () {
|
|
2017
2017
|
return true;
|
|
2018
2018
|
};
|
|
2019
2019
|
protoOf(SerialDescriptorForNullable).equals = function (other) {
|
|
@@ -2021,37 +2021,37 @@
|
|
|
2021
2021
|
return true;
|
|
2022
2022
|
if (!(other instanceof SerialDescriptorForNullable))
|
|
2023
2023
|
return false;
|
|
2024
|
-
if (!equals(this.
|
|
2024
|
+
if (!equals(this.in_1, other.in_1))
|
|
2025
2025
|
return false;
|
|
2026
2026
|
return true;
|
|
2027
2027
|
};
|
|
2028
2028
|
protoOf(SerialDescriptorForNullable).toString = function () {
|
|
2029
|
-
return toString(this.
|
|
2029
|
+
return toString(this.in_1) + '?';
|
|
2030
2030
|
};
|
|
2031
2031
|
protoOf(SerialDescriptorForNullable).hashCode = function () {
|
|
2032
|
-
return imul(hashCode(this.
|
|
2032
|
+
return imul(hashCode(this.in_1), 31);
|
|
2033
2033
|
};
|
|
2034
|
-
protoOf(SerialDescriptorForNullable).
|
|
2035
|
-
return this.
|
|
2034
|
+
protoOf(SerialDescriptorForNullable).cn = function () {
|
|
2035
|
+
return this.in_1.cn();
|
|
2036
2036
|
};
|
|
2037
|
-
protoOf(SerialDescriptorForNullable).
|
|
2038
|
-
return this.
|
|
2037
|
+
protoOf(SerialDescriptorForNullable).dn = function () {
|
|
2038
|
+
return this.in_1.dn();
|
|
2039
2039
|
};
|
|
2040
|
-
protoOf(SerialDescriptorForNullable).
|
|
2041
|
-
return this.
|
|
2040
|
+
protoOf(SerialDescriptorForNullable).en = function () {
|
|
2041
|
+
return this.in_1.en();
|
|
2042
2042
|
};
|
|
2043
|
-
protoOf(SerialDescriptorForNullable).
|
|
2044
|
-
return this.
|
|
2043
|
+
protoOf(SerialDescriptorForNullable).fn = function () {
|
|
2044
|
+
return this.in_1.fn();
|
|
2045
2045
|
};
|
|
2046
|
-
protoOf(SerialDescriptorForNullable).
|
|
2047
|
-
return this.
|
|
2046
|
+
protoOf(SerialDescriptorForNullable).gn = function (index) {
|
|
2047
|
+
return this.in_1.gn(index);
|
|
2048
2048
|
};
|
|
2049
|
-
protoOf(SerialDescriptorForNullable).
|
|
2050
|
-
return this.
|
|
2049
|
+
protoOf(SerialDescriptorForNullable).hn = function (index) {
|
|
2050
|
+
return this.in_1.hn(index);
|
|
2051
2051
|
};
|
|
2052
2052
|
function ObjectSerializer$descriptor$delegate$lambda$lambda(this$0) {
|
|
2053
2053
|
return function ($this$buildSerialDescriptor) {
|
|
2054
|
-
$this$buildSerialDescriptor.
|
|
2054
|
+
$this$buildSerialDescriptor.em_1 = this$0.bt_1;
|
|
2055
2055
|
return Unit_instance;
|
|
2056
2056
|
};
|
|
2057
2057
|
}
|
|
@@ -2063,55 +2063,76 @@
|
|
|
2063
2063
|
}
|
|
2064
2064
|
function ObjectSerializer$_get_descriptor_$ref_7z4xb6() {
|
|
2065
2065
|
return function (p0) {
|
|
2066
|
-
return p0.
|
|
2066
|
+
return p0.am();
|
|
2067
2067
|
};
|
|
2068
2068
|
}
|
|
2069
2069
|
function ObjectSerializer(serialName, objectInstance) {
|
|
2070
|
-
this.
|
|
2071
|
-
this.
|
|
2070
|
+
this.at_1 = objectInstance;
|
|
2071
|
+
this.bt_1 = emptyList();
|
|
2072
2072
|
var tmp = this;
|
|
2073
2073
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2074
|
-
tmp.
|
|
2074
|
+
tmp.ct_1 = lazy(tmp_0, ObjectSerializer$descriptor$delegate$lambda(serialName, this));
|
|
2075
2075
|
}
|
|
2076
|
-
protoOf(ObjectSerializer).
|
|
2077
|
-
var tmp0 = this.
|
|
2076
|
+
protoOf(ObjectSerializer).am = function () {
|
|
2077
|
+
var tmp0 = this.ct_1;
|
|
2078
2078
|
var tmp = KProperty1;
|
|
2079
2079
|
// Inline function 'kotlin.getValue' call
|
|
2080
2080
|
getPropertyCallableRef('descriptor', 1, tmp, ObjectSerializer$_get_descriptor_$ref_7z4xb6(), null);
|
|
2081
|
-
return tmp0.
|
|
2081
|
+
return tmp0.b1();
|
|
2082
2082
|
};
|
|
2083
|
-
protoOf(ObjectSerializer).
|
|
2084
|
-
encoder.
|
|
2083
|
+
protoOf(ObjectSerializer).pm = function (encoder, value) {
|
|
2084
|
+
encoder.co(this.am()).do(this.am());
|
|
2085
2085
|
};
|
|
2086
|
-
protoOf(ObjectSerializer).
|
|
2087
|
-
return this.
|
|
2086
|
+
protoOf(ObjectSerializer).bm = function (encoder, value) {
|
|
2087
|
+
return this.pm(encoder, !(value == null) ? value : THROW_CCE());
|
|
2088
2088
|
};
|
|
2089
2089
|
function get_EMPTY_DESCRIPTOR_ARRAY() {
|
|
2090
2090
|
_init_properties_Platform_common_kt__3qzecs();
|
|
2091
2091
|
return EMPTY_DESCRIPTOR_ARRAY;
|
|
2092
2092
|
}
|
|
2093
2093
|
var EMPTY_DESCRIPTOR_ARRAY;
|
|
2094
|
+
function compactArray(_this__u8e3s4) {
|
|
2095
|
+
_init_properties_Platform_common_kt__3qzecs();
|
|
2096
|
+
// Inline function 'kotlin.takeUnless' call
|
|
2097
|
+
var tmp;
|
|
2098
|
+
// Inline function 'kotlin.collections.isNullOrEmpty' call
|
|
2099
|
+
if (!(_this__u8e3s4 == null || _this__u8e3s4.l())) {
|
|
2100
|
+
tmp = _this__u8e3s4;
|
|
2101
|
+
} else {
|
|
2102
|
+
tmp = null;
|
|
2103
|
+
}
|
|
2104
|
+
var tmp0_safe_receiver = tmp;
|
|
2105
|
+
var tmp_0;
|
|
2106
|
+
if (tmp0_safe_receiver == null) {
|
|
2107
|
+
tmp_0 = null;
|
|
2108
|
+
} else {
|
|
2109
|
+
// Inline function 'kotlin.collections.toTypedArray' call
|
|
2110
|
+
tmp_0 = copyToArray(tmp0_safe_receiver);
|
|
2111
|
+
}
|
|
2112
|
+
var tmp1_elvis_lhs = tmp_0;
|
|
2113
|
+
return tmp1_elvis_lhs == null ? get_EMPTY_DESCRIPTOR_ARRAY() : tmp1_elvis_lhs;
|
|
2114
|
+
}
|
|
2094
2115
|
function cachedSerialNames(_this__u8e3s4) {
|
|
2095
2116
|
_init_properties_Platform_common_kt__3qzecs();
|
|
2096
2117
|
if (isInterface(_this__u8e3s4, CachedNames))
|
|
2097
|
-
return _this__u8e3s4.
|
|
2098
|
-
var result = HashSet_init_$Create$_0(_this__u8e3s4.
|
|
2118
|
+
return _this__u8e3s4.bo();
|
|
2119
|
+
var result = HashSet_init_$Create$_0(_this__u8e3s4.en());
|
|
2099
2120
|
var inductionVariable = 0;
|
|
2100
|
-
var last = _this__u8e3s4.
|
|
2121
|
+
var last = _this__u8e3s4.en();
|
|
2101
2122
|
if (inductionVariable < last)
|
|
2102
2123
|
do {
|
|
2103
2124
|
var i = inductionVariable;
|
|
2104
2125
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2105
2126
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
2106
|
-
var element = _this__u8e3s4.
|
|
2107
|
-
result.
|
|
2127
|
+
var element = _this__u8e3s4.gn(i);
|
|
2128
|
+
result.g(element);
|
|
2108
2129
|
}
|
|
2109
2130
|
while (inductionVariable < last);
|
|
2110
2131
|
return result;
|
|
2111
2132
|
}
|
|
2112
2133
|
function kclass(_this__u8e3s4) {
|
|
2113
2134
|
_init_properties_Platform_common_kt__3qzecs();
|
|
2114
|
-
var t = _this__u8e3s4.
|
|
2135
|
+
var t = _this__u8e3s4.y9();
|
|
2115
2136
|
var tmp;
|
|
2116
2137
|
if (!(t == null) ? isInterface(t, KClass) : false) {
|
|
2117
2138
|
tmp = t;
|
|
@@ -2127,12 +2148,12 @@
|
|
|
2127
2148
|
}
|
|
2128
2149
|
function typeOrThrow(_this__u8e3s4) {
|
|
2129
2150
|
_init_properties_Platform_common_kt__3qzecs();
|
|
2130
|
-
var tmp0 = _this__u8e3s4.
|
|
2151
|
+
var tmp0 = _this__u8e3s4.qf_1;
|
|
2131
2152
|
var tmp$ret$1;
|
|
2132
2153
|
$l$block: {
|
|
2133
2154
|
// Inline function 'kotlin.requireNotNull' call
|
|
2134
2155
|
if (tmp0 == null) {
|
|
2135
|
-
var message = 'Star projections in type arguments are not allowed, but had ' + toString_0(_this__u8e3s4.
|
|
2156
|
+
var message = 'Star projections in type arguments are not allowed, but had ' + toString_0(_this__u8e3s4.qf_1);
|
|
2136
2157
|
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
2137
2158
|
} else {
|
|
2138
2159
|
tmp$ret$1 = tmp0;
|
|
@@ -2143,30 +2164,9 @@
|
|
|
2143
2164
|
}
|
|
2144
2165
|
function notRegisteredMessage(_this__u8e3s4) {
|
|
2145
2166
|
_init_properties_Platform_common_kt__3qzecs();
|
|
2146
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
2167
|
+
var tmp0_elvis_lhs = _this__u8e3s4.l9();
|
|
2147
2168
|
return notRegisteredMessage_0(tmp0_elvis_lhs == null ? '<local class name not available>' : tmp0_elvis_lhs);
|
|
2148
2169
|
}
|
|
2149
|
-
function compactArray(_this__u8e3s4) {
|
|
2150
|
-
_init_properties_Platform_common_kt__3qzecs();
|
|
2151
|
-
// Inline function 'kotlin.takeUnless' call
|
|
2152
|
-
var tmp;
|
|
2153
|
-
// Inline function 'kotlin.collections.isNullOrEmpty' call
|
|
2154
|
-
if (!(_this__u8e3s4 == null || _this__u8e3s4.j())) {
|
|
2155
|
-
tmp = _this__u8e3s4;
|
|
2156
|
-
} else {
|
|
2157
|
-
tmp = null;
|
|
2158
|
-
}
|
|
2159
|
-
var tmp0_safe_receiver = tmp;
|
|
2160
|
-
var tmp_0;
|
|
2161
|
-
if (tmp0_safe_receiver == null) {
|
|
2162
|
-
tmp_0 = null;
|
|
2163
|
-
} else {
|
|
2164
|
-
// Inline function 'kotlin.collections.toTypedArray' call
|
|
2165
|
-
tmp_0 = copyToArray(tmp0_safe_receiver);
|
|
2166
|
-
}
|
|
2167
|
-
var tmp1_elvis_lhs = tmp_0;
|
|
2168
|
-
return tmp1_elvis_lhs == null ? get_EMPTY_DESCRIPTOR_ARRAY() : tmp1_elvis_lhs;
|
|
2169
|
-
}
|
|
2170
2170
|
function notRegisteredMessage_0(className) {
|
|
2171
2171
|
_init_properties_Platform_common_kt__3qzecs();
|
|
2172
2172
|
return "Serializer for class '" + className + "' is not found.\n" + "Please ensure that class is marked as '@Serializable' and that the serialization compiler plugin is applied.\n";
|
|
@@ -2182,19 +2182,19 @@
|
|
|
2182
2182
|
}
|
|
2183
2183
|
}
|
|
2184
2184
|
function hashCodeImpl(_this__u8e3s4, typeParams) {
|
|
2185
|
-
var result = getStringHashCode(_this__u8e3s4.
|
|
2185
|
+
var result = getStringHashCode(_this__u8e3s4.bn());
|
|
2186
2186
|
result = imul(31, result) + contentHashCode(typeParams) | 0;
|
|
2187
2187
|
var elementDescriptors = get_elementDescriptors(_this__u8e3s4);
|
|
2188
2188
|
// Inline function 'kotlinx.serialization.internal.elementsHashCodeBy' call
|
|
2189
2189
|
// Inline function 'kotlin.collections.fold' call
|
|
2190
2190
|
var accumulator = 1;
|
|
2191
|
-
var _iterator__ex2g4s = elementDescriptors.
|
|
2192
|
-
while (_iterator__ex2g4s.
|
|
2193
|
-
var element = _iterator__ex2g4s.
|
|
2191
|
+
var _iterator__ex2g4s = elementDescriptors.o();
|
|
2192
|
+
while (_iterator__ex2g4s.p()) {
|
|
2193
|
+
var element = _iterator__ex2g4s.q();
|
|
2194
2194
|
var hash = accumulator;
|
|
2195
2195
|
var tmp = imul(31, hash);
|
|
2196
2196
|
// Inline function 'kotlin.hashCode' call
|
|
2197
|
-
var tmp0_safe_receiver = element.
|
|
2197
|
+
var tmp0_safe_receiver = element.bn();
|
|
2198
2198
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : hashCode(tmp0_safe_receiver);
|
|
2199
2199
|
accumulator = tmp + (tmp1_elvis_lhs == null ? 0 : tmp1_elvis_lhs) | 0;
|
|
2200
2200
|
}
|
|
@@ -2202,13 +2202,13 @@
|
|
|
2202
2202
|
// Inline function 'kotlinx.serialization.internal.elementsHashCodeBy' call
|
|
2203
2203
|
// Inline function 'kotlin.collections.fold' call
|
|
2204
2204
|
var accumulator_0 = 1;
|
|
2205
|
-
var _iterator__ex2g4s_0 = elementDescriptors.
|
|
2206
|
-
while (_iterator__ex2g4s_0.
|
|
2207
|
-
var element_0 = _iterator__ex2g4s_0.
|
|
2205
|
+
var _iterator__ex2g4s_0 = elementDescriptors.o();
|
|
2206
|
+
while (_iterator__ex2g4s_0.p()) {
|
|
2207
|
+
var element_0 = _iterator__ex2g4s_0.q();
|
|
2208
2208
|
var hash_0 = accumulator_0;
|
|
2209
2209
|
var tmp_0 = imul(31, hash_0);
|
|
2210
2210
|
// Inline function 'kotlin.hashCode' call
|
|
2211
|
-
var tmp0_safe_receiver_0 = element_0.
|
|
2211
|
+
var tmp0_safe_receiver_0 = element_0.cn();
|
|
2212
2212
|
var tmp1_elvis_lhs_0 = tmp0_safe_receiver_0 == null ? null : hashCode(tmp0_safe_receiver_0);
|
|
2213
2213
|
accumulator_0 = tmp_0 + (tmp1_elvis_lhs_0 == null ? 0 : tmp1_elvis_lhs_0) | 0;
|
|
2214
2214
|
}
|
|
@@ -2218,43 +2218,43 @@
|
|
|
2218
2218
|
return result;
|
|
2219
2219
|
}
|
|
2220
2220
|
function toStringImpl(_this__u8e3s4) {
|
|
2221
|
-
var tmp = until(0, _this__u8e3s4.
|
|
2222
|
-
var tmp_0 = _this__u8e3s4.
|
|
2221
|
+
var tmp = until(0, _this__u8e3s4.en());
|
|
2222
|
+
var tmp_0 = _this__u8e3s4.bn() + '(';
|
|
2223
2223
|
return joinToString(tmp, ', ', tmp_0, ')', VOID, VOID, toStringImpl$lambda(_this__u8e3s4));
|
|
2224
2224
|
}
|
|
2225
2225
|
function _get_childSerializers__7vnyfa($this) {
|
|
2226
|
-
var tmp0 = $this.
|
|
2226
|
+
var tmp0 = $this.ms_1;
|
|
2227
2227
|
var tmp = KProperty1;
|
|
2228
2228
|
// Inline function 'kotlin.getValue' call
|
|
2229
2229
|
getPropertyCallableRef('childSerializers', 1, tmp, PluginGeneratedSerialDescriptor$_get_childSerializers_$ref_e7suca(), null);
|
|
2230
|
-
return tmp0.
|
|
2230
|
+
return tmp0.b1();
|
|
2231
2231
|
}
|
|
2232
2232
|
function _get__hashCode__tgwhef_0($this) {
|
|
2233
|
-
var tmp0 = $this.
|
|
2233
|
+
var tmp0 = $this.os_1;
|
|
2234
2234
|
var tmp = KProperty1;
|
|
2235
2235
|
// Inline function 'kotlin.getValue' call
|
|
2236
2236
|
getPropertyCallableRef('_hashCode', 1, tmp, PluginGeneratedSerialDescriptor$_get__hashCode_$ref_cmj4vz(), null);
|
|
2237
|
-
return tmp0.
|
|
2237
|
+
return tmp0.b1();
|
|
2238
2238
|
}
|
|
2239
2239
|
function buildIndices($this) {
|
|
2240
2240
|
var indices = HashMap_init_$Create$();
|
|
2241
2241
|
var inductionVariable = 0;
|
|
2242
|
-
var last = $this.
|
|
2242
|
+
var last = $this.hs_1.length - 1 | 0;
|
|
2243
2243
|
if (inductionVariable <= last)
|
|
2244
2244
|
do {
|
|
2245
2245
|
var i = inductionVariable;
|
|
2246
2246
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2247
2247
|
// Inline function 'kotlin.collections.set' call
|
|
2248
|
-
var key = $this.
|
|
2249
|
-
indices.
|
|
2248
|
+
var key = $this.hs_1[i];
|
|
2249
|
+
indices.e2(key, i);
|
|
2250
2250
|
}
|
|
2251
2251
|
while (inductionVariable <= last);
|
|
2252
2252
|
return indices;
|
|
2253
2253
|
}
|
|
2254
2254
|
function PluginGeneratedSerialDescriptor$childSerializers$delegate$lambda(this$0) {
|
|
2255
2255
|
return function () {
|
|
2256
|
-
var tmp0_safe_receiver = this$0.
|
|
2257
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
2256
|
+
var tmp0_safe_receiver = this$0.es_1;
|
|
2257
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.ss();
|
|
2258
2258
|
return tmp1_elvis_lhs == null ? get_EMPTY_SERIALIZER_ARRAY() : tmp1_elvis_lhs;
|
|
2259
2259
|
};
|
|
2260
2260
|
}
|
|
@@ -2265,8 +2265,8 @@
|
|
|
2265
2265
|
}
|
|
2266
2266
|
function PluginGeneratedSerialDescriptor$typeParameterDescriptors$delegate$lambda(this$0) {
|
|
2267
2267
|
return function () {
|
|
2268
|
-
var tmp0_safe_receiver = this$0.
|
|
2269
|
-
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
2268
|
+
var tmp0_safe_receiver = this$0.es_1;
|
|
2269
|
+
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.ts();
|
|
2270
2270
|
var tmp;
|
|
2271
2271
|
if (tmp1_safe_receiver == null) {
|
|
2272
2272
|
tmp = null;
|
|
@@ -2279,8 +2279,8 @@
|
|
|
2279
2279
|
while (inductionVariable < last) {
|
|
2280
2280
|
var item = tmp1_safe_receiver[inductionVariable];
|
|
2281
2281
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2282
|
-
var tmp$ret$0 = item.
|
|
2283
|
-
destination.
|
|
2282
|
+
var tmp$ret$0 = item.am();
|
|
2283
|
+
destination.g(tmp$ret$0);
|
|
2284
2284
|
}
|
|
2285
2285
|
tmp = destination;
|
|
2286
2286
|
}
|
|
@@ -2289,12 +2289,12 @@
|
|
|
2289
2289
|
}
|
|
2290
2290
|
function PluginGeneratedSerialDescriptor$_get_typeParameterDescriptors_$ref_jk3pka() {
|
|
2291
2291
|
return function (p0) {
|
|
2292
|
-
return p0.
|
|
2292
|
+
return p0.ps();
|
|
2293
2293
|
};
|
|
2294
2294
|
}
|
|
2295
2295
|
function PluginGeneratedSerialDescriptor$_hashCode$delegate$lambda(this$0) {
|
|
2296
2296
|
return function () {
|
|
2297
|
-
return hashCodeImpl(this$0, this$0.
|
|
2297
|
+
return hashCodeImpl(this$0, this$0.ps());
|
|
2298
2298
|
};
|
|
2299
2299
|
}
|
|
2300
2300
|
function PluginGeneratedSerialDescriptor$_get__hashCode_$ref_cmj4vz() {
|
|
@@ -2304,74 +2304,74 @@
|
|
|
2304
2304
|
}
|
|
2305
2305
|
function PluginGeneratedSerialDescriptor(serialName, generatedSerializer, elementsCount) {
|
|
2306
2306
|
generatedSerializer = generatedSerializer === VOID ? null : generatedSerializer;
|
|
2307
|
-
this.
|
|
2308
|
-
this.
|
|
2309
|
-
this.
|
|
2310
|
-
this.
|
|
2307
|
+
this.ds_1 = serialName;
|
|
2308
|
+
this.es_1 = generatedSerializer;
|
|
2309
|
+
this.fs_1 = elementsCount;
|
|
2310
|
+
this.gs_1 = -1;
|
|
2311
2311
|
var tmp = this;
|
|
2312
2312
|
var tmp_0 = 0;
|
|
2313
|
-
var tmp_1 = this.
|
|
2313
|
+
var tmp_1 = this.fs_1;
|
|
2314
2314
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
2315
2315
|
var tmp_2 = Array(tmp_1);
|
|
2316
2316
|
while (tmp_0 < tmp_1) {
|
|
2317
2317
|
tmp_2[tmp_0] = '[UNINITIALIZED]';
|
|
2318
2318
|
tmp_0 = tmp_0 + 1 | 0;
|
|
2319
2319
|
}
|
|
2320
|
-
tmp.
|
|
2320
|
+
tmp.hs_1 = tmp_2;
|
|
2321
2321
|
var tmp_3 = this;
|
|
2322
2322
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
2323
|
-
var size = this.
|
|
2324
|
-
tmp_3.
|
|
2325
|
-
this.
|
|
2326
|
-
this.
|
|
2327
|
-
this.
|
|
2323
|
+
var size = this.fs_1;
|
|
2324
|
+
tmp_3.is_1 = Array(size);
|
|
2325
|
+
this.js_1 = null;
|
|
2326
|
+
this.ks_1 = booleanArray(this.fs_1);
|
|
2327
|
+
this.ls_1 = emptyMap();
|
|
2328
2328
|
var tmp_4 = this;
|
|
2329
2329
|
var tmp_5 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2330
|
-
tmp_4.
|
|
2330
|
+
tmp_4.ms_1 = lazy(tmp_5, PluginGeneratedSerialDescriptor$childSerializers$delegate$lambda(this));
|
|
2331
2331
|
var tmp_6 = this;
|
|
2332
2332
|
var tmp_7 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2333
|
-
tmp_6.
|
|
2333
|
+
tmp_6.ns_1 = lazy(tmp_7, PluginGeneratedSerialDescriptor$typeParameterDescriptors$delegate$lambda(this));
|
|
2334
2334
|
var tmp_8 = this;
|
|
2335
2335
|
var tmp_9 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
2336
|
-
tmp_8.
|
|
2336
|
+
tmp_8.os_1 = lazy(tmp_9, PluginGeneratedSerialDescriptor$_hashCode$delegate$lambda(this));
|
|
2337
2337
|
}
|
|
2338
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2339
|
-
return this.
|
|
2338
|
+
protoOf(PluginGeneratedSerialDescriptor).bn = function () {
|
|
2339
|
+
return this.ds_1;
|
|
2340
2340
|
};
|
|
2341
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2342
|
-
return this.
|
|
2341
|
+
protoOf(PluginGeneratedSerialDescriptor).en = function () {
|
|
2342
|
+
return this.fs_1;
|
|
2343
2343
|
};
|
|
2344
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2344
|
+
protoOf(PluginGeneratedSerialDescriptor).cn = function () {
|
|
2345
2345
|
return CLASS_getInstance();
|
|
2346
2346
|
};
|
|
2347
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2348
|
-
var tmp0_elvis_lhs = this.
|
|
2347
|
+
protoOf(PluginGeneratedSerialDescriptor).fn = function () {
|
|
2348
|
+
var tmp0_elvis_lhs = this.js_1;
|
|
2349
2349
|
return tmp0_elvis_lhs == null ? emptyList() : tmp0_elvis_lhs;
|
|
2350
2350
|
};
|
|
2351
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2352
|
-
return this.
|
|
2351
|
+
protoOf(PluginGeneratedSerialDescriptor).bo = function () {
|
|
2352
|
+
return this.ls_1.y1();
|
|
2353
2353
|
};
|
|
2354
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2355
|
-
var tmp0 = this.
|
|
2354
|
+
protoOf(PluginGeneratedSerialDescriptor).ps = function () {
|
|
2355
|
+
var tmp0 = this.ns_1;
|
|
2356
2356
|
var tmp = KProperty1;
|
|
2357
2357
|
// Inline function 'kotlin.getValue' call
|
|
2358
2358
|
getPropertyCallableRef('typeParameterDescriptors', 1, tmp, PluginGeneratedSerialDescriptor$_get_typeParameterDescriptors_$ref_jk3pka(), null);
|
|
2359
|
-
return tmp0.
|
|
2359
|
+
return tmp0.b1();
|
|
2360
2360
|
};
|
|
2361
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2362
|
-
this.
|
|
2363
|
-
this.
|
|
2364
|
-
this.
|
|
2365
|
-
this.
|
|
2366
|
-
if (this.
|
|
2367
|
-
this.
|
|
2361
|
+
protoOf(PluginGeneratedSerialDescriptor).qs = function (name, isOptional) {
|
|
2362
|
+
this.gs_1 = this.gs_1 + 1 | 0;
|
|
2363
|
+
this.hs_1[this.gs_1] = name;
|
|
2364
|
+
this.ks_1[this.gs_1] = isOptional;
|
|
2365
|
+
this.is_1[this.gs_1] = null;
|
|
2366
|
+
if (this.gs_1 === (this.fs_1 - 1 | 0)) {
|
|
2367
|
+
this.ls_1 = buildIndices(this);
|
|
2368
2368
|
}
|
|
2369
2369
|
};
|
|
2370
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2371
|
-
return getChecked(_get_childSerializers__7vnyfa(this), index).
|
|
2370
|
+
protoOf(PluginGeneratedSerialDescriptor).hn = function (index) {
|
|
2371
|
+
return getChecked(_get_childSerializers__7vnyfa(this), index).am();
|
|
2372
2372
|
};
|
|
2373
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
2374
|
-
return getChecked(this.
|
|
2373
|
+
protoOf(PluginGeneratedSerialDescriptor).gn = function (index) {
|
|
2374
|
+
return getChecked(this.hs_1, index);
|
|
2375
2375
|
};
|
|
2376
2376
|
protoOf(PluginGeneratedSerialDescriptor).equals = function (other) {
|
|
2377
2377
|
var tmp$ret$0;
|
|
@@ -2385,29 +2385,29 @@
|
|
|
2385
2385
|
tmp$ret$0 = false;
|
|
2386
2386
|
break $l$block_5;
|
|
2387
2387
|
}
|
|
2388
|
-
if (!(this.
|
|
2388
|
+
if (!(this.bn() === other.bn())) {
|
|
2389
2389
|
tmp$ret$0 = false;
|
|
2390
2390
|
break $l$block_5;
|
|
2391
2391
|
}
|
|
2392
|
-
if (!contentEquals(this.
|
|
2392
|
+
if (!contentEquals(this.ps(), other.ps())) {
|
|
2393
2393
|
tmp$ret$0 = false;
|
|
2394
2394
|
break $l$block_5;
|
|
2395
2395
|
}
|
|
2396
|
-
if (!(this.
|
|
2396
|
+
if (!(this.en() === other.en())) {
|
|
2397
2397
|
tmp$ret$0 = false;
|
|
2398
2398
|
break $l$block_5;
|
|
2399
2399
|
}
|
|
2400
2400
|
var inductionVariable = 0;
|
|
2401
|
-
var last = this.
|
|
2401
|
+
var last = this.en();
|
|
2402
2402
|
if (inductionVariable < last)
|
|
2403
2403
|
do {
|
|
2404
2404
|
var index = inductionVariable;
|
|
2405
2405
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2406
|
-
if (!(this.
|
|
2406
|
+
if (!(this.hn(index).bn() === other.hn(index).bn())) {
|
|
2407
2407
|
tmp$ret$0 = false;
|
|
2408
2408
|
break $l$block_5;
|
|
2409
2409
|
}
|
|
2410
|
-
if (!equals(this.
|
|
2410
|
+
if (!equals(this.hn(index).cn(), other.hn(index).cn())) {
|
|
2411
2411
|
tmp$ret$0 = false;
|
|
2412
2412
|
break $l$block_5;
|
|
2413
2413
|
}
|
|
@@ -2425,7 +2425,7 @@
|
|
|
2425
2425
|
};
|
|
2426
2426
|
function toStringImpl$lambda($this_toStringImpl) {
|
|
2427
2427
|
return function (i) {
|
|
2428
|
-
return $this_toStringImpl.
|
|
2428
|
+
return $this_toStringImpl.gn(i) + ': ' + $this_toStringImpl.hn(i).bn();
|
|
2429
2429
|
};
|
|
2430
2430
|
}
|
|
2431
2431
|
function get_EMPTY_SERIALIZER_ARRAY() {
|
|
@@ -2433,10 +2433,10 @@
|
|
|
2433
2433
|
return EMPTY_SERIALIZER_ARRAY;
|
|
2434
2434
|
}
|
|
2435
2435
|
var EMPTY_SERIALIZER_ARRAY;
|
|
2436
|
-
function SerializerFactory() {
|
|
2437
|
-
}
|
|
2438
2436
|
function GeneratedSerializer() {
|
|
2439
2437
|
}
|
|
2438
|
+
function SerializerFactory() {
|
|
2439
|
+
}
|
|
2440
2440
|
var properties_initialized_PluginHelperInterfaces_kt_ap8in1;
|
|
2441
2441
|
function _init_properties_PluginHelperInterfaces_kt__xgvzfp() {
|
|
2442
2442
|
if (!properties_initialized_PluginHelperInterfaces_kt_ap8in1) {
|
|
@@ -2449,26 +2449,26 @@
|
|
|
2449
2449
|
}
|
|
2450
2450
|
function CharArraySerializer_0() {
|
|
2451
2451
|
CharArraySerializer_instance = this;
|
|
2452
|
-
PrimitiveArraySerializer.call(this,
|
|
2452
|
+
PrimitiveArraySerializer.call(this, serializer_9(Companion_getInstance()));
|
|
2453
2453
|
}
|
|
2454
|
-
protoOf(CharArraySerializer_0).
|
|
2454
|
+
protoOf(CharArraySerializer_0).gt = function (_this__u8e3s4) {
|
|
2455
2455
|
return _this__u8e3s4.length;
|
|
2456
2456
|
};
|
|
2457
|
-
protoOf(CharArraySerializer_0).
|
|
2458
|
-
return this.
|
|
2457
|
+
protoOf(CharArraySerializer_0).yq = function (_this__u8e3s4) {
|
|
2458
|
+
return this.gt((!(_this__u8e3s4 == null) ? isCharArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2459
2459
|
};
|
|
2460
|
-
protoOf(CharArraySerializer_0).
|
|
2460
|
+
protoOf(CharArraySerializer_0).ht = function (encoder, content, size) {
|
|
2461
2461
|
var inductionVariable = 0;
|
|
2462
2462
|
if (inductionVariable < size)
|
|
2463
2463
|
do {
|
|
2464
2464
|
var i = inductionVariable;
|
|
2465
2465
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2466
|
-
encoder.
|
|
2466
|
+
encoder.yo(this.mr_1, i, content[i]);
|
|
2467
2467
|
}
|
|
2468
2468
|
while (inductionVariable < size);
|
|
2469
2469
|
};
|
|
2470
|
-
protoOf(CharArraySerializer_0).
|
|
2471
|
-
return this.
|
|
2470
|
+
protoOf(CharArraySerializer_0).or = function (encoder, content, size) {
|
|
2471
|
+
return this.ht(encoder, (!(content == null) ? isCharArray(content) : false) ? content : THROW_CCE(), size);
|
|
2472
2472
|
};
|
|
2473
2473
|
var CharArraySerializer_instance;
|
|
2474
2474
|
function CharArraySerializer_getInstance() {
|
|
@@ -2478,26 +2478,26 @@
|
|
|
2478
2478
|
}
|
|
2479
2479
|
function DoubleArraySerializer_0() {
|
|
2480
2480
|
DoubleArraySerializer_instance = this;
|
|
2481
|
-
PrimitiveArraySerializer.call(this,
|
|
2481
|
+
PrimitiveArraySerializer.call(this, serializer_10(DoubleCompanionObject_instance));
|
|
2482
2482
|
}
|
|
2483
|
-
protoOf(DoubleArraySerializer_0).
|
|
2483
|
+
protoOf(DoubleArraySerializer_0).kt = function (_this__u8e3s4) {
|
|
2484
2484
|
return _this__u8e3s4.length;
|
|
2485
2485
|
};
|
|
2486
|
-
protoOf(DoubleArraySerializer_0).
|
|
2487
|
-
return this.
|
|
2486
|
+
protoOf(DoubleArraySerializer_0).yq = function (_this__u8e3s4) {
|
|
2487
|
+
return this.kt((!(_this__u8e3s4 == null) ? isDoubleArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2488
2488
|
};
|
|
2489
|
-
protoOf(DoubleArraySerializer_0).
|
|
2489
|
+
protoOf(DoubleArraySerializer_0).lt = function (encoder, content, size) {
|
|
2490
2490
|
var inductionVariable = 0;
|
|
2491
2491
|
if (inductionVariable < size)
|
|
2492
2492
|
do {
|
|
2493
2493
|
var i = inductionVariable;
|
|
2494
2494
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2495
|
-
encoder.
|
|
2495
|
+
encoder.xo(this.mr_1, i, content[i]);
|
|
2496
2496
|
}
|
|
2497
2497
|
while (inductionVariable < size);
|
|
2498
2498
|
};
|
|
2499
|
-
protoOf(DoubleArraySerializer_0).
|
|
2500
|
-
return this.
|
|
2499
|
+
protoOf(DoubleArraySerializer_0).or = function (encoder, content, size) {
|
|
2500
|
+
return this.lt(encoder, (!(content == null) ? isDoubleArray(content) : false) ? content : THROW_CCE(), size);
|
|
2501
2501
|
};
|
|
2502
2502
|
var DoubleArraySerializer_instance;
|
|
2503
2503
|
function DoubleArraySerializer_getInstance() {
|
|
@@ -2507,26 +2507,26 @@
|
|
|
2507
2507
|
}
|
|
2508
2508
|
function FloatArraySerializer_0() {
|
|
2509
2509
|
FloatArraySerializer_instance = this;
|
|
2510
|
-
PrimitiveArraySerializer.call(this,
|
|
2510
|
+
PrimitiveArraySerializer.call(this, serializer_11(FloatCompanionObject_instance));
|
|
2511
2511
|
}
|
|
2512
|
-
protoOf(FloatArraySerializer_0).
|
|
2512
|
+
protoOf(FloatArraySerializer_0).ot = function (_this__u8e3s4) {
|
|
2513
2513
|
return _this__u8e3s4.length;
|
|
2514
2514
|
};
|
|
2515
|
-
protoOf(FloatArraySerializer_0).
|
|
2516
|
-
return this.
|
|
2515
|
+
protoOf(FloatArraySerializer_0).yq = function (_this__u8e3s4) {
|
|
2516
|
+
return this.ot((!(_this__u8e3s4 == null) ? isFloatArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2517
2517
|
};
|
|
2518
|
-
protoOf(FloatArraySerializer_0).
|
|
2518
|
+
protoOf(FloatArraySerializer_0).pt = function (encoder, content, size) {
|
|
2519
2519
|
var inductionVariable = 0;
|
|
2520
2520
|
if (inductionVariable < size)
|
|
2521
2521
|
do {
|
|
2522
2522
|
var i = inductionVariable;
|
|
2523
2523
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2524
|
-
encoder.
|
|
2524
|
+
encoder.wo(this.mr_1, i, content[i]);
|
|
2525
2525
|
}
|
|
2526
2526
|
while (inductionVariable < size);
|
|
2527
2527
|
};
|
|
2528
|
-
protoOf(FloatArraySerializer_0).
|
|
2529
|
-
return this.
|
|
2528
|
+
protoOf(FloatArraySerializer_0).or = function (encoder, content, size) {
|
|
2529
|
+
return this.pt(encoder, (!(content == null) ? isFloatArray(content) : false) ? content : THROW_CCE(), size);
|
|
2530
2530
|
};
|
|
2531
2531
|
var FloatArraySerializer_instance;
|
|
2532
2532
|
function FloatArraySerializer_getInstance() {
|
|
@@ -2536,26 +2536,26 @@
|
|
|
2536
2536
|
}
|
|
2537
2537
|
function LongArraySerializer_0() {
|
|
2538
2538
|
LongArraySerializer_instance = this;
|
|
2539
|
-
PrimitiveArraySerializer.call(this,
|
|
2539
|
+
PrimitiveArraySerializer.call(this, serializer_6(Companion_getInstance_0()));
|
|
2540
2540
|
}
|
|
2541
|
-
protoOf(LongArraySerializer_0).
|
|
2541
|
+
protoOf(LongArraySerializer_0).st = function (_this__u8e3s4) {
|
|
2542
2542
|
return _this__u8e3s4.length;
|
|
2543
2543
|
};
|
|
2544
|
-
protoOf(LongArraySerializer_0).
|
|
2545
|
-
return this.
|
|
2544
|
+
protoOf(LongArraySerializer_0).yq = function (_this__u8e3s4) {
|
|
2545
|
+
return this.st((!(_this__u8e3s4 == null) ? isLongArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2546
2546
|
};
|
|
2547
|
-
protoOf(LongArraySerializer_0).
|
|
2547
|
+
protoOf(LongArraySerializer_0).tt = function (encoder, content, size) {
|
|
2548
2548
|
var inductionVariable = 0;
|
|
2549
2549
|
if (inductionVariable < size)
|
|
2550
2550
|
do {
|
|
2551
2551
|
var i = inductionVariable;
|
|
2552
2552
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2553
|
-
encoder.
|
|
2553
|
+
encoder.vo(this.mr_1, i, content[i]);
|
|
2554
2554
|
}
|
|
2555
2555
|
while (inductionVariable < size);
|
|
2556
2556
|
};
|
|
2557
|
-
protoOf(LongArraySerializer_0).
|
|
2558
|
-
return this.
|
|
2557
|
+
protoOf(LongArraySerializer_0).or = function (encoder, content, size) {
|
|
2558
|
+
return this.tt(encoder, (!(content == null) ? isLongArray(content) : false) ? content : THROW_CCE(), size);
|
|
2559
2559
|
};
|
|
2560
2560
|
var LongArraySerializer_instance;
|
|
2561
2561
|
function LongArraySerializer_getInstance() {
|
|
@@ -2565,30 +2565,30 @@
|
|
|
2565
2565
|
}
|
|
2566
2566
|
function ULongArraySerializer_0() {
|
|
2567
2567
|
ULongArraySerializer_instance = this;
|
|
2568
|
-
PrimitiveArraySerializer.call(this,
|
|
2568
|
+
PrimitiveArraySerializer.call(this, serializer_2(Companion_getInstance_1()));
|
|
2569
2569
|
}
|
|
2570
|
-
protoOf(ULongArraySerializer_0).
|
|
2570
|
+
protoOf(ULongArraySerializer_0).wt = function (_this__u8e3s4) {
|
|
2571
2571
|
return _ULongArray___get_size__impl__ju6dtr(_this__u8e3s4);
|
|
2572
2572
|
};
|
|
2573
|
-
protoOf(ULongArraySerializer_0).
|
|
2574
|
-
return this.
|
|
2573
|
+
protoOf(ULongArraySerializer_0).yq = function (_this__u8e3s4) {
|
|
2574
|
+
return this.wt(_this__u8e3s4 instanceof ULongArray ? _this__u8e3s4.fj_1 : THROW_CCE());
|
|
2575
2575
|
};
|
|
2576
|
-
protoOf(ULongArraySerializer_0).
|
|
2576
|
+
protoOf(ULongArraySerializer_0).xt = function (encoder, content, size) {
|
|
2577
2577
|
var inductionVariable = 0;
|
|
2578
2578
|
if (inductionVariable < size)
|
|
2579
2579
|
do {
|
|
2580
2580
|
var i = inductionVariable;
|
|
2581
2581
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2582
|
-
var tmp = encoder.
|
|
2582
|
+
var tmp = encoder.ap(this.mr_1, i);
|
|
2583
2583
|
// Inline function 'kotlin.ULong.toLong' call
|
|
2584
2584
|
var this_0 = ULongArray__get_impl_pr71q9(content, i);
|
|
2585
2585
|
var tmp$ret$0 = _ULong___get_data__impl__fggpzb(this_0);
|
|
2586
|
-
tmp.
|
|
2586
|
+
tmp.lo(tmp$ret$0);
|
|
2587
2587
|
}
|
|
2588
2588
|
while (inductionVariable < size);
|
|
2589
2589
|
};
|
|
2590
|
-
protoOf(ULongArraySerializer_0).
|
|
2591
|
-
return this.
|
|
2590
|
+
protoOf(ULongArraySerializer_0).or = function (encoder, content, size) {
|
|
2591
|
+
return this.xt(encoder, content instanceof ULongArray ? content.fj_1 : THROW_CCE(), size);
|
|
2592
2592
|
};
|
|
2593
2593
|
var ULongArraySerializer_instance;
|
|
2594
2594
|
function ULongArraySerializer_getInstance() {
|
|
@@ -2598,26 +2598,26 @@
|
|
|
2598
2598
|
}
|
|
2599
2599
|
function IntArraySerializer_0() {
|
|
2600
2600
|
IntArraySerializer_instance = this;
|
|
2601
|
-
PrimitiveArraySerializer.call(this,
|
|
2601
|
+
PrimitiveArraySerializer.call(this, serializer_5(IntCompanionObject_instance));
|
|
2602
2602
|
}
|
|
2603
|
-
protoOf(IntArraySerializer_0).
|
|
2603
|
+
protoOf(IntArraySerializer_0).au = function (_this__u8e3s4) {
|
|
2604
2604
|
return _this__u8e3s4.length;
|
|
2605
2605
|
};
|
|
2606
|
-
protoOf(IntArraySerializer_0).
|
|
2607
|
-
return this.
|
|
2606
|
+
protoOf(IntArraySerializer_0).yq = function (_this__u8e3s4) {
|
|
2607
|
+
return this.au((!(_this__u8e3s4 == null) ? isIntArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2608
2608
|
};
|
|
2609
|
-
protoOf(IntArraySerializer_0).
|
|
2609
|
+
protoOf(IntArraySerializer_0).bu = function (encoder, content, size) {
|
|
2610
2610
|
var inductionVariable = 0;
|
|
2611
2611
|
if (inductionVariable < size)
|
|
2612
2612
|
do {
|
|
2613
2613
|
var i = inductionVariable;
|
|
2614
2614
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2615
|
-
encoder.
|
|
2615
|
+
encoder.uo(this.mr_1, i, content[i]);
|
|
2616
2616
|
}
|
|
2617
2617
|
while (inductionVariable < size);
|
|
2618
2618
|
};
|
|
2619
|
-
protoOf(IntArraySerializer_0).
|
|
2620
|
-
return this.
|
|
2619
|
+
protoOf(IntArraySerializer_0).or = function (encoder, content, size) {
|
|
2620
|
+
return this.bu(encoder, (!(content == null) ? isIntArray(content) : false) ? content : THROW_CCE(), size);
|
|
2621
2621
|
};
|
|
2622
2622
|
var IntArraySerializer_instance;
|
|
2623
2623
|
function IntArraySerializer_getInstance() {
|
|
@@ -2627,30 +2627,30 @@
|
|
|
2627
2627
|
}
|
|
2628
2628
|
function UIntArraySerializer_0() {
|
|
2629
2629
|
UIntArraySerializer_instance = this;
|
|
2630
|
-
PrimitiveArraySerializer.call(this,
|
|
2630
|
+
PrimitiveArraySerializer.call(this, serializer_1(Companion_getInstance_2()));
|
|
2631
2631
|
}
|
|
2632
|
-
protoOf(UIntArraySerializer_0).
|
|
2632
|
+
protoOf(UIntArraySerializer_0).eu = function (_this__u8e3s4) {
|
|
2633
2633
|
return _UIntArray___get_size__impl__r6l8ci(_this__u8e3s4);
|
|
2634
2634
|
};
|
|
2635
|
-
protoOf(UIntArraySerializer_0).
|
|
2636
|
-
return this.
|
|
2635
|
+
protoOf(UIntArraySerializer_0).yq = function (_this__u8e3s4) {
|
|
2636
|
+
return this.eu(_this__u8e3s4 instanceof UIntArray ? _this__u8e3s4.ui_1 : THROW_CCE());
|
|
2637
2637
|
};
|
|
2638
|
-
protoOf(UIntArraySerializer_0).
|
|
2638
|
+
protoOf(UIntArraySerializer_0).fu = function (encoder, content, size) {
|
|
2639
2639
|
var inductionVariable = 0;
|
|
2640
2640
|
if (inductionVariable < size)
|
|
2641
2641
|
do {
|
|
2642
2642
|
var i = inductionVariable;
|
|
2643
2643
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2644
|
-
var tmp = encoder.
|
|
2644
|
+
var tmp = encoder.ap(this.mr_1, i);
|
|
2645
2645
|
// Inline function 'kotlin.UInt.toInt' call
|
|
2646
2646
|
var this_0 = UIntArray__get_impl_gp5kza(content, i);
|
|
2647
2647
|
var tmp$ret$0 = _UInt___get_data__impl__f0vqqw(this_0);
|
|
2648
|
-
tmp.
|
|
2648
|
+
tmp.ko(tmp$ret$0);
|
|
2649
2649
|
}
|
|
2650
2650
|
while (inductionVariable < size);
|
|
2651
2651
|
};
|
|
2652
|
-
protoOf(UIntArraySerializer_0).
|
|
2653
|
-
return this.
|
|
2652
|
+
protoOf(UIntArraySerializer_0).or = function (encoder, content, size) {
|
|
2653
|
+
return this.fu(encoder, content instanceof UIntArray ? content.ui_1 : THROW_CCE(), size);
|
|
2654
2654
|
};
|
|
2655
2655
|
var UIntArraySerializer_instance;
|
|
2656
2656
|
function UIntArraySerializer_getInstance() {
|
|
@@ -2662,24 +2662,24 @@
|
|
|
2662
2662
|
ShortArraySerializer_instance = this;
|
|
2663
2663
|
PrimitiveArraySerializer.call(this, serializer_8(ShortCompanionObject_instance));
|
|
2664
2664
|
}
|
|
2665
|
-
protoOf(ShortArraySerializer_0).
|
|
2665
|
+
protoOf(ShortArraySerializer_0).iu = function (_this__u8e3s4) {
|
|
2666
2666
|
return _this__u8e3s4.length;
|
|
2667
2667
|
};
|
|
2668
|
-
protoOf(ShortArraySerializer_0).
|
|
2669
|
-
return this.
|
|
2668
|
+
protoOf(ShortArraySerializer_0).yq = function (_this__u8e3s4) {
|
|
2669
|
+
return this.iu((!(_this__u8e3s4 == null) ? isShortArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2670
2670
|
};
|
|
2671
|
-
protoOf(ShortArraySerializer_0).
|
|
2671
|
+
protoOf(ShortArraySerializer_0).ju = function (encoder, content, size) {
|
|
2672
2672
|
var inductionVariable = 0;
|
|
2673
2673
|
if (inductionVariable < size)
|
|
2674
2674
|
do {
|
|
2675
2675
|
var i = inductionVariable;
|
|
2676
2676
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2677
|
-
encoder.
|
|
2677
|
+
encoder.to(this.mr_1, i, content[i]);
|
|
2678
2678
|
}
|
|
2679
2679
|
while (inductionVariable < size);
|
|
2680
2680
|
};
|
|
2681
|
-
protoOf(ShortArraySerializer_0).
|
|
2682
|
-
return this.
|
|
2681
|
+
protoOf(ShortArraySerializer_0).or = function (encoder, content, size) {
|
|
2682
|
+
return this.ju(encoder, (!(content == null) ? isShortArray(content) : false) ? content : THROW_CCE(), size);
|
|
2683
2683
|
};
|
|
2684
2684
|
var ShortArraySerializer_instance;
|
|
2685
2685
|
function ShortArraySerializer_getInstance() {
|
|
@@ -2689,30 +2689,30 @@
|
|
|
2689
2689
|
}
|
|
2690
2690
|
function UShortArraySerializer_0() {
|
|
2691
2691
|
UShortArraySerializer_instance = this;
|
|
2692
|
-
PrimitiveArraySerializer.call(this,
|
|
2692
|
+
PrimitiveArraySerializer.call(this, serializer_4(Companion_getInstance_3()));
|
|
2693
2693
|
}
|
|
2694
|
-
protoOf(UShortArraySerializer_0).
|
|
2694
|
+
protoOf(UShortArraySerializer_0).mu = function (_this__u8e3s4) {
|
|
2695
2695
|
return _UShortArray___get_size__impl__jqto1b(_this__u8e3s4);
|
|
2696
2696
|
};
|
|
2697
|
-
protoOf(UShortArraySerializer_0).
|
|
2698
|
-
return this.
|
|
2697
|
+
protoOf(UShortArraySerializer_0).yq = function (_this__u8e3s4) {
|
|
2698
|
+
return this.mu(_this__u8e3s4 instanceof UShortArray ? _this__u8e3s4.qj_1 : THROW_CCE());
|
|
2699
2699
|
};
|
|
2700
|
-
protoOf(UShortArraySerializer_0).
|
|
2700
|
+
protoOf(UShortArraySerializer_0).nu = function (encoder, content, size) {
|
|
2701
2701
|
var inductionVariable = 0;
|
|
2702
2702
|
if (inductionVariable < size)
|
|
2703
2703
|
do {
|
|
2704
2704
|
var i = inductionVariable;
|
|
2705
2705
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2706
|
-
var tmp = encoder.
|
|
2706
|
+
var tmp = encoder.ap(this.mr_1, i);
|
|
2707
2707
|
// Inline function 'kotlin.UShort.toShort' call
|
|
2708
2708
|
var this_0 = UShortArray__get_impl_fnbhmx(content, i);
|
|
2709
2709
|
var tmp$ret$0 = _UShort___get_data__impl__g0245(this_0);
|
|
2710
|
-
tmp.
|
|
2710
|
+
tmp.jo(tmp$ret$0);
|
|
2711
2711
|
}
|
|
2712
2712
|
while (inductionVariable < size);
|
|
2713
2713
|
};
|
|
2714
|
-
protoOf(UShortArraySerializer_0).
|
|
2715
|
-
return this.
|
|
2714
|
+
protoOf(UShortArraySerializer_0).or = function (encoder, content, size) {
|
|
2715
|
+
return this.nu(encoder, content instanceof UShortArray ? content.qj_1 : THROW_CCE(), size);
|
|
2716
2716
|
};
|
|
2717
2717
|
var UShortArraySerializer_instance;
|
|
2718
2718
|
function UShortArraySerializer_getInstance() {
|
|
@@ -2722,26 +2722,26 @@
|
|
|
2722
2722
|
}
|
|
2723
2723
|
function ByteArraySerializer_0() {
|
|
2724
2724
|
ByteArraySerializer_instance = this;
|
|
2725
|
-
PrimitiveArraySerializer.call(this,
|
|
2725
|
+
PrimitiveArraySerializer.call(this, serializer_7(ByteCompanionObject_instance));
|
|
2726
2726
|
}
|
|
2727
|
-
protoOf(ByteArraySerializer_0).
|
|
2727
|
+
protoOf(ByteArraySerializer_0).qu = function (_this__u8e3s4) {
|
|
2728
2728
|
return _this__u8e3s4.length;
|
|
2729
2729
|
};
|
|
2730
|
-
protoOf(ByteArraySerializer_0).
|
|
2731
|
-
return this.
|
|
2730
|
+
protoOf(ByteArraySerializer_0).yq = function (_this__u8e3s4) {
|
|
2731
|
+
return this.qu((!(_this__u8e3s4 == null) ? isByteArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2732
2732
|
};
|
|
2733
|
-
protoOf(ByteArraySerializer_0).
|
|
2733
|
+
protoOf(ByteArraySerializer_0).ru = function (encoder, content, size) {
|
|
2734
2734
|
var inductionVariable = 0;
|
|
2735
2735
|
if (inductionVariable < size)
|
|
2736
2736
|
do {
|
|
2737
2737
|
var i = inductionVariable;
|
|
2738
2738
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2739
|
-
encoder.
|
|
2739
|
+
encoder.so(this.mr_1, i, content[i]);
|
|
2740
2740
|
}
|
|
2741
2741
|
while (inductionVariable < size);
|
|
2742
2742
|
};
|
|
2743
|
-
protoOf(ByteArraySerializer_0).
|
|
2744
|
-
return this.
|
|
2743
|
+
protoOf(ByteArraySerializer_0).or = function (encoder, content, size) {
|
|
2744
|
+
return this.ru(encoder, (!(content == null) ? isByteArray(content) : false) ? content : THROW_CCE(), size);
|
|
2745
2745
|
};
|
|
2746
2746
|
var ByteArraySerializer_instance;
|
|
2747
2747
|
function ByteArraySerializer_getInstance() {
|
|
@@ -2751,30 +2751,30 @@
|
|
|
2751
2751
|
}
|
|
2752
2752
|
function UByteArraySerializer_0() {
|
|
2753
2753
|
UByteArraySerializer_instance = this;
|
|
2754
|
-
PrimitiveArraySerializer.call(this,
|
|
2754
|
+
PrimitiveArraySerializer.call(this, serializer_3(Companion_getInstance_4()));
|
|
2755
2755
|
}
|
|
2756
|
-
protoOf(UByteArraySerializer_0).
|
|
2756
|
+
protoOf(UByteArraySerializer_0).uu = function (_this__u8e3s4) {
|
|
2757
2757
|
return _UByteArray___get_size__impl__h6pkdv(_this__u8e3s4);
|
|
2758
2758
|
};
|
|
2759
|
-
protoOf(UByteArraySerializer_0).
|
|
2760
|
-
return this.
|
|
2759
|
+
protoOf(UByteArraySerializer_0).yq = function (_this__u8e3s4) {
|
|
2760
|
+
return this.uu(_this__u8e3s4 instanceof UByteArray ? _this__u8e3s4.ji_1 : THROW_CCE());
|
|
2761
2761
|
};
|
|
2762
|
-
protoOf(UByteArraySerializer_0).
|
|
2762
|
+
protoOf(UByteArraySerializer_0).vu = function (encoder, content, size) {
|
|
2763
2763
|
var inductionVariable = 0;
|
|
2764
2764
|
if (inductionVariable < size)
|
|
2765
2765
|
do {
|
|
2766
2766
|
var i = inductionVariable;
|
|
2767
2767
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2768
|
-
var tmp = encoder.
|
|
2768
|
+
var tmp = encoder.ap(this.mr_1, i);
|
|
2769
2769
|
// Inline function 'kotlin.UByte.toByte' call
|
|
2770
2770
|
var this_0 = UByteArray__get_impl_t5f3hv(content, i);
|
|
2771
2771
|
var tmp$ret$0 = _UByte___get_data__impl__jof9qr(this_0);
|
|
2772
|
-
tmp.
|
|
2772
|
+
tmp.io(tmp$ret$0);
|
|
2773
2773
|
}
|
|
2774
2774
|
while (inductionVariable < size);
|
|
2775
2775
|
};
|
|
2776
|
-
protoOf(UByteArraySerializer_0).
|
|
2777
|
-
return this.
|
|
2776
|
+
protoOf(UByteArraySerializer_0).or = function (encoder, content, size) {
|
|
2777
|
+
return this.vu(encoder, content instanceof UByteArray ? content.ji_1 : THROW_CCE(), size);
|
|
2778
2778
|
};
|
|
2779
2779
|
var UByteArraySerializer_instance;
|
|
2780
2780
|
function UByteArraySerializer_getInstance() {
|
|
@@ -2786,24 +2786,24 @@
|
|
|
2786
2786
|
BooleanArraySerializer_instance = this;
|
|
2787
2787
|
PrimitiveArraySerializer.call(this, serializer_12(BooleanCompanionObject_instance));
|
|
2788
2788
|
}
|
|
2789
|
-
protoOf(BooleanArraySerializer_0).
|
|
2789
|
+
protoOf(BooleanArraySerializer_0).yu = function (_this__u8e3s4) {
|
|
2790
2790
|
return _this__u8e3s4.length;
|
|
2791
2791
|
};
|
|
2792
|
-
protoOf(BooleanArraySerializer_0).
|
|
2793
|
-
return this.
|
|
2792
|
+
protoOf(BooleanArraySerializer_0).yq = function (_this__u8e3s4) {
|
|
2793
|
+
return this.yu((!(_this__u8e3s4 == null) ? isBooleanArray(_this__u8e3s4) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
2794
2794
|
};
|
|
2795
|
-
protoOf(BooleanArraySerializer_0).
|
|
2795
|
+
protoOf(BooleanArraySerializer_0).zu = function (encoder, content, size) {
|
|
2796
2796
|
var inductionVariable = 0;
|
|
2797
2797
|
if (inductionVariable < size)
|
|
2798
2798
|
do {
|
|
2799
2799
|
var i = inductionVariable;
|
|
2800
2800
|
inductionVariable = inductionVariable + 1 | 0;
|
|
2801
|
-
encoder.
|
|
2801
|
+
encoder.ro(this.mr_1, i, content[i]);
|
|
2802
2802
|
}
|
|
2803
2803
|
while (inductionVariable < size);
|
|
2804
2804
|
};
|
|
2805
|
-
protoOf(BooleanArraySerializer_0).
|
|
2806
|
-
return this.
|
|
2805
|
+
protoOf(BooleanArraySerializer_0).or = function (encoder, content, size) {
|
|
2806
|
+
return this.zu(encoder, (!(content == null) ? isBooleanArray(content) : false) ? content : THROW_CCE(), size);
|
|
2807
2807
|
};
|
|
2808
2808
|
var BooleanArraySerializer_instance;
|
|
2809
2809
|
function BooleanArraySerializer_getInstance() {
|
|
@@ -2816,23 +2816,18 @@
|
|
|
2816
2816
|
return BUILTIN_SERIALIZERS;
|
|
2817
2817
|
}
|
|
2818
2818
|
var BUILTIN_SERIALIZERS;
|
|
2819
|
-
function builtinSerializerOrNull(_this__u8e3s4) {
|
|
2820
|
-
_init_properties_Primitives_kt__k0eto4();
|
|
2821
|
-
var tmp = get_BUILTIN_SERIALIZERS().v1(_this__u8e3s4);
|
|
2822
|
-
return (tmp == null ? true : isInterface(tmp, KSerializer)) ? tmp : THROW_CCE();
|
|
2823
|
-
}
|
|
2824
2819
|
function StringSerializer() {
|
|
2825
2820
|
StringSerializer_instance = this;
|
|
2826
|
-
this.
|
|
2821
|
+
this.av_1 = new PrimitiveSerialDescriptor('kotlin.String', STRING_getInstance());
|
|
2827
2822
|
}
|
|
2828
|
-
protoOf(StringSerializer).
|
|
2829
|
-
return this.
|
|
2823
|
+
protoOf(StringSerializer).am = function () {
|
|
2824
|
+
return this.av_1;
|
|
2830
2825
|
};
|
|
2831
|
-
protoOf(StringSerializer).
|
|
2832
|
-
return encoder.
|
|
2826
|
+
protoOf(StringSerializer).bv = function (encoder, value) {
|
|
2827
|
+
return encoder.po(value);
|
|
2833
2828
|
};
|
|
2834
|
-
protoOf(StringSerializer).
|
|
2835
|
-
return this.
|
|
2829
|
+
protoOf(StringSerializer).bm = function (encoder, value) {
|
|
2830
|
+
return this.bv(encoder, (!(value == null) ? typeof value === 'string' : false) ? value : THROW_CCE());
|
|
2836
2831
|
};
|
|
2837
2832
|
var StringSerializer_instance;
|
|
2838
2833
|
function StringSerializer_getInstance() {
|
|
@@ -2840,75 +2835,79 @@
|
|
|
2840
2835
|
new StringSerializer();
|
|
2841
2836
|
return StringSerializer_instance;
|
|
2842
2837
|
}
|
|
2843
|
-
function
|
|
2844
|
-
|
|
2845
|
-
this.lt_1 = new PrimitiveSerialDescriptor('kotlin.Char', CHAR_getInstance());
|
|
2838
|
+
function error_0($this) {
|
|
2839
|
+
throw IllegalStateException_init_$Create$('Primitive descriptor ' + $this.cv_1 + ' does not have elements');
|
|
2846
2840
|
}
|
|
2847
|
-
|
|
2848
|
-
|
|
2841
|
+
function PrimitiveSerialDescriptor(serialName, kind) {
|
|
2842
|
+
this.cv_1 = serialName;
|
|
2843
|
+
this.dv_1 = kind;
|
|
2844
|
+
}
|
|
2845
|
+
protoOf(PrimitiveSerialDescriptor).bn = function () {
|
|
2846
|
+
return this.cv_1;
|
|
2849
2847
|
};
|
|
2850
|
-
protoOf(
|
|
2851
|
-
return
|
|
2848
|
+
protoOf(PrimitiveSerialDescriptor).cn = function () {
|
|
2849
|
+
return this.dv_1;
|
|
2852
2850
|
};
|
|
2853
|
-
protoOf(
|
|
2854
|
-
return
|
|
2851
|
+
protoOf(PrimitiveSerialDescriptor).en = function () {
|
|
2852
|
+
return 0;
|
|
2855
2853
|
};
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
if (CharSerializer_instance == null)
|
|
2859
|
-
new CharSerializer();
|
|
2860
|
-
return CharSerializer_instance;
|
|
2861
|
-
}
|
|
2862
|
-
function DoubleSerializer() {
|
|
2863
|
-
DoubleSerializer_instance = this;
|
|
2864
|
-
this.nt_1 = new PrimitiveSerialDescriptor('kotlin.Double', DOUBLE_getInstance());
|
|
2865
|
-
}
|
|
2866
|
-
protoOf(DoubleSerializer).jk = function () {
|
|
2867
|
-
return this.nt_1;
|
|
2854
|
+
protoOf(PrimitiveSerialDescriptor).gn = function (index) {
|
|
2855
|
+
error_0(this);
|
|
2868
2856
|
};
|
|
2869
|
-
protoOf(
|
|
2870
|
-
|
|
2857
|
+
protoOf(PrimitiveSerialDescriptor).hn = function (index) {
|
|
2858
|
+
error_0(this);
|
|
2871
2859
|
};
|
|
2872
|
-
protoOf(
|
|
2873
|
-
return
|
|
2860
|
+
protoOf(PrimitiveSerialDescriptor).toString = function () {
|
|
2861
|
+
return 'PrimitiveDescriptor(' + this.cv_1 + ')';
|
|
2874
2862
|
};
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2863
|
+
protoOf(PrimitiveSerialDescriptor).equals = function (other) {
|
|
2864
|
+
if (this === other)
|
|
2865
|
+
return true;
|
|
2866
|
+
if (!(other instanceof PrimitiveSerialDescriptor))
|
|
2867
|
+
return false;
|
|
2868
|
+
if (this.cv_1 === other.cv_1 && equals(this.dv_1, other.dv_1))
|
|
2869
|
+
return true;
|
|
2870
|
+
return false;
|
|
2871
|
+
};
|
|
2872
|
+
protoOf(PrimitiveSerialDescriptor).hashCode = function () {
|
|
2873
|
+
return getStringHashCode(this.cv_1) + imul(31, this.dv_1.hashCode()) | 0;
|
|
2874
|
+
};
|
|
2875
|
+
function builtinSerializerOrNull(_this__u8e3s4) {
|
|
2876
|
+
_init_properties_Primitives_kt__k0eto4();
|
|
2877
|
+
var tmp = get_BUILTIN_SERIALIZERS().x1(_this__u8e3s4);
|
|
2878
|
+
return (tmp == null ? true : isInterface(tmp, KSerializer)) ? tmp : THROW_CCE();
|
|
2880
2879
|
}
|
|
2881
|
-
function
|
|
2882
|
-
|
|
2883
|
-
this.
|
|
2880
|
+
function IntSerializer() {
|
|
2881
|
+
IntSerializer_instance = this;
|
|
2882
|
+
this.ev_1 = new PrimitiveSerialDescriptor('kotlin.Int', INT_getInstance());
|
|
2884
2883
|
}
|
|
2885
|
-
protoOf(
|
|
2886
|
-
return this.
|
|
2884
|
+
protoOf(IntSerializer).am = function () {
|
|
2885
|
+
return this.ev_1;
|
|
2887
2886
|
};
|
|
2888
|
-
protoOf(
|
|
2889
|
-
return encoder.
|
|
2887
|
+
protoOf(IntSerializer).fv = function (encoder, value) {
|
|
2888
|
+
return encoder.ko(value);
|
|
2890
2889
|
};
|
|
2891
|
-
protoOf(
|
|
2892
|
-
return this.
|
|
2890
|
+
protoOf(IntSerializer).bm = function (encoder, value) {
|
|
2891
|
+
return this.fv(encoder, (!(value == null) ? typeof value === 'number' : false) ? value : THROW_CCE());
|
|
2893
2892
|
};
|
|
2894
|
-
var
|
|
2895
|
-
function
|
|
2896
|
-
if (
|
|
2897
|
-
new
|
|
2898
|
-
return
|
|
2893
|
+
var IntSerializer_instance;
|
|
2894
|
+
function IntSerializer_getInstance() {
|
|
2895
|
+
if (IntSerializer_instance == null)
|
|
2896
|
+
new IntSerializer();
|
|
2897
|
+
return IntSerializer_instance;
|
|
2899
2898
|
}
|
|
2900
2899
|
function LongSerializer() {
|
|
2901
2900
|
LongSerializer_instance = this;
|
|
2902
|
-
this.
|
|
2901
|
+
this.gv_1 = new PrimitiveSerialDescriptor('kotlin.Long', LONG_getInstance());
|
|
2903
2902
|
}
|
|
2904
|
-
protoOf(LongSerializer).
|
|
2905
|
-
return this.
|
|
2903
|
+
protoOf(LongSerializer).am = function () {
|
|
2904
|
+
return this.gv_1;
|
|
2906
2905
|
};
|
|
2907
|
-
protoOf(LongSerializer).
|
|
2908
|
-
return encoder.
|
|
2906
|
+
protoOf(LongSerializer).hv = function (encoder, value) {
|
|
2907
|
+
return encoder.lo(value);
|
|
2909
2908
|
};
|
|
2910
|
-
protoOf(LongSerializer).
|
|
2911
|
-
return this.
|
|
2909
|
+
protoOf(LongSerializer).bm = function (encoder, value) {
|
|
2910
|
+
return this.hv(encoder, value instanceof Long ? value : THROW_CCE());
|
|
2912
2911
|
};
|
|
2913
2912
|
var LongSerializer_instance;
|
|
2914
2913
|
function LongSerializer_getInstance() {
|
|
@@ -2916,37 +2915,37 @@
|
|
|
2916
2915
|
new LongSerializer();
|
|
2917
2916
|
return LongSerializer_instance;
|
|
2918
2917
|
}
|
|
2919
|
-
function
|
|
2920
|
-
|
|
2921
|
-
this.
|
|
2918
|
+
function ByteSerializer() {
|
|
2919
|
+
ByteSerializer_instance = this;
|
|
2920
|
+
this.iv_1 = new PrimitiveSerialDescriptor('kotlin.Byte', BYTE_getInstance());
|
|
2922
2921
|
}
|
|
2923
|
-
protoOf(
|
|
2924
|
-
return this.
|
|
2922
|
+
protoOf(ByteSerializer).am = function () {
|
|
2923
|
+
return this.iv_1;
|
|
2925
2924
|
};
|
|
2926
|
-
protoOf(
|
|
2927
|
-
return encoder.
|
|
2925
|
+
protoOf(ByteSerializer).jv = function (encoder, value) {
|
|
2926
|
+
return encoder.io(value);
|
|
2928
2927
|
};
|
|
2929
|
-
protoOf(
|
|
2930
|
-
return this.
|
|
2928
|
+
protoOf(ByteSerializer).bm = function (encoder, value) {
|
|
2929
|
+
return this.jv(encoder, (!(value == null) ? typeof value === 'number' : false) ? value : THROW_CCE());
|
|
2931
2930
|
};
|
|
2932
|
-
var
|
|
2933
|
-
function
|
|
2934
|
-
if (
|
|
2935
|
-
new
|
|
2936
|
-
return
|
|
2931
|
+
var ByteSerializer_instance;
|
|
2932
|
+
function ByteSerializer_getInstance() {
|
|
2933
|
+
if (ByteSerializer_instance == null)
|
|
2934
|
+
new ByteSerializer();
|
|
2935
|
+
return ByteSerializer_instance;
|
|
2937
2936
|
}
|
|
2938
2937
|
function ShortSerializer() {
|
|
2939
2938
|
ShortSerializer_instance = this;
|
|
2940
|
-
this.
|
|
2939
|
+
this.kv_1 = new PrimitiveSerialDescriptor('kotlin.Short', SHORT_getInstance());
|
|
2941
2940
|
}
|
|
2942
|
-
protoOf(ShortSerializer).
|
|
2943
|
-
return this.
|
|
2941
|
+
protoOf(ShortSerializer).am = function () {
|
|
2942
|
+
return this.kv_1;
|
|
2944
2943
|
};
|
|
2945
|
-
protoOf(ShortSerializer).
|
|
2946
|
-
return encoder.
|
|
2944
|
+
protoOf(ShortSerializer).lv = function (encoder, value) {
|
|
2945
|
+
return encoder.jo(value);
|
|
2947
2946
|
};
|
|
2948
|
-
protoOf(ShortSerializer).
|
|
2949
|
-
return this.
|
|
2947
|
+
protoOf(ShortSerializer).bm = function (encoder, value) {
|
|
2948
|
+
return this.lv(encoder, (!(value == null) ? typeof value === 'number' : false) ? value : THROW_CCE());
|
|
2950
2949
|
};
|
|
2951
2950
|
var ShortSerializer_instance;
|
|
2952
2951
|
function ShortSerializer_getInstance() {
|
|
@@ -2954,37 +2953,75 @@
|
|
|
2954
2953
|
new ShortSerializer();
|
|
2955
2954
|
return ShortSerializer_instance;
|
|
2956
2955
|
}
|
|
2957
|
-
function
|
|
2958
|
-
|
|
2959
|
-
this.
|
|
2956
|
+
function CharSerializer() {
|
|
2957
|
+
CharSerializer_instance = this;
|
|
2958
|
+
this.mv_1 = new PrimitiveSerialDescriptor('kotlin.Char', CHAR_getInstance());
|
|
2960
2959
|
}
|
|
2961
|
-
protoOf(
|
|
2962
|
-
return this.
|
|
2960
|
+
protoOf(CharSerializer).am = function () {
|
|
2961
|
+
return this.mv_1;
|
|
2963
2962
|
};
|
|
2964
|
-
protoOf(
|
|
2965
|
-
return encoder.
|
|
2963
|
+
protoOf(CharSerializer).nv = function (encoder, value) {
|
|
2964
|
+
return encoder.oo(value);
|
|
2966
2965
|
};
|
|
2967
|
-
protoOf(
|
|
2968
|
-
return this.
|
|
2966
|
+
protoOf(CharSerializer).bm = function (encoder, value) {
|
|
2967
|
+
return this.nv(encoder, value instanceof Char ? value.h1_1 : THROW_CCE());
|
|
2969
2968
|
};
|
|
2970
|
-
var
|
|
2971
|
-
function
|
|
2972
|
-
if (
|
|
2973
|
-
new
|
|
2974
|
-
return
|
|
2969
|
+
var CharSerializer_instance;
|
|
2970
|
+
function CharSerializer_getInstance() {
|
|
2971
|
+
if (CharSerializer_instance == null)
|
|
2972
|
+
new CharSerializer();
|
|
2973
|
+
return CharSerializer_instance;
|
|
2974
|
+
}
|
|
2975
|
+
function DoubleSerializer() {
|
|
2976
|
+
DoubleSerializer_instance = this;
|
|
2977
|
+
this.ov_1 = new PrimitiveSerialDescriptor('kotlin.Double', DOUBLE_getInstance());
|
|
2978
|
+
}
|
|
2979
|
+
protoOf(DoubleSerializer).am = function () {
|
|
2980
|
+
return this.ov_1;
|
|
2981
|
+
};
|
|
2982
|
+
protoOf(DoubleSerializer).pv = function (encoder, value) {
|
|
2983
|
+
return encoder.no(value);
|
|
2984
|
+
};
|
|
2985
|
+
protoOf(DoubleSerializer).bm = function (encoder, value) {
|
|
2986
|
+
return this.pv(encoder, (!(value == null) ? typeof value === 'number' : false) ? value : THROW_CCE());
|
|
2987
|
+
};
|
|
2988
|
+
var DoubleSerializer_instance;
|
|
2989
|
+
function DoubleSerializer_getInstance() {
|
|
2990
|
+
if (DoubleSerializer_instance == null)
|
|
2991
|
+
new DoubleSerializer();
|
|
2992
|
+
return DoubleSerializer_instance;
|
|
2993
|
+
}
|
|
2994
|
+
function FloatSerializer() {
|
|
2995
|
+
FloatSerializer_instance = this;
|
|
2996
|
+
this.qv_1 = new PrimitiveSerialDescriptor('kotlin.Float', FLOAT_getInstance());
|
|
2997
|
+
}
|
|
2998
|
+
protoOf(FloatSerializer).am = function () {
|
|
2999
|
+
return this.qv_1;
|
|
3000
|
+
};
|
|
3001
|
+
protoOf(FloatSerializer).rv = function (encoder, value) {
|
|
3002
|
+
return encoder.mo(value);
|
|
3003
|
+
};
|
|
3004
|
+
protoOf(FloatSerializer).bm = function (encoder, value) {
|
|
3005
|
+
return this.rv(encoder, (!(value == null) ? typeof value === 'number' : false) ? value : THROW_CCE());
|
|
3006
|
+
};
|
|
3007
|
+
var FloatSerializer_instance;
|
|
3008
|
+
function FloatSerializer_getInstance() {
|
|
3009
|
+
if (FloatSerializer_instance == null)
|
|
3010
|
+
new FloatSerializer();
|
|
3011
|
+
return FloatSerializer_instance;
|
|
2975
3012
|
}
|
|
2976
3013
|
function BooleanSerializer() {
|
|
2977
3014
|
BooleanSerializer_instance = this;
|
|
2978
|
-
this.
|
|
3015
|
+
this.sv_1 = new PrimitiveSerialDescriptor('kotlin.Boolean', BOOLEAN_getInstance());
|
|
2979
3016
|
}
|
|
2980
|
-
protoOf(BooleanSerializer).
|
|
2981
|
-
return this.
|
|
3017
|
+
protoOf(BooleanSerializer).am = function () {
|
|
3018
|
+
return this.sv_1;
|
|
2982
3019
|
};
|
|
2983
|
-
protoOf(BooleanSerializer).
|
|
2984
|
-
return encoder.
|
|
3020
|
+
protoOf(BooleanSerializer).tv = function (encoder, value) {
|
|
3021
|
+
return encoder.ho(value);
|
|
2985
3022
|
};
|
|
2986
|
-
protoOf(BooleanSerializer).
|
|
2987
|
-
return this.
|
|
3023
|
+
protoOf(BooleanSerializer).bm = function (encoder, value) {
|
|
3024
|
+
return this.tv(encoder, (!(value == null) ? typeof value === 'boolean' : false) ? value : THROW_CCE());
|
|
2988
3025
|
};
|
|
2989
3026
|
var BooleanSerializer_instance;
|
|
2990
3027
|
function BooleanSerializer_getInstance() {
|
|
@@ -2994,16 +3031,16 @@
|
|
|
2994
3031
|
}
|
|
2995
3032
|
function UnitSerializer() {
|
|
2996
3033
|
UnitSerializer_instance = this;
|
|
2997
|
-
this.
|
|
3034
|
+
this.uv_1 = new ObjectSerializer('kotlin.Unit', Unit_instance);
|
|
2998
3035
|
}
|
|
2999
|
-
protoOf(UnitSerializer).
|
|
3000
|
-
return this.
|
|
3036
|
+
protoOf(UnitSerializer).am = function () {
|
|
3037
|
+
return this.uv_1.am();
|
|
3001
3038
|
};
|
|
3002
|
-
protoOf(UnitSerializer).
|
|
3003
|
-
this.
|
|
3039
|
+
protoOf(UnitSerializer).vv = function (encoder, value) {
|
|
3040
|
+
this.uv_1.pm(encoder, Unit_instance);
|
|
3004
3041
|
};
|
|
3005
|
-
protoOf(UnitSerializer).
|
|
3006
|
-
return this.
|
|
3042
|
+
protoOf(UnitSerializer).bm = function (encoder, value) {
|
|
3043
|
+
return this.vv(encoder, value instanceof Unit ? value : THROW_CCE());
|
|
3007
3044
|
};
|
|
3008
3045
|
var UnitSerializer_instance;
|
|
3009
3046
|
function UnitSerializer_getInstance() {
|
|
@@ -3011,43 +3048,6 @@
|
|
|
3011
3048
|
new UnitSerializer();
|
|
3012
3049
|
return UnitSerializer_instance;
|
|
3013
3050
|
}
|
|
3014
|
-
function error_0($this) {
|
|
3015
|
-
throw IllegalStateException_init_$Create$('Primitive descriptor ' + $this.du_1 + ' does not have elements');
|
|
3016
|
-
}
|
|
3017
|
-
function PrimitiveSerialDescriptor(serialName, kind) {
|
|
3018
|
-
this.du_1 = serialName;
|
|
3019
|
-
this.eu_1 = kind;
|
|
3020
|
-
}
|
|
3021
|
-
protoOf(PrimitiveSerialDescriptor).kl = function () {
|
|
3022
|
-
return this.du_1;
|
|
3023
|
-
};
|
|
3024
|
-
protoOf(PrimitiveSerialDescriptor).ll = function () {
|
|
3025
|
-
return this.eu_1;
|
|
3026
|
-
};
|
|
3027
|
-
protoOf(PrimitiveSerialDescriptor).nl = function () {
|
|
3028
|
-
return 0;
|
|
3029
|
-
};
|
|
3030
|
-
protoOf(PrimitiveSerialDescriptor).pl = function (index) {
|
|
3031
|
-
error_0(this);
|
|
3032
|
-
};
|
|
3033
|
-
protoOf(PrimitiveSerialDescriptor).ql = function (index) {
|
|
3034
|
-
error_0(this);
|
|
3035
|
-
};
|
|
3036
|
-
protoOf(PrimitiveSerialDescriptor).toString = function () {
|
|
3037
|
-
return 'PrimitiveDescriptor(' + this.du_1 + ')';
|
|
3038
|
-
};
|
|
3039
|
-
protoOf(PrimitiveSerialDescriptor).equals = function (other) {
|
|
3040
|
-
if (this === other)
|
|
3041
|
-
return true;
|
|
3042
|
-
if (!(other instanceof PrimitiveSerialDescriptor))
|
|
3043
|
-
return false;
|
|
3044
|
-
if (this.du_1 === other.du_1 && equals(this.eu_1, other.eu_1))
|
|
3045
|
-
return true;
|
|
3046
|
-
return false;
|
|
3047
|
-
};
|
|
3048
|
-
protoOf(PrimitiveSerialDescriptor).hashCode = function () {
|
|
3049
|
-
return getStringHashCode(this.du_1) + imul(31, this.eu_1.hashCode()) | 0;
|
|
3050
|
-
};
|
|
3051
3051
|
var properties_initialized_Primitives_kt_6dpii6;
|
|
3052
3052
|
function _init_properties_Primitives_kt__k0eto4() {
|
|
3053
3053
|
if (!properties_initialized_Primitives_kt_6dpii6) {
|
|
@@ -3057,8 +3057,8 @@
|
|
|
3057
3057
|
}
|
|
3058
3058
|
function MapEntrySerializer$descriptor$lambda($keySerializer, $valueSerializer) {
|
|
3059
3059
|
return function ($this$buildSerialDescriptor) {
|
|
3060
|
-
$this$buildSerialDescriptor.
|
|
3061
|
-
$this$buildSerialDescriptor.
|
|
3060
|
+
$this$buildSerialDescriptor.km('key', $keySerializer.am());
|
|
3061
|
+
$this$buildSerialDescriptor.km('value', $valueSerializer.am());
|
|
3062
3062
|
return Unit_instance;
|
|
3063
3063
|
};
|
|
3064
3064
|
}
|
|
@@ -3066,128 +3066,106 @@
|
|
|
3066
3066
|
KeyValueSerializer.call(this, keySerializer, valueSerializer);
|
|
3067
3067
|
var tmp = this;
|
|
3068
3068
|
var tmp_0 = MAP_getInstance();
|
|
3069
|
-
tmp.
|
|
3069
|
+
tmp.yv_1 = buildSerialDescriptor('kotlin.collections.Map.Entry', tmp_0, [], MapEntrySerializer$descriptor$lambda(keySerializer, valueSerializer));
|
|
3070
3070
|
}
|
|
3071
|
-
protoOf(MapEntrySerializer_0).
|
|
3072
|
-
return this.
|
|
3071
|
+
protoOf(MapEntrySerializer_0).am = function () {
|
|
3072
|
+
return this.yv_1;
|
|
3073
3073
|
};
|
|
3074
|
-
protoOf(MapEntrySerializer_0).
|
|
3075
|
-
return _this__u8e3s4.
|
|
3074
|
+
protoOf(MapEntrySerializer_0).zv = function (_this__u8e3s4) {
|
|
3075
|
+
return _this__u8e3s4.a1();
|
|
3076
3076
|
};
|
|
3077
|
-
protoOf(MapEntrySerializer_0).
|
|
3078
|
-
return this.
|
|
3077
|
+
protoOf(MapEntrySerializer_0).aw = function (_this__u8e3s4) {
|
|
3078
|
+
return this.zv((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, Entry) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3079
3079
|
};
|
|
3080
|
-
protoOf(MapEntrySerializer_0).
|
|
3081
|
-
return _this__u8e3s4.
|
|
3080
|
+
protoOf(MapEntrySerializer_0).bw = function (_this__u8e3s4) {
|
|
3081
|
+
return _this__u8e3s4.b1();
|
|
3082
3082
|
};
|
|
3083
|
-
protoOf(MapEntrySerializer_0).
|
|
3084
|
-
return this.
|
|
3083
|
+
protoOf(MapEntrySerializer_0).cw = function (_this__u8e3s4) {
|
|
3084
|
+
return this.bw((!(_this__u8e3s4 == null) ? isInterface(_this__u8e3s4, Entry) : false) ? _this__u8e3s4 : THROW_CCE());
|
|
3085
3085
|
};
|
|
3086
3086
|
function PairSerializer$descriptor$lambda($keySerializer, $valueSerializer) {
|
|
3087
3087
|
return function ($this$buildClassSerialDescriptor) {
|
|
3088
|
-
$this$buildClassSerialDescriptor.
|
|
3089
|
-
$this$buildClassSerialDescriptor.
|
|
3088
|
+
$this$buildClassSerialDescriptor.km('first', $keySerializer.am());
|
|
3089
|
+
$this$buildClassSerialDescriptor.km('second', $valueSerializer.am());
|
|
3090
3090
|
return Unit_instance;
|
|
3091
3091
|
};
|
|
3092
3092
|
}
|
|
3093
3093
|
function PairSerializer_0(keySerializer, valueSerializer) {
|
|
3094
3094
|
KeyValueSerializer.call(this, keySerializer, valueSerializer);
|
|
3095
3095
|
var tmp = this;
|
|
3096
|
-
tmp.
|
|
3096
|
+
tmp.iw_1 = buildClassSerialDescriptor('kotlin.Pair', [], PairSerializer$descriptor$lambda(keySerializer, valueSerializer));
|
|
3097
3097
|
}
|
|
3098
|
-
protoOf(PairSerializer_0).
|
|
3099
|
-
return this.
|
|
3098
|
+
protoOf(PairSerializer_0).am = function () {
|
|
3099
|
+
return this.iw_1;
|
|
3100
3100
|
};
|
|
3101
|
-
protoOf(PairSerializer_0).
|
|
3102
|
-
return _this__u8e3s4.
|
|
3101
|
+
protoOf(PairSerializer_0).jw = function (_this__u8e3s4) {
|
|
3102
|
+
return _this__u8e3s4.g9_1;
|
|
3103
3103
|
};
|
|
3104
|
-
protoOf(PairSerializer_0).
|
|
3105
|
-
return this.
|
|
3104
|
+
protoOf(PairSerializer_0).aw = function (_this__u8e3s4) {
|
|
3105
|
+
return this.jw(_this__u8e3s4 instanceof Pair ? _this__u8e3s4 : THROW_CCE());
|
|
3106
3106
|
};
|
|
3107
|
-
protoOf(PairSerializer_0).
|
|
3108
|
-
return _this__u8e3s4.
|
|
3107
|
+
protoOf(PairSerializer_0).kw = function (_this__u8e3s4) {
|
|
3108
|
+
return _this__u8e3s4.h9_1;
|
|
3109
3109
|
};
|
|
3110
|
-
protoOf(PairSerializer_0).
|
|
3111
|
-
return this.
|
|
3110
|
+
protoOf(PairSerializer_0).cw = function (_this__u8e3s4) {
|
|
3111
|
+
return this.kw(_this__u8e3s4 instanceof Pair ? _this__u8e3s4 : THROW_CCE());
|
|
3112
3112
|
};
|
|
3113
3113
|
function TripleSerializer$descriptor$lambda(this$0) {
|
|
3114
3114
|
return function ($this$buildClassSerialDescriptor) {
|
|
3115
|
-
$this$buildClassSerialDescriptor.
|
|
3116
|
-
$this$buildClassSerialDescriptor.
|
|
3117
|
-
$this$buildClassSerialDescriptor.
|
|
3115
|
+
$this$buildClassSerialDescriptor.km('first', this$0.lw_1.am());
|
|
3116
|
+
$this$buildClassSerialDescriptor.km('second', this$0.mw_1.am());
|
|
3117
|
+
$this$buildClassSerialDescriptor.km('third', this$0.nw_1.am());
|
|
3118
3118
|
return Unit_instance;
|
|
3119
3119
|
};
|
|
3120
3120
|
}
|
|
3121
3121
|
function TripleSerializer_0(aSerializer, bSerializer, cSerializer) {
|
|
3122
|
-
this.
|
|
3123
|
-
this.
|
|
3124
|
-
this.
|
|
3122
|
+
this.lw_1 = aSerializer;
|
|
3123
|
+
this.mw_1 = bSerializer;
|
|
3124
|
+
this.nw_1 = cSerializer;
|
|
3125
3125
|
var tmp = this;
|
|
3126
|
-
tmp.
|
|
3126
|
+
tmp.ow_1 = buildClassSerialDescriptor('kotlin.Triple', [], TripleSerializer$descriptor$lambda(this));
|
|
3127
3127
|
}
|
|
3128
|
-
protoOf(TripleSerializer_0).
|
|
3129
|
-
return this.
|
|
3128
|
+
protoOf(TripleSerializer_0).am = function () {
|
|
3129
|
+
return this.ow_1;
|
|
3130
3130
|
};
|
|
3131
|
-
protoOf(TripleSerializer_0).
|
|
3132
|
-
var structuredEncoder = encoder.
|
|
3133
|
-
structuredEncoder.
|
|
3134
|
-
structuredEncoder.
|
|
3135
|
-
structuredEncoder.
|
|
3136
|
-
structuredEncoder.
|
|
3131
|
+
protoOf(TripleSerializer_0).pw = function (encoder, value) {
|
|
3132
|
+
var structuredEncoder = encoder.co(this.ow_1);
|
|
3133
|
+
structuredEncoder.bp(this.ow_1, 0, this.lw_1, value.ph_1);
|
|
3134
|
+
structuredEncoder.bp(this.ow_1, 1, this.mw_1, value.qh_1);
|
|
3135
|
+
structuredEncoder.bp(this.ow_1, 2, this.nw_1, value.rh_1);
|
|
3136
|
+
structuredEncoder.do(this.ow_1);
|
|
3137
3137
|
};
|
|
3138
|
-
protoOf(TripleSerializer_0).
|
|
3139
|
-
return this.
|
|
3138
|
+
protoOf(TripleSerializer_0).bm = function (encoder, value) {
|
|
3139
|
+
return this.pw(encoder, value instanceof Triple ? value : THROW_CCE());
|
|
3140
3140
|
};
|
|
3141
3141
|
function KeyValueSerializer(keySerializer, valueSerializer) {
|
|
3142
|
-
this.
|
|
3143
|
-
this.
|
|
3144
|
-
}
|
|
3145
|
-
protoOf(KeyValueSerializer).ou = function (encoder, value) {
|
|
3146
|
-
var structuredEncoder = encoder.lm(this.jk());
|
|
3147
|
-
structuredEncoder.kn(this.jk(), 0, this.mu_1, this.ju(value));
|
|
3148
|
-
structuredEncoder.kn(this.jk(), 1, this.nu_1, this.lu(value));
|
|
3149
|
-
structuredEncoder.mm(this.jk());
|
|
3150
|
-
};
|
|
3151
|
-
protoOf(KeyValueSerializer).kk = function (encoder, value) {
|
|
3152
|
-
return this.ou(encoder, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
3153
|
-
};
|
|
3154
|
-
function ULongSerializer() {
|
|
3155
|
-
ULongSerializer_instance = this;
|
|
3156
|
-
this.zu_1 = InlinePrimitiveDescriptor('kotlin.ULong', serializer_4(Companion_getInstance_0()));
|
|
3142
|
+
this.dw_1 = keySerializer;
|
|
3143
|
+
this.ew_1 = valueSerializer;
|
|
3157
3144
|
}
|
|
3158
|
-
protoOf(
|
|
3159
|
-
|
|
3145
|
+
protoOf(KeyValueSerializer).fw = function (encoder, value) {
|
|
3146
|
+
var structuredEncoder = encoder.co(this.am());
|
|
3147
|
+
structuredEncoder.bp(this.am(), 0, this.dw_1, this.aw(value));
|
|
3148
|
+
structuredEncoder.bp(this.am(), 1, this.ew_1, this.cw(value));
|
|
3149
|
+
structuredEncoder.do(this.am());
|
|
3160
3150
|
};
|
|
3161
|
-
protoOf(
|
|
3162
|
-
|
|
3163
|
-
// Inline function 'kotlin.ULong.toLong' call
|
|
3164
|
-
var tmp$ret$0 = _ULong___get_data__impl__fggpzb(value);
|
|
3165
|
-
tmp.um(tmp$ret$0);
|
|
3151
|
+
protoOf(KeyValueSerializer).bm = function (encoder, value) {
|
|
3152
|
+
return this.fw(encoder, (value == null ? true : !(value == null)) ? value : THROW_CCE());
|
|
3166
3153
|
};
|
|
3167
|
-
protoOf(ULongSerializer).kk = function (encoder, value) {
|
|
3168
|
-
return this.av(encoder, value instanceof ULong ? value.rj_1 : THROW_CCE());
|
|
3169
|
-
};
|
|
3170
|
-
var ULongSerializer_instance;
|
|
3171
|
-
function ULongSerializer_getInstance() {
|
|
3172
|
-
if (ULongSerializer_instance == null)
|
|
3173
|
-
new ULongSerializer();
|
|
3174
|
-
return ULongSerializer_instance;
|
|
3175
|
-
}
|
|
3176
3154
|
function UIntSerializer() {
|
|
3177
3155
|
UIntSerializer_instance = this;
|
|
3178
|
-
this.
|
|
3156
|
+
this.qw_1 = InlinePrimitiveDescriptor('kotlin.UInt', serializer_5(IntCompanionObject_instance));
|
|
3179
3157
|
}
|
|
3180
|
-
protoOf(UIntSerializer).
|
|
3181
|
-
return this.
|
|
3158
|
+
protoOf(UIntSerializer).am = function () {
|
|
3159
|
+
return this.qw_1;
|
|
3182
3160
|
};
|
|
3183
|
-
protoOf(UIntSerializer).
|
|
3184
|
-
var tmp = encoder.
|
|
3161
|
+
protoOf(UIntSerializer).rw = function (encoder, value) {
|
|
3162
|
+
var tmp = encoder.qo(this.qw_1);
|
|
3185
3163
|
// Inline function 'kotlin.UInt.toInt' call
|
|
3186
3164
|
var tmp$ret$0 = _UInt___get_data__impl__f0vqqw(value);
|
|
3187
|
-
tmp.
|
|
3165
|
+
tmp.ko(tmp$ret$0);
|
|
3188
3166
|
};
|
|
3189
|
-
protoOf(UIntSerializer).
|
|
3190
|
-
return this.
|
|
3167
|
+
protoOf(UIntSerializer).bm = function (encoder, value) {
|
|
3168
|
+
return this.rw(encoder, value instanceof UInt ? value.pi_1 : THROW_CCE());
|
|
3191
3169
|
};
|
|
3192
3170
|
var UIntSerializer_instance;
|
|
3193
3171
|
function UIntSerializer_getInstance() {
|
|
@@ -3195,43 +3173,43 @@
|
|
|
3195
3173
|
new UIntSerializer();
|
|
3196
3174
|
return UIntSerializer_instance;
|
|
3197
3175
|
}
|
|
3198
|
-
function
|
|
3199
|
-
|
|
3200
|
-
this.
|
|
3176
|
+
function ULongSerializer() {
|
|
3177
|
+
ULongSerializer_instance = this;
|
|
3178
|
+
this.sw_1 = InlinePrimitiveDescriptor('kotlin.ULong', serializer_6(Companion_getInstance_0()));
|
|
3201
3179
|
}
|
|
3202
|
-
protoOf(
|
|
3203
|
-
return this.
|
|
3180
|
+
protoOf(ULongSerializer).am = function () {
|
|
3181
|
+
return this.sw_1;
|
|
3204
3182
|
};
|
|
3205
|
-
protoOf(
|
|
3206
|
-
var tmp = encoder.
|
|
3207
|
-
// Inline function 'kotlin.
|
|
3208
|
-
var tmp$ret$0 =
|
|
3209
|
-
tmp.
|
|
3183
|
+
protoOf(ULongSerializer).tw = function (encoder, value) {
|
|
3184
|
+
var tmp = encoder.qo(this.sw_1);
|
|
3185
|
+
// Inline function 'kotlin.ULong.toLong' call
|
|
3186
|
+
var tmp$ret$0 = _ULong___get_data__impl__fggpzb(value);
|
|
3187
|
+
tmp.lo(tmp$ret$0);
|
|
3210
3188
|
};
|
|
3211
|
-
protoOf(
|
|
3212
|
-
return this.
|
|
3189
|
+
protoOf(ULongSerializer).bm = function (encoder, value) {
|
|
3190
|
+
return this.tw(encoder, value instanceof ULong ? value.aj_1 : THROW_CCE());
|
|
3213
3191
|
};
|
|
3214
|
-
var
|
|
3215
|
-
function
|
|
3216
|
-
if (
|
|
3217
|
-
new
|
|
3218
|
-
return
|
|
3192
|
+
var ULongSerializer_instance;
|
|
3193
|
+
function ULongSerializer_getInstance() {
|
|
3194
|
+
if (ULongSerializer_instance == null)
|
|
3195
|
+
new ULongSerializer();
|
|
3196
|
+
return ULongSerializer_instance;
|
|
3219
3197
|
}
|
|
3220
3198
|
function UByteSerializer() {
|
|
3221
3199
|
UByteSerializer_instance = this;
|
|
3222
|
-
this.
|
|
3200
|
+
this.uw_1 = InlinePrimitiveDescriptor('kotlin.UByte', serializer_7(ByteCompanionObject_instance));
|
|
3223
3201
|
}
|
|
3224
|
-
protoOf(UByteSerializer).
|
|
3225
|
-
return this.
|
|
3202
|
+
protoOf(UByteSerializer).am = function () {
|
|
3203
|
+
return this.uw_1;
|
|
3226
3204
|
};
|
|
3227
|
-
protoOf(UByteSerializer).
|
|
3228
|
-
var tmp = encoder.
|
|
3205
|
+
protoOf(UByteSerializer).vw = function (encoder, value) {
|
|
3206
|
+
var tmp = encoder.qo(this.uw_1);
|
|
3229
3207
|
// Inline function 'kotlin.UByte.toByte' call
|
|
3230
3208
|
var tmp$ret$0 = _UByte___get_data__impl__jof9qr(value);
|
|
3231
|
-
tmp.
|
|
3209
|
+
tmp.io(tmp$ret$0);
|
|
3232
3210
|
};
|
|
3233
|
-
protoOf(UByteSerializer).
|
|
3234
|
-
return this.
|
|
3211
|
+
protoOf(UByteSerializer).bm = function (encoder, value) {
|
|
3212
|
+
return this.vw(encoder, value instanceof UByte ? value.ei_1 : THROW_CCE());
|
|
3235
3213
|
};
|
|
3236
3214
|
var UByteSerializer_instance;
|
|
3237
3215
|
function UByteSerializer_getInstance() {
|
|
@@ -3239,6 +3217,28 @@
|
|
|
3239
3217
|
new UByteSerializer();
|
|
3240
3218
|
return UByteSerializer_instance;
|
|
3241
3219
|
}
|
|
3220
|
+
function UShortSerializer() {
|
|
3221
|
+
UShortSerializer_instance = this;
|
|
3222
|
+
this.ww_1 = InlinePrimitiveDescriptor('kotlin.UShort', serializer_8(ShortCompanionObject_instance));
|
|
3223
|
+
}
|
|
3224
|
+
protoOf(UShortSerializer).am = function () {
|
|
3225
|
+
return this.ww_1;
|
|
3226
|
+
};
|
|
3227
|
+
protoOf(UShortSerializer).xw = function (encoder, value) {
|
|
3228
|
+
var tmp = encoder.qo(this.ww_1);
|
|
3229
|
+
// Inline function 'kotlin.UShort.toShort' call
|
|
3230
|
+
var tmp$ret$0 = _UShort___get_data__impl__g0245(value);
|
|
3231
|
+
tmp.jo(tmp$ret$0);
|
|
3232
|
+
};
|
|
3233
|
+
protoOf(UShortSerializer).bm = function (encoder, value) {
|
|
3234
|
+
return this.xw(encoder, value instanceof UShort ? value.lj_1 : THROW_CCE());
|
|
3235
|
+
};
|
|
3236
|
+
var UShortSerializer_instance;
|
|
3237
|
+
function UShortSerializer_getInstance() {
|
|
3238
|
+
if (UShortSerializer_instance == null)
|
|
3239
|
+
new UShortSerializer();
|
|
3240
|
+
return UShortSerializer_instance;
|
|
3241
|
+
}
|
|
3242
3242
|
function get_EmptySerializersModuleLegacyJs() {
|
|
3243
3243
|
_init_properties_SerializersModule_kt__u78ha3();
|
|
3244
3244
|
return EmptySerializersModule;
|
|
@@ -3246,37 +3246,37 @@
|
|
|
3246
3246
|
var EmptySerializersModule;
|
|
3247
3247
|
function SerializersModule() {
|
|
3248
3248
|
}
|
|
3249
|
-
protoOf(SerializersModule).
|
|
3249
|
+
protoOf(SerializersModule).tm = function (kClass, typeArgumentsSerializers, $super) {
|
|
3250
3250
|
typeArgumentsSerializers = typeArgumentsSerializers === VOID ? emptyList() : typeArgumentsSerializers;
|
|
3251
|
-
return $super === VOID ? this.
|
|
3251
|
+
return $super === VOID ? this.um(kClass, typeArgumentsSerializers) : $super.um.call(this, kClass, typeArgumentsSerializers);
|
|
3252
3252
|
};
|
|
3253
3253
|
function SerialModuleImpl(class2ContextualFactory, polyBase2Serializers, polyBase2DefaultSerializerProvider, polyBase2NamedSerializers, polyBase2DefaultDeserializerProvider, hasInterfaceContextualSerializers) {
|
|
3254
3254
|
SerializersModule.call(this);
|
|
3255
|
-
this.
|
|
3256
|
-
this.
|
|
3257
|
-
this.
|
|
3258
|
-
this.
|
|
3259
|
-
this.
|
|
3260
|
-
this.
|
|
3261
|
-
}
|
|
3262
|
-
protoOf(SerialModuleImpl).
|
|
3263
|
-
return this.
|
|
3264
|
-
};
|
|
3265
|
-
protoOf(SerialModuleImpl).
|
|
3266
|
-
if (!baseClass.
|
|
3255
|
+
this.yw_1 = class2ContextualFactory;
|
|
3256
|
+
this.zw_1 = polyBase2Serializers;
|
|
3257
|
+
this.ax_1 = polyBase2DefaultSerializerProvider;
|
|
3258
|
+
this.bx_1 = polyBase2NamedSerializers;
|
|
3259
|
+
this.cx_1 = polyBase2DefaultDeserializerProvider;
|
|
3260
|
+
this.dx_1 = hasInterfaceContextualSerializers;
|
|
3261
|
+
}
|
|
3262
|
+
protoOf(SerialModuleImpl).sm = function () {
|
|
3263
|
+
return this.dx_1;
|
|
3264
|
+
};
|
|
3265
|
+
protoOf(SerialModuleImpl).jp = function (baseClass, value) {
|
|
3266
|
+
if (!baseClass.m9(value))
|
|
3267
3267
|
return null;
|
|
3268
|
-
var tmp0_safe_receiver = this.
|
|
3269
|
-
var tmp = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
3268
|
+
var tmp0_safe_receiver = this.zw_1.x1(baseClass);
|
|
3269
|
+
var tmp = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.x1(getKClassFromExpression(value));
|
|
3270
3270
|
var registered = (!(tmp == null) ? isInterface(tmp, SerializationStrategy) : false) ? tmp : null;
|
|
3271
3271
|
if (!(registered == null))
|
|
3272
3272
|
return registered;
|
|
3273
|
-
var tmp_0 = this.
|
|
3273
|
+
var tmp_0 = this.ax_1.x1(baseClass);
|
|
3274
3274
|
var tmp1_safe_receiver = (!(tmp_0 == null) ? typeof tmp_0 === 'function' : false) ? tmp_0 : null;
|
|
3275
3275
|
return tmp1_safe_receiver == null ? null : tmp1_safe_receiver(value);
|
|
3276
3276
|
};
|
|
3277
|
-
protoOf(SerialModuleImpl).
|
|
3278
|
-
var tmp0_safe_receiver = this.
|
|
3279
|
-
var tmp = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
3277
|
+
protoOf(SerialModuleImpl).um = function (kClass, typeArgumentsSerializers) {
|
|
3278
|
+
var tmp0_safe_receiver = this.yw_1.x1(kClass);
|
|
3279
|
+
var tmp = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.ex(typeArgumentsSerializers);
|
|
3280
3280
|
return (tmp == null ? true : isInterface(tmp, KSerializer)) ? tmp : null;
|
|
3281
3281
|
};
|
|
3282
3282
|
var properties_initialized_SerializersModule_kt_fjigjn;
|
|
@@ -3290,21 +3290,21 @@
|
|
|
3290
3290
|
return get_EmptySerializersModuleLegacyJs();
|
|
3291
3291
|
}
|
|
3292
3292
|
function SerializableWith(serializer) {
|
|
3293
|
-
this.
|
|
3293
|
+
this.fx_1 = serializer;
|
|
3294
3294
|
}
|
|
3295
3295
|
protoOf(SerializableWith).equals = function (other) {
|
|
3296
3296
|
if (!(other instanceof SerializableWith))
|
|
3297
3297
|
return false;
|
|
3298
3298
|
var tmp0_other_with_cast = other instanceof SerializableWith ? other : THROW_CCE();
|
|
3299
|
-
if (!this.
|
|
3299
|
+
if (!this.fx_1.equals(tmp0_other_with_cast.fx_1))
|
|
3300
3300
|
return false;
|
|
3301
3301
|
return true;
|
|
3302
3302
|
};
|
|
3303
3303
|
protoOf(SerializableWith).hashCode = function () {
|
|
3304
|
-
return imul(getStringHashCode('serializer'), 127) ^ this.
|
|
3304
|
+
return imul(getStringHashCode('serializer'), 127) ^ this.fx_1.hashCode();
|
|
3305
3305
|
};
|
|
3306
3306
|
protoOf(SerializableWith).toString = function () {
|
|
3307
|
-
return '@kotlinx.serialization.SerializableWith(' + 'serializer=' + toString(this.
|
|
3307
|
+
return '@kotlinx.serialization.SerializableWith(' + 'serializer=' + toString(this.fx_1) + ')';
|
|
3308
3308
|
};
|
|
3309
3309
|
function createCache(factory) {
|
|
3310
3310
|
return new createCache$1(factory);
|
|
@@ -3315,11 +3315,16 @@
|
|
|
3315
3315
|
function isInterface_0(_this__u8e3s4) {
|
|
3316
3316
|
return get_isInterfaceHack(_this__u8e3s4);
|
|
3317
3317
|
}
|
|
3318
|
+
function getChecked(_this__u8e3s4, index) {
|
|
3319
|
+
if (!(0 <= index ? index <= (_this__u8e3s4.length - 1 | 0) : false))
|
|
3320
|
+
throw IndexOutOfBoundsException_init_$Create$('Index ' + index + ' out of bounds ' + get_indices(_this__u8e3s4).toString());
|
|
3321
|
+
return _this__u8e3s4[index];
|
|
3322
|
+
}
|
|
3318
3323
|
function initBuiltins() {
|
|
3319
|
-
return mapOf([to(PrimitiveClasses_getInstance().
|
|
3324
|
+
return mapOf([to(PrimitiveClasses_getInstance().ma(), serializer_0(StringCompanionObject_instance)), to(getKClass(Char), serializer_9(Companion_getInstance())), to(PrimitiveClasses_getInstance().pa(), CharArraySerializer()), to(PrimitiveClasses_getInstance().ka(), serializer_10(DoubleCompanionObject_instance)), to(PrimitiveClasses_getInstance().va(), DoubleArraySerializer()), to(PrimitiveClasses_getInstance().ja(), serializer_11(FloatCompanionObject_instance)), to(PrimitiveClasses_getInstance().ua(), FloatArraySerializer()), to(getKClass(Long), serializer_6(Companion_getInstance_0())), to(PrimitiveClasses_getInstance().ta(), LongArraySerializer()), to(getKClass(ULong), serializer_2(Companion_getInstance_1())), to(getKClass(ULongArray), ULongArraySerializer()), to(PrimitiveClasses_getInstance().ha(), serializer_5(IntCompanionObject_instance)), to(PrimitiveClasses_getInstance().sa(), IntArraySerializer()), to(getKClass(UInt), serializer_1(Companion_getInstance_2())), to(getKClass(UIntArray), UIntArraySerializer()), to(PrimitiveClasses_getInstance().ga(), serializer_8(ShortCompanionObject_instance)), to(PrimitiveClasses_getInstance().ra(), ShortArraySerializer()), to(getKClass(UShort), serializer_4(Companion_getInstance_3())), to(getKClass(UShortArray), UShortArraySerializer()), to(PrimitiveClasses_getInstance().fa(), serializer_7(ByteCompanionObject_instance)), to(PrimitiveClasses_getInstance().qa(), ByteArraySerializer()), to(getKClass(UByte), serializer_3(Companion_getInstance_4())), to(getKClass(UByteArray), UByteArraySerializer()), to(PrimitiveClasses_getInstance().ea(), serializer_12(BooleanCompanionObject_instance)), to(PrimitiveClasses_getInstance().oa(), BooleanArraySerializer()), to(getKClass(Unit), serializer_13(Unit_instance)), to(PrimitiveClasses_getInstance().da(), NothingSerializer()), to(getKClass(Duration), serializer_14(Companion_getInstance_5())), to(getKClass(Instant), serializer_15(Companion_getInstance_6())), to(getKClass(Uuid), serializer_16(Companion_getInstance_7()))]);
|
|
3320
3325
|
}
|
|
3321
3326
|
function get_isInterfaceHack(_this__u8e3s4) {
|
|
3322
|
-
if (_this__u8e3s4 === PrimitiveClasses_getInstance().
|
|
3327
|
+
if (_this__u8e3s4 === PrimitiveClasses_getInstance().da())
|
|
3323
3328
|
return false;
|
|
3324
3329
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3325
3330
|
var tmp0_safe_receiver = get_js(_this__u8e3s4).$metadata$;
|
|
@@ -3330,7 +3335,7 @@
|
|
|
3330
3335
|
var tmp;
|
|
3331
3336
|
if (tmp0_elvis_lhs == null) {
|
|
3332
3337
|
var tmp_0;
|
|
3333
|
-
if (_this__u8e3s4 === PrimitiveClasses_getInstance().
|
|
3338
|
+
if (_this__u8e3s4 === PrimitiveClasses_getInstance().da()) {
|
|
3334
3339
|
tmp_0 = NothingSerializer_getInstance();
|
|
3335
3340
|
} else {
|
|
3336
3341
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -3348,7 +3353,7 @@
|
|
|
3348
3353
|
throw SerializationException_init_$Create$_0(notRegisteredMessage(_this__u8e3s4) + 'To get enum serializer on Kotlin/JS, it should be annotated with @Serializable annotation.');
|
|
3349
3354
|
}
|
|
3350
3355
|
function isReferenceArray(rootClass) {
|
|
3351
|
-
return rootClass.equals(PrimitiveClasses_getInstance().
|
|
3356
|
+
return rootClass.equals(PrimitiveClasses_getInstance().la());
|
|
3352
3357
|
}
|
|
3353
3358
|
function constructSerializerForGivenTypeArgs(_this__u8e3s4, args) {
|
|
3354
3359
|
var tmp;
|
|
@@ -3360,7 +3365,7 @@
|
|
|
3360
3365
|
tmp_0 = isInterface(assocObject, KSerializer) ? assocObject : THROW_CCE();
|
|
3361
3366
|
} else {
|
|
3362
3367
|
if (!(assocObject == null) ? isInterface(assocObject, SerializerFactory) : false) {
|
|
3363
|
-
var tmp_1 = assocObject.
|
|
3368
|
+
var tmp_1 = assocObject.dt(args.slice());
|
|
3364
3369
|
tmp_0 = isInterface(tmp_1, KSerializer) ? tmp_1 : THROW_CCE();
|
|
3365
3370
|
} else {
|
|
3366
3371
|
tmp_0 = null;
|
|
@@ -3375,26 +3380,21 @@
|
|
|
3375
3380
|
}
|
|
3376
3381
|
return tmp;
|
|
3377
3382
|
}
|
|
3378
|
-
function getChecked(_this__u8e3s4, index) {
|
|
3379
|
-
if (!(0 <= index ? index <= (_this__u8e3s4.length - 1 | 0) : false))
|
|
3380
|
-
throw IndexOutOfBoundsException_init_$Create$('Index ' + index + ' out of bounds ' + get_indices(_this__u8e3s4).toString());
|
|
3381
|
-
return _this__u8e3s4[index];
|
|
3382
|
-
}
|
|
3383
3383
|
function createCache$1($factory) {
|
|
3384
|
-
this.
|
|
3384
|
+
this.gx_1 = $factory;
|
|
3385
3385
|
}
|
|
3386
|
-
protoOf(createCache$1).
|
|
3387
|
-
return this.
|
|
3386
|
+
protoOf(createCache$1).vm = function (key) {
|
|
3387
|
+
return this.gx_1(key);
|
|
3388
3388
|
};
|
|
3389
3389
|
function createParametrizedCache$1($factory) {
|
|
3390
|
-
this.
|
|
3390
|
+
this.hx_1 = $factory;
|
|
3391
3391
|
}
|
|
3392
|
-
protoOf(createParametrizedCache$1).
|
|
3392
|
+
protoOf(createParametrizedCache$1).wm = function (key, types) {
|
|
3393
3393
|
// Inline function 'kotlin.runCatching' call
|
|
3394
3394
|
var tmp;
|
|
3395
3395
|
try {
|
|
3396
3396
|
// Inline function 'kotlin.Companion.success' call
|
|
3397
|
-
var value = this.
|
|
3397
|
+
var value = this.hx_1(key, types);
|
|
3398
3398
|
tmp = _Result___init__impl__xyqfz8(value);
|
|
3399
3399
|
} catch ($p) {
|
|
3400
3400
|
var tmp_0;
|
|
@@ -3410,28 +3410,28 @@
|
|
|
3410
3410
|
return tmp;
|
|
3411
3411
|
};
|
|
3412
3412
|
//region block: post-declaration
|
|
3413
|
-
protoOf(SerialDescriptorImpl).
|
|
3414
|
-
protoOf(SerialDescriptorImpl).
|
|
3415
|
-
protoOf(AbstractEncoder).
|
|
3416
|
-
protoOf(AbstractEncoder).
|
|
3417
|
-
protoOf(AbstractEncoder).
|
|
3418
|
-
protoOf(AbstractEncoder).
|
|
3419
|
-
protoOf(AbstractEncoder).
|
|
3420
|
-
protoOf(ListLikeDescriptor).
|
|
3421
|
-
protoOf(ListLikeDescriptor).
|
|
3422
|
-
protoOf(ListLikeDescriptor).
|
|
3423
|
-
protoOf(MapLikeDescriptor).
|
|
3424
|
-
protoOf(MapLikeDescriptor).
|
|
3425
|
-
protoOf(MapLikeDescriptor).
|
|
3426
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
3427
|
-
protoOf(PluginGeneratedSerialDescriptor).
|
|
3428
|
-
protoOf(InlinePrimitiveDescriptor$1).
|
|
3429
|
-
protoOf(NothingSerialDescriptor).
|
|
3430
|
-
protoOf(NothingSerialDescriptor).
|
|
3431
|
-
protoOf(NothingSerialDescriptor).
|
|
3432
|
-
protoOf(PrimitiveSerialDescriptor).
|
|
3433
|
-
protoOf(PrimitiveSerialDescriptor).
|
|
3434
|
-
protoOf(PrimitiveSerialDescriptor).
|
|
3413
|
+
protoOf(SerialDescriptorImpl).xm = get_isNullable;
|
|
3414
|
+
protoOf(SerialDescriptorImpl).dn = get_isInline;
|
|
3415
|
+
protoOf(AbstractEncoder).gp = encodeNotNullMark;
|
|
3416
|
+
protoOf(AbstractEncoder).hp = beginCollection;
|
|
3417
|
+
protoOf(AbstractEncoder).cp = encodeSerializableValue;
|
|
3418
|
+
protoOf(AbstractEncoder).ep = encodeNullableSerializableValue;
|
|
3419
|
+
protoOf(AbstractEncoder).ip = shouldEncodeElementDefault;
|
|
3420
|
+
protoOf(ListLikeDescriptor).xm = get_isNullable;
|
|
3421
|
+
protoOf(ListLikeDescriptor).dn = get_isInline;
|
|
3422
|
+
protoOf(ListLikeDescriptor).fn = get_annotations;
|
|
3423
|
+
protoOf(MapLikeDescriptor).xm = get_isNullable;
|
|
3424
|
+
protoOf(MapLikeDescriptor).dn = get_isInline;
|
|
3425
|
+
protoOf(MapLikeDescriptor).fn = get_annotations;
|
|
3426
|
+
protoOf(PluginGeneratedSerialDescriptor).xm = get_isNullable;
|
|
3427
|
+
protoOf(PluginGeneratedSerialDescriptor).dn = get_isInline;
|
|
3428
|
+
protoOf(InlinePrimitiveDescriptor$1).ts = typeParametersSerializers;
|
|
3429
|
+
protoOf(NothingSerialDescriptor).xm = get_isNullable;
|
|
3430
|
+
protoOf(NothingSerialDescriptor).dn = get_isInline;
|
|
3431
|
+
protoOf(NothingSerialDescriptor).fn = get_annotations;
|
|
3432
|
+
protoOf(PrimitiveSerialDescriptor).xm = get_isNullable;
|
|
3433
|
+
protoOf(PrimitiveSerialDescriptor).dn = get_isInline;
|
|
3434
|
+
protoOf(PrimitiveSerialDescriptor).fn = get_annotations;
|
|
3435
3435
|
//endregion
|
|
3436
3436
|
//region block: exports
|
|
3437
3437
|
_.$_$ = _.$_$ || {};
|
|
@@ -3447,10 +3447,10 @@
|
|
|
3447
3447
|
_.$_$.j = StringSerializer_getInstance;
|
|
3448
3448
|
_.$_$.k = get_nullable;
|
|
3449
3449
|
_.$_$.l = serializer_0;
|
|
3450
|
-
_.$_$.m =
|
|
3451
|
-
_.$_$.n =
|
|
3452
|
-
_.$_$.o =
|
|
3453
|
-
_.$_$.p =
|
|
3450
|
+
_.$_$.m = serializer_4;
|
|
3451
|
+
_.$_$.n = serializer_1;
|
|
3452
|
+
_.$_$.o = serializer_3;
|
|
3453
|
+
_.$_$.p = serializer_2;
|
|
3454
3454
|
_.$_$.q = PolymorphicKind;
|
|
3455
3455
|
_.$_$.r = PrimitiveKind;
|
|
3456
3456
|
_.$_$.s = ENUM;
|