MessagePackable.fromMsgpack

Deserializes MessagePack object to members using Value.

  1. void fromMsgpack(Value value)
    mixintemplate MessagePackable(Members...)
    static if(Members.length == 0)
    void
    fromMsgpack
    (
    Value value
    )
  2. void fromMsgpack(Unpacker unpacker)
  3. void fromMsgpack(Value value)
  4. void fromMsgpack(Unpacker unpacker)

Parameters

value Value

the MessagePack value to unpack.

Throws

MessagePackException if value is not an Array type.

Meta