From: brendanzagaeski Date: Wed, 27 Nov 2013 04:09:00 +0000 (-0500) Subject: Bug 15572. Lookup KnownTypeCollection element types in MSSimpleNamespace X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=d0c24d73e54472274711fa814dfd8082d8a924ec;hp=d0c24d73e54472274711fa814dfd8082d8a924ec;p=mono.git Bug 15572. Lookup KnownTypeCollection element types in MSSimpleNamespace This patch prevents the problem in https://bugzilla.xamarin.com/show_bug.cgi?id=15572. This change allows the DataContractSerializer to deserialize DataMembers that use an array KnownType, at least for the test case in the bug report. ---