esensar / kotlinx-serialization-msgpack

MsgPack support for kotlinx.serialization -- msgpack.org[kotlinx.serialization]
https://www.ensarsarajcic.com/kotlinx-serialization-msgpack/
MIT License
44 stars 9 forks source link

unknownfieldexception #69

Closed AlirezaGhanbarinia closed 2 years ago

AlirezaGhanbarinia commented 2 years ago

Hello Thank you for useful library I want to use feature ignoreUnknownKeys = true
when using MsgPack.decodeFromByteArray , I get an error unknownfieldexception

esensar commented 2 years ago

Thank you for reporting this! This is a missing feature actually, I will try to make a 0.4.4 release including it.

esensar commented 2 years ago

0.4.4 will be released soon with this feature

AlirezaGhanbarinia commented 2 years ago

thank you @esensar 🙏