Closed GoogleCodeExporter closed 9 years ago
What is Serializer here? Are you sure you're using protobuf-csharp-port rather
than protobuf-net?
Original comment by jonathan.skeet
on 28 Mar 2013 at 7:06
Protobuf.Serializer is a class in protobuf-net.dll
In this class, Serialize<T>(System.IO.Stream) and
Deserialize<T>(System.IO.Stream) are two methods to serialize and deserialize
result.
Original comment by aady78...@gmail.com
on 28 Mar 2013 at 8:49
protobuf-net.dll isn't part of the protobuf-csharp-port project.
As I suggested on the previous comment, you're looking at the wrong project.
You're using protobuf-net, so you should be asking for a feature request (which
is what this is, not a defect btw) on that project:
http://protobuf-net.googlecode.com
Original comment by jonathan.skeet
on 28 Mar 2013 at 10:42
Original issue reported on code.google.com by
aady78...@gmail.com
on 28 Mar 2013 at 6:05