Skip to content

Conversation

tdykstra
Copy link
Contributor

Fixes #16689

@@ -132,17 +132,6 @@ To implement type inference for `object` properties, create a converter like the

`Newtonsoft.Json` doesn't have a maximum depth limit by default. For <xref:System.Text.Json> there's a default limit of 64, and it's configurable by setting <xref:System.Text.Json.JsonSerializerOptions.MaxDepth?displayProperty=nameWithType>.

### Stack type handling

In <xref:System.Text.Json>, the order of a stack's contents is reversed when it's serialized. This behavior applies to the following types and interface and user-defined types that derive from them:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the wording here, so would be good to start with what we have in this section in the other doc.

@tdykstra tdykstra merged commit d9d185d into master Jan 15, 2020
@tdykstra tdykstra deleted the tdykstra-patch-1 branch January 15, 2020 21:38
Youssef1313 pushed a commit to Youssef1313/docs that referenced this pull request Jan 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Stack\<T> section
3 participants