Skip to content

Commit 9aaa9d2

Browse files
committed
Documentation.
1 parent 24454bf commit 9aaa9d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ services.AddXmlSerializer(builder => {
2525
});
2626
```
2727

28+
The `builder.Options` contains properties that map to [XmlWriterSettings](https://learn.microsoft.com/en-us/dotnet/api/system.xml.xmlwritersettings?view=net-8.0) as well as [XmlDictionaryReaderQuotas](https://learn.microsoft.com/en-us/dotnet/api/system.xml.xmldictionaryreaderquotas?view=net-8.0).
29+
2830
### JsonSerializer
2931

3032
``` c#

0 commit comments

Comments
 (0)