xbrady

Results 2 issues of xbrady

When I try to deserialize a complex object I'm getting the following error: No parameterless constructor defined for this object. I obviously have a class somewhere without a parameterless constructor,...

help wanted

This is kind of difficult to explain, but here is the code to reproduce: ``` public class TestMain { public string TestProperty { get { return "Test"; } } private...