ArgonautMsgpack

class Object
trait Matchable
class Any

Value members

Concrete methods

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