Hi folks, I have a function that receives value of...
# serialization
s
Hi folks, I have a function that receives value of type
Any
, I want to know if there is any way to check if the value is from a Serializable class. There is any function on Kotlinx.serialization that I can check this? I want something multiplatform and not JVM only.