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

This is a ruby gem I'm work...

9fe77a0217c77ce4cb00096d863c8b45 Talk
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...

F0e7c2d0d5d83c928cfcfce66928160e Talk
public class XmlStringSerializer
	{
		static Dictionary<string, Type> types = new Dictionary<string, Type>();
...

C# Polymorphic XML serializer

by mcintyre321, January 22, 2009 01:04, 3 refactorings, tagged with xml, serialization

The default XML serializer ...

4908618aea7c32eb0f94d398b57fa28d Talk