Open GoogleCodeExporter opened 9 years ago
I have a separate - but similar issue - where I get an "unexpected type" error
(not "unexpected sub-type"!), though it still is the same scenario. (it happens
in method TrySerializeAuxiliaryType).
I have an external assembly that returns an IEnumerable<SomeClass>, however,
the actual instances returned are of a type that is a sub-class of SomeClass.
This derived type is private to the external assembly, so it looks like I have
no way to get proto-buf-net to serialize these instances.
Original comment by kwac...@gmail.com
on 12 Jul 2013 at 3:40
Original issue reported on code.google.com by
kwac...@gmail.com
on 19 Apr 2013 at 2:32