nm i already know my fault. you take message.build() and then you get
it.

On 12 apr, 08:48, linmic <michael.lindema...@gmail.com> 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 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