I have following information in buffer file
message StudentInfo {
required int32 id = 1;
required string name = 2;
required string class = 3;
optional string age = 4;
}
message StudentList{
repeated StudentInfo studentInfo = 1;
}
How to modify or delete a particular StudentInfo ?
--
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 http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/groups/opt_out.