Monday, October 27, 2014

".NET Serializers Comparison Chart" - Six Serializers compared

manski's blog - .NET Serializers Comparison Chart

There are many object serializers in C#/.NET but their details are often not so obvious, for example:

  • Does my class need a parameterless constructor?
  • Can I serialize private fields?
  • Can I serialize readonly fields?

So, I’ve compiled a comparison chart in this article that will compare the various serializers and their capabilities.

Table of Contents

...

image

image

Great post comparing native and one of the bellwether third party components. Great write-up, presentation and content.

No comments: