RPCEncoding

wvlet.airframe.http.RPCEncoding
See theRPCEncoding companion object
sealed trait RPCEncoding

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object JSON.type
object MsgPack.type

Members list

Concise view

Value members

Abstract methods

def applicationType: String
def encodeWithCodec[A](v: A, codec: MessageCodec[A]): Array[Byte]
def unpackValue(bytes: Array[Byte]): Value