https://kotlinlang.org logo
#serialization
Title
# serialization
t

turansky

02/04/2020, 7:31 AM
Is there any non-internal analog for
SerialClassDescImpl("MyClass")
in
0.14.0-1.3.70-eap-134
?
n

Nikky

02/04/2020, 11:34 AM
does it not work? add the experimental stuff if you have not already
Copy code
@UseExperimental(kotlinx.serialization.InternalSerializationApi::class)
I am using this and it seems fine
3 Views