LosFormatter for easy Serialization
Posted by: Rick Strahls WebLog,
on 13 Oct 2006 |
View original
Ah, the ASP.NET LosFormatter its a wonderful thing. Im working on this resource provider and one of the things it has to do is deal with resources other than strings. There are a examples in several places that do a really half assed job of dealing with object resources that either dont work or are horrendously complex.
But using the LosFormatter is a great way to do this easily with just a few lines of code. The really nice thing about the LosFormatter is that it encodes the type information...