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

2010-03-19 Thread Marc Gravell
Hi Fred - that is unfortunately pretty vague - can you clarify exactly what happens? The most common mistake when using a MemoryStream is to start reading from it without resetting the Position to 0 (essentially, rewinding it). The other common mistake is to try overwriting it (from the beginning)

[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