Skip to content

Commit c4e2da6

Browse files
Review XML Serializer
1 parent 00f07dc commit c4e2da6

File tree

1 file changed

+3
-3
lines changed
  • nservicebus/serialization

1 file changed

+3
-3
lines changed

nservicebus/serialization/xml.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: XML Serializer
33
summary: A custom XML serializer
4-
reviewed: 2022-09-05
4+
reviewed: 2025-01-17
55
component: Xml
66
redirects:
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)

0 commit comments

Comments
 (0)