Method | Description | |
---|---|---|
AddFixup ( CollectionFixup fixup ) : void | ||
AddFixup ( Fixup fixup ) : void | ||
AddReadCallback ( string name, string ns, Type type, XmlSerializationReadCallback read ) : void | ||
AddTarget ( string id, object o ) : void | ||
CheckReaderCount ( int &whileIterations, int &readerCount ) : void | ||
CollapseWhitespace ( string value ) : string | ||
CreateAbstractTypeException ( string name, string ns ) : Exception | ||
CreateBadDerivationException ( string xsdDerived, string nsDerived, string xsdBase, string nsBase, string clrDerived, string clrBase ) : Exception | ||
CreateCtorHasSecurityException ( string typeName ) : Exception | ||
CreateInaccessibleConstructorException ( string typeName ) : Exception | ||
CreateInvalidCastException ( Type type, object value ) : Exception | ||
CreateInvalidCastException ( Type type, object value, string id ) : Exception | ||
CreateMissingIXmlSerializableType ( string name, string ns, string clrType ) : Exception | ||
CreateReadOnlyCollectionException ( string name ) : Exception | ||
CreateUnknownConstantException ( string value, Type enumType ) : Exception | ||
CreateUnknownNodeException ( ) : Exception | ||
CreateUnknownTypeException ( XmlQualifiedName type ) : Exception | ||
EnsureArrayIndex ( Array a, int index, Type elementType ) : Array | ||
FixupArrayRefs ( object fixup ) : void | ||
GetArrayLength ( string name, string ns ) : int | ||
GetNullAttr ( ) : bool | ||
GetTarget ( string id ) : object | ||
GetXsiType ( ) : XmlQualifiedName | ||
InitCallbacks ( ) : void | ||
InitIDs ( ) : void | ||
IsXmlnsAttribute ( string name ) : bool | ||
ParseWsdlArrayType ( XmlAttribute attr ) : void | ||
ReadElementQualifiedName ( ) : XmlQualifiedName | ||
ReadEndElement ( ) : void | ||
ReadNull ( ) : bool | ||
ReadNullableQualifiedName ( ) : XmlQualifiedName | ||
ReadNullableString ( ) : string | ||
ReadReference ( string &fixupReference ) : bool | ||
ReadReferencedElement ( ) : object | ||
ReadReferencedElement ( string name, string ns ) : object | ||
ReadReferencedElements ( ) : void | ||
ReadReferencingElement ( string &fixupReference ) : object | ||
ReadReferencingElement ( string name, string ns, bool elementCanBeType, string &fixupReference ) : object | ||
ReadReferencingElement ( string name, string ns, string &fixupReference ) : object | ||
ReadSerializable ( IXmlSerializable serializable ) : IXmlSerializable | ||
ReadSerializable ( IXmlSerializable serializable, bool wrappedAny ) : IXmlSerializable | ||
ReadString ( ) : string | ||
ReadString ( string value ) : string | ||
ReadString ( string value, bool trim ) : string | ||
ReadTypedNull ( XmlQualifiedName type ) : object | ||
ReadTypedPrimitive ( XmlQualifiedName type ) : object | ||
ReadXmlDocument ( bool wrapped ) : XmlDocument | ||
ReadXmlNode ( bool wrapped ) : XmlNode | ||
Referenced ( object o ) : void | ||
ResolveDynamicAssembly ( string assemblyFullName ) : Assembly | ||
ShrinkArray ( Array a, int length, Type elementType, bool isNullable ) : Array | ||
ToByteArrayBase64 ( bool isNull ) : byte[] | ||
ToByteArrayBase64 ( string value ) : byte[] | ||
ToByteArrayHex ( bool isNull ) : byte[] | ||
ToByteArrayHex ( string value ) : byte[] | ||
ToChar ( string value ) : char | ||
ToDate ( string value ) : DateTime | ||
ToDateTime ( string value ) : DateTime | ||
ToEnum ( string value, Hashtable h, string typeName ) : long | ||
ToTime ( string value ) : DateTime | ||
ToXmlNCName ( string value ) : string | ||
ToXmlName ( string value ) : string | ||
ToXmlNmToken ( string value ) : string | ||
ToXmlNmTokens ( string value ) : string | ||
ToXmlQualifiedName ( string value ) : XmlQualifiedName | ||
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 ) : void |
Method | Description | |
---|---|---|
CurrentTag ( ) : string | ||
DoFixups ( ) : void | ||
GetCurrentPosition ( int &lineNumber, int &linePosition ) : void | ||
GetPrimitiveType ( XmlQualifiedName typeName, bool throwOnUnknown ) : Type | ||
HandleUnreferencedObjects ( ) : void | ||
Init ( XmlReader r, XmlDeserializationEvents events, string encodingStyle, TempAssembly tempAssembly ) : void | ||
Init ( XmlReader r, string encodingStyle ) : void | ||
InitPrimitiveIDs ( ) : void | ||
IsPrimitiveNamespace ( string ns ) : bool | ||
IsTextualNode ( XmlNodeType nodeType ) : bool | ||
ParseArrayType ( string value ) : SoapArrayInfo | ||
ParseSoap12ArrayType ( string itemType, string arraySize ) : SoapArrayInfo | ||
ReadArray ( string typeName, string typeNs ) : object | ||
ReadByteArray ( bool isBase64 ) : byte[] | ||
ReadStringValue ( ) : string | ||
ReadTypedPrimitive ( XmlQualifiedName type, bool elementCanBeType ) : object | ||
ReadXmlNodes ( bool elementCanBeType ) : object | ||
ReadXmlQualifiedName ( ) : XmlQualifiedName | ||
ToXmlQualifiedName ( string value, bool decodeName ) : XmlQualifiedName | ||
UnknownNode ( XmlNode unknownNode, object o, string qnames ) : void |
protected AddFixup ( CollectionFixup fixup ) : void | ||
fixup | CollectionFixup | |
return | void |
protected AddReadCallback ( string name, string ns, Type type, XmlSerializationReadCallback read ) : void | ||
name | string | |
ns | string | |
type | Type | |
read | XmlSerializationReadCallback | |
return | void |
protected AddTarget ( string id, object o ) : void | ||
id | string | |
o | object | |
return | void |
protected CheckReaderCount ( int &whileIterations, int &readerCount ) : void | ||
whileIterations | int | |
readerCount | int | |
return | void |
protected CollapseWhitespace ( string value ) : string | ||
value | string | |
return | string |
protected CreateAbstractTypeException ( string name, string ns ) : Exception | ||
name | string | |
ns | string | |
return | Exception |
protected CreateBadDerivationException ( string xsdDerived, string nsDerived, string xsdBase, string nsBase, string clrDerived, string clrBase ) : Exception | ||
xsdDerived | string | |
nsDerived | string | |
xsdBase | string | |
nsBase | string | |
clrDerived | string | |
clrBase | string | |
return | Exception |
protected CreateCtorHasSecurityException ( string typeName ) : Exception | ||
typeName | string | |
return | Exception |
protected CreateInaccessibleConstructorException ( string typeName ) : Exception | ||
typeName | string | |
return | Exception |
protected CreateInvalidCastException ( Type type, object value ) : Exception | ||
type | Type | |
value | object | |
return | Exception |
protected CreateInvalidCastException ( Type type, object value, string id ) : Exception | ||
type | Type | |
value | object | |
id | string | |
return | Exception |
protected CreateMissingIXmlSerializableType ( string name, string ns, string clrType ) : Exception | ||
name | string | |
ns | string | |
clrType | string | |
return | Exception |
protected CreateReadOnlyCollectionException ( string name ) : Exception | ||
name | string | |
return | Exception |
protected CreateUnknownConstantException ( string value, Type enumType ) : Exception | ||
value | string | |
enumType | Type | |
return | Exception |
protected CreateUnknownNodeException ( ) : Exception | ||
return | Exception |
protected CreateUnknownTypeException ( XmlQualifiedName type ) : Exception | ||
type | XmlQualifiedName | |
return | Exception |
protected EnsureArrayIndex ( Array a, int index, Type elementType ) : Array | ||
a | Array | |
index | int | |
elementType | Type | |
return | Array |
protected FixupArrayRefs ( object fixup ) : void | ||
fixup | object | |
return | void |
protected GetArrayLength ( string name, string ns ) : int | ||
name | string | |
ns | string | |
return | int |
protected IsXmlnsAttribute ( string name ) : bool | ||
name | string | |
return | bool |
protected ParseWsdlArrayType ( XmlAttribute attr ) : void | ||
attr | XmlAttribute | |
return | void |
protected ReadElementQualifiedName ( ) : XmlQualifiedName | ||
return | XmlQualifiedName |
protected ReadNullableQualifiedName ( ) : XmlQualifiedName | ||
return | XmlQualifiedName |
protected ReadReference ( string &fixupReference ) : bool | ||
fixupReference | string | |
return | bool |
protected ReadReferencedElement ( string name, string ns ) : object | ||
name | string | |
ns | string | |
return | object |
protected ReadReferencingElement ( string &fixupReference ) : object | ||
fixupReference | string | |
return | object |
protected ReadReferencingElement ( string name, string ns, bool elementCanBeType, string &fixupReference ) : object | ||
name | string | |
ns | string | |
elementCanBeType | bool | |
fixupReference | string | |
return | object |
protected ReadReferencingElement ( string name, string ns, string &fixupReference ) : object | ||
name | string | |
ns | string | |
fixupReference | string | |
return | object |
protected ReadSerializable ( IXmlSerializable serializable ) : IXmlSerializable | ||
serializable | IXmlSerializable | |
return | IXmlSerializable |
protected ReadSerializable ( IXmlSerializable serializable, bool wrappedAny ) : IXmlSerializable | ||
serializable | IXmlSerializable | |
wrappedAny | bool | |
return | IXmlSerializable |
protected ReadString ( string value ) : string | ||
value | string | |
return | string |
protected ReadString ( string value, bool trim ) : string | ||
value | string | |
trim | bool | |
return | string |
protected ReadTypedNull ( XmlQualifiedName type ) : object | ||
type | XmlQualifiedName | |
return | object |
protected ReadTypedPrimitive ( XmlQualifiedName type ) : object | ||
type | XmlQualifiedName | |
return | object |
protected ReadXmlDocument ( bool wrapped ) : XmlDocument | ||
wrapped | bool | |
return | XmlDocument |
protected ReadXmlNode ( bool wrapped ) : XmlNode | ||
wrapped | bool | |
return | XmlNode |
protected static ResolveDynamicAssembly ( string assemblyFullName ) : Assembly | ||
assemblyFullName | string | |
return | Assembly |
protected ShrinkArray ( Array a, int length, Type elementType, bool isNullable ) : Array | ||
a | Array | |
length | int | |
elementType | Type | |
isNullable | bool | |
return | Array |
protected ToByteArrayBase64 ( bool isNull ) : byte[] | ||
isNull | bool | |
return | byte[] |
protected static ToByteArrayBase64 ( string value ) : byte[] | ||
value | string | |
return | byte[] |
protected ToByteArrayHex ( bool isNull ) : byte[] | ||
isNull | bool | |
return | byte[] |
protected static ToByteArrayHex ( string value ) : byte[] | ||
value | string | |
return | byte[] |
protected static ToChar ( string value ) : char | ||
value | string | |
return | char |
protected static ToDate ( string value ) : DateTime | ||
value | string | |
return | DateTime |
protected static ToDateTime ( string value ) : DateTime | ||
value | string | |
return | DateTime |
protected static ToEnum ( string value, Hashtable h, string typeName ) : long | ||
value | string | |
h | Hashtable | |
typeName | string | |
return | long |
protected static ToTime ( string value ) : DateTime | ||
value | string | |
return | DateTime |
protected static ToXmlNCName ( string value ) : string | ||
value | string | |
return | string |
protected static ToXmlName ( string value ) : string | ||
value | string | |
return | string |
protected static ToXmlNmToken ( string value ) : string | ||
value | string | |
return | string |
protected static ToXmlNmTokens ( string value ) : string | ||
value | string | |
return | string |
protected ToXmlQualifiedName ( string value ) : XmlQualifiedName | ||
value | string | |
return | XmlQualifiedName |
protected UnknownAttribute ( object o, XmlAttribute attr ) : void | ||
o | object | |
attr | XmlAttribute | |
return | void |
protected UnknownAttribute ( object o, XmlAttribute attr, string qnames ) : void | ||
o | object | |
attr | XmlAttribute | |
qnames | string | |
return | void |
protected UnknownElement ( object o, XmlElement elem ) : void | ||
o | object | |
elem | XmlElement | |
return | void |
protected UnknownElement ( object o, XmlElement elem, string qnames ) : void | ||
o | object | |
elem | XmlElement | |
qnames | string | |
return | void |
protected UnknownNode ( object o, string qnames ) : void | ||
o | object | |
qnames | string | |
return | void |
protected UnreferencedObject ( string id, object o ) : void | ||
id | string | |
o | object | |
return | void |