Package com.couchbase.client.kotlin.codec

Types

Content
Link copied to clipboard
class Content(bytes: ByteArray, flags: Int)
The encoded form of a KV value, with flags indicating the data type.
JacksonJsonSerializer
Link copied to clipboard
class JacksonJsonSerializer(mapper: JsonMapper) : JsonSerializer
JsonSerializer
Link copied to clipboard
interface JsonSerializer
JsonTranscoder
Link copied to clipboard
class JsonTranscoder(serializer: JsonSerializer) : Transcoder
Converts the value to and from JSON by delegating to a JsonSerializer
RawBinaryTranscoder
Link copied to clipboard
object RawBinaryTranscoder : Transcoder
RawJsonTranscoder
Link copied to clipboard
object RawJsonTranscoder : Transcoder
RawStringTranscoder
Link copied to clipboard
object RawStringTranscoder : Transcoder
Transcoder
Link copied to clipboard
interface Transcoder
TypeRef
Link copied to clipboard
abstract class TypeRef<T>
A reified Java type.

Functions

typeRef
Link copied to clipboard
inline fun <T> typeRef(): TypeRef<T>
Returns a reified version of the type parameter.