Код: Выделить всё
var bytes = Convert.FromBase64String(mystring);
var myobj= MessagePackSerializer.Deserialize(bytes, ContractlessStandardResolver.Options);
Почему?
Подробнее здесь: https://stackoverflow.com/questions/791 ... net-core-8
Код: Выделить всё
var bytes = Convert.FromBase64String(mystring);
var myobj= MessagePackSerializer.Deserialize(bytes, ContractlessStandardResolver.Options);