Uses of Package
com.couchbase.client.java.codec
Packages that use com.couchbase.client.java.codec
Package
Description
Namespace for various analytics-service related classes.
Utilities and interfaces for encoding and decoding.
Holds classes related to the environment and its configuration.
Namespace for various kv-service related classes.
Namespace for various query-service related classes.
Namespace for various search-service related classes.
Holds search result classes and interfaces.
Namespace for various view-service related classes.
-
Classes in com.couchbase.client.java.codec used by com.couchbase.client.java.analyticsClassDescriptionThe
JsonSerializer
handles the serialization and deserialization of raw json data into java objects.Conveys generic type information at run time. -
Classes in com.couchbase.client.java.codec used by com.couchbase.client.java.codecClassDescriptionThe 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.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.Conveys generic type information at run time. -
Classes in com.couchbase.client.java.codec used by com.couchbase.client.java.envClassDescriptionThe
JsonSerializer
handles the serialization and deserialization of raw json data into java objects.The transcoder is responsible for transcoding KV binary packages between their binary and their java object representation. -
Classes in com.couchbase.client.java.codec used by com.couchbase.client.java.kvClassDescriptionThe
JsonSerializer
handles the serialization and deserialization of raw json data into java objects.The transcoder is responsible for transcoding KV binary packages between their binary and their java object representation.Conveys generic type information at run time. -
Classes in com.couchbase.client.java.codec used by com.couchbase.client.java.manager.rawClassDescriptionThe
JsonSerializer
handles the serialization and deserialization of raw json data into java objects.Conveys generic type information at run time. -
Classes in com.couchbase.client.java.codec used by com.couchbase.client.java.queryClassDescriptionThe
JsonSerializer
handles the serialization and deserialization of raw json data into java objects.Conveys generic type information at run time. -
Classes in com.couchbase.client.java.codec used by com.couchbase.client.java.searchClassDescriptionThe
JsonSerializer
handles the serialization and deserialization of raw json data into java objects. -
Classes in com.couchbase.client.java.codec used by com.couchbase.client.java.search.resultClassDescriptionThe
JsonSerializer
handles the serialization and deserialization of raw json data into java objects.Conveys generic type information at run time. -
Classes in com.couchbase.client.java.codec used by com.couchbase.client.java.transactionsClassDescriptionThe
JsonSerializer
handles the serialization and deserialization of raw json data into java objects.Conveys generic type information at run time. -
Classes in com.couchbase.client.java.codec used by com.couchbase.client.java.transactions.configClassDescriptionThe transcoder is responsible for transcoding KV binary packages between their binary and their java object representation.
-
Classes in com.couchbase.client.java.codec used by com.couchbase.client.java.transactions.internalClassDescriptionThe
JsonSerializer
handles the serialization and deserialization of raw json data into java objects.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. -
Classes in com.couchbase.client.java.codec used by com.couchbase.client.java.viewClassDescriptionThe
JsonSerializer
handles the serialization and deserialization of raw json data into java objects.Conveys generic type information at run time.