public static void SerializeCustomSerializerName(XElement root, IXMLCustomSerializer serializer)
 {
     if (root != null)
     {
         root.Add(new XAttribute(Settings.CustomSerializerNameTag, serializer.GetType().FullName.ToXMLValue()));
     }
 }