Martin WIRTH
Martin WIRTH
Importing the source code into your project and compile it with API 26 solved it.
I'm facing the same issue, which lead to have some unnecessary additional bytes to the serialized data. Example and data in SOF: https://stackoverflow.com/questions/48991682/serialize-fixed-size-map-to-cbor
Thanks @cowtowncoder. Do you see any possible workaround at this point?
Thanks @cowtowncoder , actually, I've found out by reading the source code that the method to write a Map with a fixed size exists: `public final void writeStartObject(int elementsToWrite)` So,...
Hi here, I see that this PR is opened for a very long time now, is there any plan to have it merged any time soon?