Browse by Tags

Using generics to easy the pain of (xml) serialization
Wed, Nov 22 2006 1:55 PM
Sometimes it happens (especially when writing application frameworks) that you need to write a piece of code that needs to perform something as generically as possible. Being the OO guys that we are we tend to work a lot with polymorphism to accomplish this. Unfortunatly, polymorphism and xml serialization don't nescessarilly go hand-in-hand that well. Say for... Read More...