[protobuf] Serialization Error

2012-06-04 Thread Farooq Mushtaq
While serializing I am getting error "Possible recursion detected (offset: 2 level(s))". I have check tag of every ProtoMember of each class I am using. Each tag is unique but still finding this error. How can I handle this. I am new to Protocol Buffer. -- You received this message because you ar

[protobuf] Serializing List of Objects

2012-06-20 Thread Farooq Mushtaq
How can we serialize list of objects by using protobuf-net? Is protobuf-net support list of objects like public List(ABC) DEF { get; set; } -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To view this discussion on the web vi