rob42
04/03/2024, 10:53 AMopen-toast/protokt
vs square/wire
vs streem/pbandk
for protobuf support in a pure kotlin project?rob42
04/03/2024, 12:23 PMsquare/wire
seems by far the best documented and maintained, but insists on snake_case field names which is driving me bonkers.
My codebase is cross-language -- and everywhere else (iOS, Server) is using camelCase field names, so snake case only in Kotlin feels extremely awkward.
Perhaps it's possible to do some post-processing on the generated code to rename the fields? Sighjw
04/03/2024, 12:43 PMjw
04/03/2024, 12:44 PMrob42
04/03/2024, 1:46 PM