Jeffrey Richter: Excerpt #6 from CLR via C#, Third Edition
Microsoft Press Blog
Home
»
Microsoft Press
»
Microsoft Press
»
Jeffrey Richter: Excerpt #6 from CLR via C#, Third Edition
Blog Actions
Share this
RSS Feed
Tags
Authors
/
Best Practices
/
Book excerpts
/
C#
/
Certification
/
Developers
/
ebooks
/
Events
/
Excel
/
Home & Business
/
IT Professionals
/
IT Pros
/
Microsoft Press
/
MVPs
/
New books
/
Office
/
Office 365
/
SharePoint
/
SQL Server
/
Training Kits
/
Visual Studio
/
Windows
/
Windows 7
/
Windows Phone
/
Windows Server
/
Jeffrey Richter: Excerpt #6 from CLR via C#, Third Edition
Posted:
over 1 year ago
by
Devon Musgrave
|
0
Share this:
Hi, this is Jeffrey Richter, offering one more excerpt from my latest book, CLR via C#, Third Edition . If you use the “CLR” tag on this blog , you can find all the other excerpts, as well as a post called “Sample chapters: CLR via C#, by Jeffrey Richter,” which offers you two complete chapters. Today’s excerpt is from Chapter 24, “Runtime Serialization.” It’s a section called “Controlling Serialization and Deserialization.” Enjoy, and post a comment with any feedback or questions you might have. Controlling Serialization and Deserialization When you apply the SerializableAttribute custom attribute to a type, all instance fields ( public , private , protected , and so on) are serialized (Footnote 1). However, a type may define some instance fields that should not be serialized. In general,
...read more
$core_v2_language.FormatString($core_v2_language.GetResource('Blog_PostQuestionAnswerView_CommentsCountFormatString'), $post.CommentCount)
Read the complete post at
blogs.msdn.com/.../jeffrey-richter-excerpt-6-from-clr-via-c-third-edition.aspx
Developers
,
Book excerpts
,
.NET
,
CLR
,
C#