All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.serializer.SerializeKspoonError.kt Maven / Gradle / Ivy

Go to download

Annotation based HTML to Kotlin class parser with KMP support, jspoon successor

The newest version!
package dev.burnoo.kspoon.serializer

import dev.burnoo.kspoon.exception.kspoonError

internal fun kspoonEncodeError(): Nothing {
    kspoonError("Encoding is not supported by kspoon")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy