ValueSerializationException

class ValueSerializationException(value: Any?, cause: Throwable?)

An exception for serialization errors.

Constructors

ValueSerializationException
Link copied to clipboard
fun ValueSerializationException(value: Any?, cause: Throwable? = null)