nm i already know my fault. you take message.build() and then you get it. On 12 apr, 08:48, linmic <[email protected]> wrote: > iam trying to convert a protobuff mesage.Builder to a protobuff > message but i can't find any method for it and parsing it form a > string won't work because of invalid lenght. So is there a way to > confert a message.Builder to a message? > > id.Builder ident = id.newBuilder(); > id identi = null; > ident.setId(1);
-- 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.
