public class RawStringTranscoder extends Object implements Transcoder
Transcoder.EncodedValue| Modifier and Type | Field and Description |
|---|---|
static RawStringTranscoder |
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, waitdecodepublic static RawStringTranscoder INSTANCE
public Transcoder.EncodedValue encode(Object input)
Transcoderencode in interface Transcoderinput - the input object to encode.public <T> T decode(Class<T> target, byte[] input, int flags)
Transcoderdecode in interface Transcodertarget - the target type to decode.input - the wire representation to decode.flags - the flags on the wireCopyright © 2020 Couchbase, Inc.. All rights reserved.