Package com.couchbase.client.java.codec
package com.couchbase.client.java.codec
Utilities and interfaces for encoding and decoding.
-
ClassDescriptionThe default JSON serializer.A serializer backed by a user-provided Jackson
ObjectMapper
.TheJsonSerializer
handles the serialization and deserialization of raw json data into java objects.Wraps another serializer, intercepting and handling requests to [de]serialize JsonObject and JsonArray.This transcoder is compatible with the Java SDK 2 "LegacyTranscoder", which makes it usable back to Java SDK 1 as a result.This transcoder allows to serialize and deserialize objects if they implement theSerializable
interface.The transcoder is responsible for transcoding KV binary packages between their binary and their java object representation.Represents the tuple of encoded value and flags to be used on the wire.TypeRef<T>Conveys generic type information at run time.