Posts Tagged Serialize
Populate TreeView From Custom Object Using Serializer
Posted by Eric in .NET 2.0, .NET 3.5, ASP.NET, Web Services on December 21, 2010
From time to time I need to spit out the public properties of an object for various reasons. A typical use would be to show user friendly results from a web service that returns a complex object. There could be tons of other uses! After doing this a few times, I finially decided to post [...]




