uhm, where do you set the value ? I'd expected something like
SerializeToString()
>
> ------------Read----------
>
> Message.Load message = Message.Load.parseFrom( value );
>
> -----------Exception--------
>
> InvalidProtocolBufferExceptionProtocol message contained an invalid
> tag (zero).
> com.google.protobuf.InvalidProtocolBufferException: Protocol message
> contained an invalid tag (zero).
> at
> com.google.protobuf.InvalidProtocolBufferException.invalidTag(InvalidProtocolBufferException.java:
> 68)
> at com.google.protobuf.CodedInputStream.readTag(CodedInputStream.java:
> 108)
> at message.Message$Load$Builder.mergeFrom(Message.java:723)
>
> --
> You received this message because you are subscribed to the Google Groups "Protocol Buffers" group.
> To post to this group, send email to prot...@googlegroups.com.
> To unsubscribe from this group, send email to protobuf+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
>