Fixed issue with serializer in full .NET framework as described by @fgollas in PR#1.
Proxy classes are used when there are "hidden" model properties without getters.
Added the tests running on .NET framework (the v 0.1.0 code has been tested just for .NET core, where this issue not appeared).