To implement protobuf, we use Wire to serialize/deserialize, which takes .proto files and generate its data class and builders. To follow this approach for the existing data classes, we have to ...
The Java bytecode shows values were resolved at compile time: 9: getstatic #19 // Field java/lang/System.out:Ljava/io/PrintStream; 11: ldc #27 // String Hello: main ...