| Package | Description |
|---|---|
| com.couchbase.client.java.codec |
Utilities and interfaces for encoding and decoding.
|
| Modifier and Type | Method and Description |
|---|---|
Transcoder.EncodedValue |
SerializableTranscoder.encode(Object input) |
Transcoder.EncodedValue |
RawJsonTranscoder.encode(Object input) |
Transcoder.EncodedValue |
RawStringTranscoder.encode(Object input) |
Transcoder.EncodedValue |
JsonTranscoder.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 |
LegacyTranscoder.encode(Object input) |
Copyright © 2021 Couchbase, Inc.. All rights reserved.