CompatStringTranscoderLegacy

Companion
class
class AbstractTranscoder[CompatStringDocument, String]
trait Transcoder[CompatStringDocument, String]
class Object
trait Matchable
class Any

Value members

Inherited methods

def decode(x$0: String, x$1: ByteBuf, x$2: Long, x$3: Int, x$4: Int, x$5: ResponseStatus): CompatStringDocument
Inherited from
AbstractTranscoder
def doDecode(id: String, content: ByteBuf, cas: Long, expiry: Int, flags: Int, status: ResponseStatus): CompatStringDocument
def doEncode(document: CompatStringDocument): Tuple2[ByteBuf, Integer]

encode same as StringTranscoder

encode same as StringTranscoder

See also

com.couchbase.client.java.transcoder.StringTranscoder#doEncode(com.couchbase.client.java.document.StringDocument)

Inherited from
CompatStringTranscoderLegacy
def encode(x$0: CompatStringDocument): Tuple2[ByteBuf, Integer]
Inherited from
AbstractTranscoder
override
def newDocument(id: String, expiry: Int, content: String, cas: Long, mutationToken: MutationToken): CompatStringDocument
Definition Classes
CompatStringTranscoderBase -> AbstractTranscoder -> Transcoder
Inherited from
CompatStringTranscoderBase
def newDocument(id: String, expiry: Int, content: String, cas: Long): CompatStringDocument