ericvana / protobuf-net

Automatically exported from code.google.com/p/protobuf-net
Other
0 stars 0 forks source link

Should be able to serialize IEnumerable<T> #373

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

It should be possible to define some kind of generic surrogate for 
IEnumerable<T> so that it can be serialized as array or list or similar.

My use case is that I am switching from Json serialization to protocol buffers, 
and I want to minimize the impact on the rest of the system.

Original issue reported on code.google.com by kwac...@gmail.com on 19 Apr 2013 at 12:24

GoogleCodeExporter commented 8 years ago
That is already in the codebase, but hasn't made it into the public pre-built 
binaries yet.

Original comment by marc.gravell on 19 Apr 2013 at 10:30