Is it possible to parse protobuf in a generic fashion in Java?
I have looked into GeneratedMessage and could not find a way to parse any PB byte buffer into a GeneratedMessage.
Essentially, I am trying to parse a PB byte buffer into GeneratedMessage and then I would use reflection to detect fields inside it.