Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#42677 suspected typo how to control serialization of derived classes #42720

Conversation

Legend4it
Copy link
Contributor

@Legend4it Legend4it commented Sep 25, 2024

Summary

Suspected typo how to control serialization of derived classes, correct typ from Expanded objects to ExpandedBook objects in:
VB
SerializeObject(filename As String)
DeserializeObject(filename As String)

C#
SerializeObject(string filename)
DeserializeObject(string filename)

Fixes #42677


Internal previews

📄 File 🔗 Preview link
docs/standard/serialization/how-to-control-serialization-of-derived-classes.md docs/standard/serialization/how-to-control-serialization-of-derived-classes

@Legend4it Legend4it requested review from gewarren and a team as code owners September 25, 2024 15:37
@dotnetrepoman dotnetrepoman bot added this to the September 2024 milestone Sep 25, 2024
@dotnet-policy-service dotnet-policy-service bot added okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. community-contribution Indicates PR is created by someone from the .NET community. labels Sep 25, 2024
Copy link
Contributor

@gewarren gewarren left a comment

Choose a reason for hiding this comment

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

Thank you @Legend4it

@gewarren gewarren enabled auto-merge (squash) September 25, 2024 16:29
@gewarren gewarren merged commit 1dd97f8 into dotnet:main Sep 25, 2024
12 checks passed
@Legend4it Legend4it deleted the #42677-Suspected_typo-how-to-control-serialization-of-derived-classes branch September 25, 2024 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution Indicates PR is created by someone from the .NET community. dotnet-fundamentals/svc okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suspected typo (from someone confused enough to be looking here)
3 participants