polenter / SharpSerializer

SharpSerializer can serialize types like: multidimensional array, nested array, array-of-arrays, polymorphic object (where value is inherited from the property type), generic type, generic listing (i.e. dictionary, collection) and many more, with a single line of code
https://www.sharpserializer.net
Other
114 stars 28 forks source link

added flag to deserialize classes with private constructor #8

Closed DocKuro closed 2 years ago

DocKuro commented 5 years ago

And tests to check the behaviour with a private parameterless constructor and without any parameterless constructor

polenter commented 2 years ago

The request was merged. Changes in the nuget package were discarded.