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

tools.samt.api.transports.http.SerializationMode.kt Maven / Gradle / Ivy

The newest version!
package tools.samt.api.transports.http

/** How a given parameter is serialized over HTTP */
enum class SerializationMode {
    /** serialized as JSON */
    Json {
        override fun toString() = "application/json"
    },
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy