Dogacel / kotlinx-protobuf-gen

Generate kotlinx serializable data classes from protobuf
Apache License 2.0
12 stars 3 forks source link

Maps with `fixed` keys can't be serialized #9

Open Dogacel opened 1 year ago

Dogacel commented 1 year ago

Generated map fields with fixedXX and sfixedXX keys can't be serialized.

We should follow up with `kotlinx.serializationz team. I already made some attempts: