
commonMain.io.ks3.standard.EnumDecodingException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ks3-standard-jvm Show documentation
Show all versions of ks3-standard-jvm Show documentation
KotlinX Serialization standard serializers
The newest version!
package io.ks3.standard
import kotlinx.serialization.SerializationException
class EnumDecodingException(message: String? = null, cause: Throwable? = null) : SerializationException(message, cause)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy