[protobuf] Problem with MemoryStream in proto-buf

2010-03-19 Thread frederic michaud
Hello, I try exemple to the protobuf.net in a Getting Started page it's work, after that i change file by memorystream and i cant work ??? Stream tt = new MemoryStream(); Serializer.Serialize(tt, person); fred -- You received this message because you are subscribed to the Google Groups "Proto

[protobuf] Re: Problem with MemoryStream in proto-buf

2010-03-19 Thread frederic michaud
e know. > > Marc > [protobuf-net] > > On 19 March 2010 13:54, frederic michaud wrote: > > > > > Hello, > > > I try exemple to the protobuf.net in a Getting Started page it's work, > > after that i change file by memorystream and i cant work ??? > &g