Re: 2.0.3 officially released

2008-12-15 Thread Kenton Varda
Yes, thanks for reminding me. There still isn't any documentation on this feature, even inside Google. :( I will try to write it this week. (Sorry, it all comes down to me having too much work to do...) On Sun, Dec 14, 2008 at 4:44 PM, codeazure wrote: > > The language guide in the documentat

protobuf-net basics

2008-12-15 Thread Meidan
Hi, I'm trying to use protobuf-net like this: [DataContract] public class Foo { [DataMember] public int Int { get; set; } } var stream = new FileStream(@"d:\serialized", FileMode.Create, FileAccess.Write, FileShare.None); var f = n

Re: Peek into a serialized message

2008-12-15 Thread sorent
Thank you ! That solves my problem. /Sören --~--~-~--~~~---~--~~ 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, sen