I’m looking for Java implementation of Protocol Buffer using annotation the same way it is implemented in protobuf-net project.
I just want the easy of use of annotation without the need to constantly compile the .proto file using protoc.
I’m looking for Java implementation of Protocol Buffer using annotation the same way it
Share
The Protostuff library can serialize annotated POJOs: https://protostuff.github.io/docs/protostuff-runtime/