Question: For instance, I have some enums in my proto schema: I can generate scala classes with strings instead of enums by providing scalaPB TypeMappers: But I don’t want to copypaste same TypeMappers for any single Enum Is there any ...
Question: I want to convert ByteArray to string and then convert the string to ByteArray,But while converting values changed. someone help to solve this problem. person.proto: After sbt compile it gives case class Person (created by google protobuf while compiling) ...