public class RawJsonTranscoder extends Object implements Transcoder
Transcoder.EncodedValue
Modifier and Type | Field and Description |
---|---|
static RawJsonTranscoder |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
<T> T |
decode(Class<T> target,
byte[] input,
int flags)
Decodes the wire representation into the entity based on the data format.
|
Transcoder.EncodedValue |
encode(Object input)
Encodes the given input into the wire representation based on the data format.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
decode
public static RawJsonTranscoder INSTANCE
public Transcoder.EncodedValue encode(Object input)
Transcoder
encode
in interface Transcoder
input
- the input object to encode.public <T> T decode(Class<T> target, byte[] input, int flags)
Transcoder
decode
in interface Transcoder
T
- the generic type used for the decoding target.target
- the target type to decode.input
- the wire representation to decode.flags
- the flags on the wireCopyright © 2024 Couchbase, Inc.. All rights reserved.