A shortcut for fromMsgPack(StringCodec.toMsgPack(s))
A shortcut for fromMsgPack(StringCodec.toMsgPack(s))
Converting the object into MessagePack (= Array[Byte])
Converting the object into MessagePack (= Array[Byte])
Converting the input MessagePack into an object.
Converting the input MessagePack into an object. If the conversion fails, throw an IllegalArgumentException
(Since version ) see corresponding Javadoc for more information.