I understand that protobuf compiler for javascript doesn't create a parseFrom method like it does for the java platform. Appreciate some guidance on how to get an output from deserialized data similar to how parseFrom would work in java. Otherwise, I can only see data as an array of Uint8 numbers. When you output log to a development console, it's easier to make sense of the output if it's in a JSON format with actual string values, not a numeric representation of them.
-- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/4755a5bd-d268-44af-9b6e-49430c2cae11n%40googlegroups.com.
