Dogacel / kotlinx-protobuf-gen

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

Support message and field options #5

Open Dogacel opened 1 year ago

Dogacel commented 1 year ago

We should respect options such as deprecated or json_name.

Before starting, we need to decide on the list of options we want to support initially. Generated code can be morph based on those options.