protok
protok copied to clipboard
Kotlin code generator plugin for protoc
Implement a `Reader` to convert from a ByteArray to a Protocol Buffer object
Migrate Marshaller to a pure Kotlin `Writer` from the Java based `CodedOutputStream`. This should allow the project to be migrated to a multiplatform environment in the future
This is to support Gson, which will not pass the values to the constructor, but will use reflection to populate the fields afterwards.
Generate functions for serializing & parsing Json. - [x] generate function for serializing to Json - [ ] generate function for parsing Json to Messages
Add Kotlin Multiplatform support to runtime module.
Add gradle.yml for github actions