Skip to content

Conversation

tomgallard
Copy link
Contributor

The RestSharp XmlDeserializer only tries to deserialize types where
Type.IsPublic is true. For nested public classes, Type.IsPublic is
false, but Type.IsNestedPublic is true . Updated deserializer to check
for this condition

…ypes

The RestSharp XmlDeserializer only tries to deserialize types where
Type.IsPublic is true. For nested public classes, Type.IsPublic is
false, but Type.IsNestedPublic is true . Updated deserializer to check
for this condition
hallem added a commit that referenced this pull request Oct 19, 2014
Fixed bug where XmlDeserializer would not deserialize public nested type
@hallem hallem merged commit ea0b33a into restsharp:master Oct 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants