ericvana / protobuf-net

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

Non-generic version of: Serializer.Deserialize<T> #401

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi there,

Basically I'm working with non-generic code, and it would be extremely helpful 
if you could had a method with the signature bellow:

object Deserialize(Type type, Stream source)

Thanks

Original issue reported on code.google.com by metitus on 22 Aug 2013 at 11:02