![JAR search and dependency download from the Maven repository](/logo.png)
tools.samt.api.transports.http.SerializationMode.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of public-api Show documentation
Show all versions of public-api Show documentation
Public API for creating custom SAMT plugins.
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