AqlaSolutions / AqlaSerializer

Binary serializer with full .NET support!
http://www.aqla.net
Other
16 stars 3 forks source link

Address issue 47: name clashes in obfuscated types. #49

Closed jdsheneman closed 2 years ago

jdsheneman commented 2 years ago

I couldn't figure out how to limit the GetMember call to return only fields and properties, so I changed it to two explicit calls GetField and GetProperty.