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

Item of type FontFamily not correctly serialized. #5

Open Scheltens opened 6 years ago

Scheltens commented 6 years ago

Hi,

I tried to use your serializer on an object containing a property of type FontFamily. I got the following XML:

<Complex name="FontFamily">

Clearly some of its properties are not listed. Also: I tried to make it ignore the property Transform,, but apparently that only works on properties of the serialized object, and not on sub properties.