I am currently testing out Protocol Buffers to see if they would be a
good fit for serialization on a project I am working on, and so far I
really like working with them. The one problem that I have run into it
the size of the "libprotobuf.lib" and "libprotoc.lib" libraries.

The project I am working on is mean to be lightweight so adding those
in just feels like bloat.

My questions is this, can I get away with basic read/write
functionality using just "libprotobuf-lite?" If I am able to use just
the lite lib, what is it that I am losing?

Sorry if this is obvious, I just have not been able to find an answer
online or in the provided documentation.

Thank you in advance,
Ross

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to