FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (4)
157this(type, overrides, extraTypes, root, defaultNamespace, null)
165public XmlSerializer(Type type, XmlRootAttribute root) : this(type, null, new Type[0], root, null, null)
173public XmlSerializer(Type type, Type[] extraTypes) : this(type, null, extraTypes, null, null, null)
181public XmlSerializer(Type type, XmlAttributeOverrides overrides) : this(type, overrides, new Type[0], null, null, null)