Uses of Class
system.xml.serialization.XmlAttributeOverrides
-
Packages that use XmlAttributeOverrides Package Description system.xml.serialization -
-
Uses of XmlAttributeOverrides in system.xml.serialization
Methods in system.xml.serialization that return XmlAttributeOverrides Modifier and Type Method Description static XmlAttributeOverrides
XmlAttributeOverrides. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoXmlAttributeOverrides
, a cast assert is made to check if types are compatible.Methods in system.xml.serialization with parameters of type XmlAttributeOverrides Modifier and Type Method Description XmlSerializer
XmlSerializerFactory. CreateSerializer(NetType type, XmlAttributeOverrides overrides)
XmlSerializer
XmlSerializerFactory. CreateSerializer(NetType type, XmlAttributeOverrides overrides, NetType[] extraTypes, XmlRootAttribute root, String defaultNamespace)
XmlSerializer
XmlSerializerFactory. CreateSerializer(NetType type, XmlAttributeOverrides overrides, NetType[] extraTypes, XmlRootAttribute root, String defaultNamespace, String location)
XmlSerializer
XmlSerializerFactory. CreateSerializer(NetType type, XmlAttributeOverrides overrides, NetType[] extraTypes, XmlRootAttribute root, String defaultNamespace, String location, Evidence evidence)
Constructors in system.xml.serialization with parameters of type XmlAttributeOverrides Constructor Description XmlReflectionImporter(XmlAttributeOverrides attributeOverrides)
XmlReflectionImporter(XmlAttributeOverrides attributeOverrides, String defaultNamespace)
XmlSerializer(NetType type, XmlAttributeOverrides overrides)
XmlSerializer(NetType type, XmlAttributeOverrides overrides, NetType[] extraTypes, XmlRootAttribute root, String defaultNamespace)
XmlSerializer(NetType type, XmlAttributeOverrides overrides, NetType[] extraTypes, XmlRootAttribute root, String defaultNamespace, String location)
XmlSerializer(NetType type, XmlAttributeOverrides overrides, NetType[] extraTypes, XmlRootAttribute root, String defaultNamespace, String location, Evidence evidence)
-