anerjan / protobuf-net

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

Proto Serializing hierarchy type with Reflection #353

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please include an e-mail address if this might need a dialogue!
motigo@etoro.com
==============

What steps will reproduce the problem?
1. Load Proto.Serializer type by reflection
2. Prepare generic method of Serialize Method
3. Invoke on a derived type instance

What is the expected output? What do you see instead?
expected a stream that can be deserialized.

What version of the product are you using? On what operating system?
2.0.0.431

Please provide any additional information below.
please see link below for code example that emphasizes the problem:
http://stackoverflow.com/questions/14540862/proto-serializing-hierarchy-type-wit
h-reflection

Original issue reported on code.google.com by mot...@etoro.com on 28 Jan 2013 at 7:58