I have a use case where we want to de-serialize the protobuf message into Generic key value pairs like Map<String, Object> (something similar to support in Jackson deserialize json into generic map).
At the time of deserialization I have the proto schema along with data (bytest) to deserialize, but not the generated classes.
Would it be possible to do so?
Regards,
Venkat.