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

ASP.NET #30

Open cocowalla opened 1 year ago

cocowalla commented 1 year ago

Can this serializer be used with ASP.NET?

AddXmlSerializerFormatters adds XML formatters based on XmlSerializer, but it can't handle serialisation of dictionaries, so I'm looking to use a more capable XML serializer instead.