Ooh, that sounds like me, then. It works fine against the current v2 code; I
do seem to recall there was a bug at some point in v2 that behaved like
this. If you are using v2, please make sure you have a recent version. If
you are using v1 and this happens /there/, then my flabber is officially
ghasted.

If you still can't get it to work, please let me know exactly which version
/ environment / platform / etc.

Marc

On 27 September 2011 15:15, Aleksey Fedorov <aleksey-fedo...@mailfrom.ru>wrote:

> [ProtoContract]
> internal class Tst
> {
>        [ProtoMember(1)]
>        public int ValInt
>        {
>                get;
>                set;
>        }
>
>        [ProtoMember(2)]
>        public byte[] ArrayData
>        {
>                get;
>                set;
>        }
>
>        [ProtoMember(3)]
>        public string Str1
>        {
>                get;
>                set;
>        }
> }
>



-- 
Regards,

Marc

-- 
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