I am trying to use Protocol buffers to store serialized data in Database for 
a web application built in java. 

I have created .proto files and compiled them to get the generated classes. 
Also I can build the message objects using the setters & finally build() 
method. But to store it to database, I need serialized data as byte[] or 
byte buffers. How do I finally get that from the message instances ??

So what do i need to do after creating the objects ?


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

Reply via email to