Kotlin / kotlinx.serialization

Kotlin multiplatform / multi-format serialization
Apache License 2.0
5.21k stars 614 forks source link

Support packed fields in protobuf schema generator #1856

Open sandwwraith opened 2 years ago

sandwwraith commented 2 years ago

1830

pdvrieze commented 2 years ago

Just put in #1857 that solves this, and adds appropriate exceptions where the format itself doesn't (to avoid runtime exceptions that can be avoided it ignores the annotation when it is not valid).