XmlConverter for .NET Objects

In this new era, is very important the easy understanding of data transfer. For this reason Devshock developed the XmlConverter tool that hides the complexity of the serialization and deserialization of objects.
Xml serialization and deserialization is a very useful tool of the .NET framework that permit us the creation of any kind of objects, convert it to XML (Extensible Markup Language) for the easy manipulation, but in some cases is complex to use.
Now forget of complex translations and just say "Convert this object to XML" or "Convert this XML to this Object"... sound easy no?
Use it too for load configuration from files

Assembly Properties
  • Written fully in C#, 100% manage code.
  • XML conversion from String and StringBuilder source
  • Easy conversion of objects
  • All functions are static (Shared in Visual Basic), so don't need to make a new instance of the XmlConvert
  • Support thousands of conversions in seconds
  • Very useful for data transfer in Server/Client applications
  • Convert any type of objects including images
[DevShock.com]
I'll be trying this out later tonight, and I'll let you know how it works out. It's free, so you can't beat it.

5 Comments

Comments have been disabled for this content.