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

Fix the Bug which fail test project in the commit 7b4680c2782f28bcd29740daa7f6220c60674c01 #32

Closed strugglesharp closed 9 months ago

strugglesharp commented 1 year ago

Fix the Bug which fail test project in the commit 7b4680c2782f28bcd29740daa7f6220c60674c01

oxbridgepentathlon commented 9 months ago

I think the PR will solve my issue: https://github.com/polenter/SharpSerializer/issues/26 and possibly https://github.com/polenter/SharpSerializer/issues/33

I hope the PR can be completed please!