Kotlinx Serialization Multiplatform Protobuf Generator
See original GitHub issueThis is the tracking issue for https://github.com/marcoferrer/kroto-plus/pull/13
Originally work on this feature was blocked due to a bug with the @SerialInfo
annotation in the kotlin serialization native runtime. It looks like the bug is addressed in versions 0.10.0-eap-1
and 1.3.20-eap-52
with an expected release in 1.3.20
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Alternative and custom formats (experimental) - GitHub
Kotlin multiplatform / multi-format serialization ... kotlinx.serialization/docs/formats.md ... Packed fields; ProtoBuf schema generator (experimental).
Read more >kotlinx.serialization 1.2 Released: High-Speed JSON ...
The latest version of our multiplatform serialization library brings ... that automatically generates Protobuf schemas from Kotlin classes, ...
Read more >ProtoNumber - GitHub Pages
ProtoNumber ... Specifies protobuf field number (a unique number for a field in the protobuf message) assigned to a Kotlin property. See https://developers.google ......
Read more >Package kotlinx.serialization.protobuf
Package kotlinx.serialization.protobuf. Protocol buffers serialization format implementation, mostly compliant to proto2 specification. Types Functions ...
Read more >kotlinx.serialization 1.2.0: Faster JSON Handling ... - YouTube
Support for Protocol Buffers, the binary serialization format from Google, gets expanded, with an experimental schema generator.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just as a heads up, I have another library that does this at https://github.com/cretz/pb-and-k. Just figured I’d toss it out there though I understand reasons for sticking with Kotlinx.
We’re past
1.3.20
\o/