Package | Description |
---|---|
com.couchbase.client.java.codec |
Utilities and interfaces for encoding and decoding.
|
com.couchbase.client.java.transactions.internal |
Modifier and Type | Method and Description |
---|---|
Transcoder.EncodedValue |
RawJsonTranscoder.encode(Object input) |
Transcoder.EncodedValue |
RawBinaryTranscoder.encode(Object input) |
Transcoder.EncodedValue |
Transcoder.encode(Object input)
Encodes the given input into the wire representation based on the data format.
|
Transcoder.EncodedValue |
Sdk2CompatibleLegacyTranscoder.encode(Object input) |
Transcoder.EncodedValue |
JsonTranscoder.encode(Object input) |
Transcoder.EncodedValue |
SerializableTranscoder.encode(Object input) |
Transcoder.EncodedValue |
LegacyTranscoder.encode(Object input) |
Transcoder.EncodedValue |
RawStringTranscoder.encode(Object input) |
Modifier and Type | Method and Description |
---|---|
static Transcoder.EncodedValue |
EncodingUtil.encode(Object content,
com.couchbase.client.core.cnc.RequestSpan span,
JsonSerializer serializer,
Transcoder transcoder,
com.couchbase.client.core.CoreContext coreContext) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.