Example #1
0
 public XmlSettings()
 {
     _typeInstantiator = new TypeInstantiator();
     _converter = new Converter(_typeInstantiator);
     _xmlInstantiator = new CustomXmlSerializer(this);
     _xmlPattern = Xml.XmlPattern.Default;
 }
 public static IXmlInstantiator Instantiator(this IXmlNode node, IXmlInstantiator instantiator)
 {
     return instantiator;
 }