using System; using System.Collections.Generic; using System.Linq; ...
C# Algorithm for zig-zagging o...
I was just writing up a blo...
using System; using System.Collections.Generic; using System.IO; ...
C# On Polymorphic XML serializer
by mcintyre321,
January 22, 2009 10:28
Good effort but I'm afraid ...
public class XmlStringSerializer
{
static Dictionary<string, Type> types = new Dictionary<string, Type>();
...
C# Polymorphic XML serializer
The default XML serializer ...
hi there, I thought you mig...