Package-level declarations

Types

Link copied to clipboard
data class PatchValue<out T>

An optional that accepts nullable values. Thus, it can represent two (PatchValue<T>) or three (PatchValue<T>?) states:

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FIELD])
expect annotation class SerializedName(val value: String, val alternate: Array<String> = [])
actual typealias SerializedName = com.google.gson.annotations.SerializedName
typealias SerializedName = com.google.gson.annotations.SerializedName