posts - 114, comments - 204, trackbacks - 82

My Links

News

View Anthony Trudeau's profile on LinkedIn

Add to Technorati Favorites

Article Categories

Archives

Post Categories

Image Galleries

Other Links

January 2009 Entries

Unit testing for serialization
I'm created a simple utility class for unit testing serialization for my first post of the year. I originally created the class to test data contract serialization, but I extended it for IFormatter based serializers for another class I needed to test. I hope it proves useful. You'll need the following using statements: using System; using System.IO; using System.Runtime.Serialization; The following utility class will help you with unit testing serialization for your data contracts and serialization...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Sunday, January 04, 2009 4:54 PM | Feedback (1) | Filed Under [ .NET ]

Powered by: