I am using Protobuf on a mobile device and so I want to stick to Protobuf 
Lite. But I also have a need to deserialize a Message from a human-readable 
string.
It seems the TextFormatClass() works with Message and not MessageLite. Does 
anybody have a suggestion for how to deserialize a MessageLite from
a human-readable string? Lacking a better alternative I'm thinking of 
deserializing a json or yaml string and manually converting to an instance 
of my message type.

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to