|
override void | InitCallbacks () |
|
override void | InitIDs () |
|
XmlQualifiedName? | GetXsiType () |
|
object? | ReadTypedPrimitive (XmlQualifiedName type) |
|
object? | ReadTypedNull (XmlQualifiedName type) |
|
bool | IsXmlnsAttribute (string name) |
|
void | ParseWsdlArrayType (XmlAttribute attr) |
|
bool | ReadNull () |
|
bool | GetNullAttr () |
|
string? | ReadNullableString () |
|
XmlQualifiedName? | ReadNullableQualifiedName () |
|
XmlQualifiedName | ReadElementQualifiedName () |
|
XmlDocument? | ReadXmlDocument (bool wrapped) |
|
string? | CollapseWhitespace (string? value) |
|
XmlNode? | ReadXmlNode (bool wrapped) |
|
byte?[] | ToByteArrayBase64 (bool isNull) |
|
byte?[] | ToByteArrayHex (bool isNull) |
|
int | GetArrayLength (string name, string ns) |
|
XmlQualifiedName | ToXmlQualifiedName (string? value) |
|
void | UnknownAttribute (object? o, XmlAttribute attr) |
|
void | UnknownAttribute (object? o, XmlAttribute attr, string? qnames) |
|
void | UnknownElement (object? o, XmlElement elem) |
|
void | UnknownElement (object? o, XmlElement elem, string? qnames) |
|
void | UnknownNode (object? o) |
|
void | UnknownNode (object? o, string? qnames) |
|
void | UnreferencedObject (string? id, object? o) |
|
Exception | CreateUnknownTypeException (XmlQualifiedName type) |
|
Exception | CreateReadOnlyCollectionException (string name) |
|
Exception | CreateAbstractTypeException (string name, string? ns) |
|
Exception | CreateInaccessibleConstructorException (string typeName) |
|
Exception | CreateCtorHasSecurityException (string typeName) |
|
Exception | CreateUnknownNodeException () |
|
Exception | CreateUnknownConstantException (string? value, Type enumType) |
|
Exception | CreateInvalidCastException (Type type, object? value) |
|
Exception | CreateInvalidCastException (Type type, object? value, string? id) |
|
Exception | CreateBadDerivationException (string? xsdDerived, string? nsDerived, string? xsdBase, string? nsBase, string? clrDerived, string? clrBase) |
|
Exception | CreateMissingIXmlSerializableType (string? name, string? ns, string? clrType) |
|
Array | EnsureArrayIndex (Array? a, int index, Type elementType) |
|
Array? | ShrinkArray (Array? a, int length, Type elementType, bool isNullable) |
|
string? | ReadString (string? value) |
|
string? | ReadString (string? value, bool trim) |
|
IXmlSerializable | ReadSerializable (IXmlSerializable serializable) |
|
IXmlSerializable | ReadSerializable (IXmlSerializable serializable, bool wrappedAny) |
|
bool | ReadReference ([NotNullWhen(true)] out string? fixupReference) |
|
void | AddTarget (string? id, object? o) |
|
void | AddFixup (Fixup? fixup) |
|
void | AddFixup (CollectionFixup? fixup) |
|
object | GetTarget (string id) |
|
void | Referenced (object? o) |
|
void | FixupArrayRefs (object fixup) |
|
void | ReadReferencedElements () |
|
object? | ReadReferencedElement () |
|
object? | ReadReferencedElement (string? name, string? ns) |
|
object? | ReadReferencingElement (out string? fixupReference) |
|
object? | ReadReferencingElement (string? name, string? ns, out string? fixupReference) |
|
object? | ReadReferencingElement (string? name, string? ns, bool elementCanBeType, out string? fixupReference) |
|
void | AddReadCallback (string name, string ns, Type type, XmlSerializationReadCallback read) |
|
void | ReadEndElement () |
|
void | CheckReaderCount (ref int whileIterations, ref int readerCount) |
|