Is there any non-internal analog for `SerialClassD...
# serialization
t
Is there any non-internal analog for
SerialClassDescImpl("MyClass")
in
0.14.0-1.3.70-eap-134
?
n
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