Skip to content

Commit 79b05c0

Browse files
Support custom JsonSerializerOptions. (#7272) (#7289)
* Add Visual Studio spell checker configuration * Generate converters as partial classes * Rename SourceSerialization helper * Prefer throw helper for missing settings * Support custom JsonSerializerOptions * Cleanup docs and add initial custom serialization docs * Tweak formatting of code for docs * Adding "Configuring custom `JsonSerializerOptions`" section * Adding "Registering custom `System.Text.Json` converters" * Add XML doc comments for public methods on serializer types * Add Creating a custom Serializer section * Finalise documentation for serialization Co-authored-by: Steve Gordon <[email protected]>
1 parent 2c00289 commit 79b05c0

File tree

362 files changed

+1481
-76443
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

362 files changed

+1481
-76443
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@ resharper_csharp_accessor_owner_body=expression_body
200200
resharper_redundant_case_label_highlighting=do_not_show
201201
resharper_redundant_argument_default_value_highlighting=do_not_show
202202

203+
spelling_languages=en-us,en-gb
204+
spelling_exclusion_path=.\exclusion.dic
205+
203206
[Jenkinsfile]
204207
indent_style = space
205208
indent_size = 2

0 commit comments

Comments
 (0)