TokenizingSerializer
KotlinX serializer that automatically converts non-primitive values to string tokens on serialization, and automatically replaces string tokens with the real Kotlin/JVM objects they represent on detokenization.
I tested the serialization function, but I'm not sure it's actually used anywhere since I think PathElements (which use it for params) are only ever received and not sent.
Adapted from https://stackoverflow.com/a/66158603/12260302
Functions
Properties
Sources
jvm source
Link copied to clipboard