with proto3, protocol buffers now have a standard json format, is there a way to leverage this with this library?
my use case is caching protocol buffers in local storage. currently i've been base64 encoding the messages before storing them. this becomes more complex with the Map type.
with proto3, protocol buffers now have a standard json format, is there a way to leverage this with this library?
my use case is caching protocol buffers in local storage. currently i've been base64 encoding the messages before storing them. this becomes more complex with the
Maptype.