commonMain.it.unibo.tuprolog.serialize.TermSerialization.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of serialize-core Show documentation
Show all versions of serialize-core Show documentation
Multi-platform logic programming ecosystem supporting JVM, JavaScript, and Android
@file:JvmName("TermSerialization")
package it.unibo.tuprolog.serialize
import kotlin.jvm.JvmName
expect fun termSerializer(mimeType: MimeType): TermSerializer
expect fun termDeserializer(mimeType: MimeType): TermDeserializer
expect fun termObjectifier(): TermObjectifier
expect fun termDeobjectifier(): TermDeobjectifier
© 2015 - 2024 Weber Informatics LLC | Privacy Policy