ArgonautMsgpack

class Object
trait Matchable
class Any

Value members

Methods

def jsonCodec(options: ArgonautUnpackOptions): MsgpackCodec[Json]
def jsonArrayCodec(options: ArgonautUnpackOptions): MsgpackCodec[JsonArray]
def jsonObjectCodec(options: ArgonautUnpackOptions): MsgpackCodec[JsonObject]
def allCodec(options: ArgonautUnpackOptions): (MsgpackCodec[Json], MsgpackCodec[JsonArray], MsgpackCodec[JsonObject])
def jsonObject2msgpack(packer: MsgPacker, obj: JsonObject): Unit
def jsonArray2msgpack(packer: MsgPacker, array: JsonArray): Unit
def json2msgpack(packer: MsgPacker, json: Json): Unit
def msgpack2json(unpacker: MsgUnpacker, unpackOptions: ArgonautUnpackOptions): UnpackResult[Json]
def msgpack2jsonObject(unpacker: MsgUnpacker, unpackOptions: ArgonautUnpackOptions): UnpackResult[JsonObject]
def msgpack2jsonArray(unpacker: MsgUnpacker, unpackOptions: ArgonautUnpackOptions): UnpackResult[JsonArray]