ThrowableSerializer

object ThrowableSerializer : KSerializer<Throwable>

Types

Link copied to clipboard
class SerializableException(val className: String, val message: String?, val stackTrace: String) : Throwable

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
open override fun deserialize(decoder: Decoder): Throwable
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: Throwable)