Open GoogleCodeExporter opened 8 years ago
I would like to add a scenario.
In ORM such as NHibernate, it always create DecoratorAopProxy for lazy
property. Though
it has been initialize but it's type is DecoratorAopProxy. So when use
protobuf-net for
serializing class, it threw exception like
"Unexpected type found during serialization; types must be included with
ProtoIncludeAttribute; found DecoratorAopProxy"
I use protobuf-net r282.zip.
Original comment by namtn2...@gmail.com
on 18 Apr 2010 at 5:24
@namtn2008 - I've tweaked this in v2 (r315). I don't plan on back-porting this
to v1,
but v2 is not far away now.
Original comment by marc.gravell
on 19 Apr 2010 at 6:38
Original issue reported on code.google.com by
mwatt...@gmail.com
on 1 Feb 2010 at 8:51