Please include an e-mail address if this might need a dialogue!
==============
What steps will reproduce the problem?
1. serialize / deserialize any collection with the standard API
2. e.g. ProtoBuf.Serializer.Serialize(stream, myCollection);
3.
What is the expected output? What do you see instead?
The size of serialized collections is smaller than DataContractSerializer and
the content after deserialization is correct, but I would have expected at
worst the same performance as the DatacontractSerializer.
however, protobuf-net is consistently slower. For example, with byte[256], I
got 12 usec/12 usec for serializing/deserializing with Protobuf-net but 1.5
usec / 3 usec with DataContractSerializer.
What version of the product are you using? On what operating system?
version 2.0.0.480 on Widows 7 64-bits.
Please provide any additional information below.
Contact: louis.latour@gmail.com
Original issue reported on code.google.com by Louis.La...@gmail.com on 7 Feb 2012 at 1:33
Original issue reported on code.google.com by
Louis.La...@gmail.com
on 7 Feb 2012 at 1:33Attachments: