Receive as IList<object> and take the strings from the object, or use dynamic.
IList<object>
dynamic
See also code/client/clrcore/MsgPackDeserializer.cs.