Play2Msgpack

class Object
trait Matchable
class Any

Value members

Concrete methods

def allCodec(options: PlayUnpackOptions): (MsgpackCodec[JsValue], MsgpackCodec[JsArray], MsgpackCodec[JsObject])
def jsArray2msgpack(packer: MsgPacker, array: JsArray): Unit
def jsArrayCodec(options: PlayUnpackOptions): MsgpackCodec[JsArray]
def jsObj2msgpack(packer: MsgPacker, obj: JsObject): Unit
def jsObjCodec(options: PlayUnpackOptions): MsgpackCodec[JsObject]
def jsValueCodec(options: PlayUnpackOptions): MsgpackCodec[JsValue]
def json2msgpack(packer: MsgPacker, json: JsValue): Unit
def msgpack2jsArray(unpacker: MsgUnpacker, unpackOptions: PlayUnpackOptions): UnpackResult[JsArray]
def msgpack2jsObj(unpacker: MsgUnpacker, unpackOptions: PlayUnpackOptions): UnpackResult[JsObject]
def msgpack2json(unpacker: MsgUnpacker, unpackOptions: PlayUnpackOptions): UnpackResult[JsValue]