System\Xml\Serialization\XmlSerializer.cs (4)
140this (type, overrides, extraTypes, root, defaultNamespace, null) {
147public XmlSerializer(Type type, XmlRootAttribute root) : this(type, null, new Type[0], root, null, null) {
154public XmlSerializer(Type type, Type[] extraTypes) : this(type, null, extraTypes, null, null, null) {
161public XmlSerializer(Type type, XmlAttributeOverrides overrides) : this(type, overrides, new Type[0], null, null, null) {