File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
nservicebus/serialization Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11---
22title : XML Serializer
33summary : A custom XML serializer
4- reviewed : 2022-09-05
4+ reviewed : 2025-01-17
55component : Xml
66redirects :
77 - nservicebus/serialization/xml-serializer
@@ -60,8 +60,8 @@ The XML serializer in NServiceBus is a custom implementation. As such it does no
6060
6161### Unsupported types
6262
63- * [ HashTable] ( https://msdn.microsoft.com/en-us/library/system.collections.hashtable.aspx )
64- * Types with non-default constructors. So types must have a public constructor with no parameters.
63+ * Types with non-default constructors. Types must have a public constructor with no parameters.
6564* [ ArrayList] ( https://msdn.microsoft.com/en-us/library/system.collections.arraylist.aspx )
65+ * [ HashTable] ( https://msdn.microsoft.com/en-us/library/system.collections.hashtable.aspx )
6666* [ DateOnly] ( https://learn.microsoft.com/en-us/dotnet/api/system.dateonly )
6767* [ TimeOnly] ( https://learn.microsoft.com/en-us/dotnet/api/system.timeonly )
You can’t perform that action at this time.
0 commit comments