deserializeMsgpack.deserializeMsgpack

Deserializes MessagePack-encoded binary data into a value of type T, either by mutation of a provided variable or by returning a new instance. (community summary)

  1. void deserializeMsgpack(T value, const(ubyte)[] data)
  2. T deserializeMsgpack(const(ubyte)[] data)
    template deserializeMsgpack(T)
    @safe
    T
    deserializeMsgpack
    ()
    (
    scope const(ubyte)[] data
    )