module Highcharts
module Option
class Title
...
Ruby Hashing an object, Code dup...
by rgoytacaz.myopenid.com,
November 29, 2010 02:43,
2 refactorings, tagged with ruby, serialization, duplication
public static class ObjectToXmlConverter
{
#region Class Methods
...
C# XML Object Serializer to XS...
by dotnetchris,
September 25, 2009 19:20,
2 refactorings, tagged with xml, C#, serialization, xslt, transform
I'm using XSLT for document...
public class XmlStringSerializer
{
static Dictionary<string, Type> types = new Dictionary<string, Type>();
...
C# Polymorphic XML serializer
The default XML serializer ...
This is a ruby gem I'm work...