Method | Description | |
---|---|---|
InheritableDataContractSerializer ( |
Initializes a new instance of the InheritableDataContractSerializer class.
|
|
InheritableDataContractSerializer ( |
Initializes a new instance of the InheritableDataContractSerializer class.
|
|
InheritableDataContractSerializer ( |
Initializes a new instance of the InheritableDataContractSerializer class.
|
|
InheritableDataContractSerializer ( |
Initializes a new instance of the InheritableDataContractSerializer class.
|
|
InheritableDataContractSerializer ( |
Initializes a new instance of the InheritableDataContractSerializer class.
|
|
InheritableDataContractSerializer ( |
Initializes a new instance of the InheritableDataContractSerializer class.
|
|
InheritableDataContractSerializer ( |
Initializes a new instance of the InheritableDataContractSerializer class.
|
|
InheritableDataContractSerializer ( |
Initializes a new instance of the InheritableDataContractSerializer class.
|
|
InheritableDataContractSerializer ( |
Initializes a new instance of the InheritableDataContractSerializer class.
|
|
IsStartObject ( |
Gets a value that specifies whether the T:System.Xml.XmlDictionaryReader is positioned over an XML element that can be read.
|
|
IsStartObject ( XmlReader reader ) : bool |
Gets a value that specifies whether the T:System.Xml.XmlReader is positioned over an XML element that can be read.
|
|
ReadObject ( Stream stream ) : object |
Reads the XML stream or document with a T:System.IO.Stream and returns the deserialized object.
|
|
ReadObject ( |
Reads the XML document or stream with an T:System.Xml.XmlDictionaryReader and returns the deserialized object.
|
|
ReadObject ( |
Reads the XML stream or document with an T:System.Xml.XmlDictionaryReader and returns the deserialized object; it also enables you to specify whether the serializer can read the data before attempting to read it.
|
|
ReadObject ( XmlReader reader ) : object |
Reads the XML document or stream with an T:System.Xml.XmlReader and returns the deserialized object.
|
|
ReadObject ( XmlReader reader, bool verifyObjectName ) : object |
Reads the XML document or stream with an T:System.Xml.XmlReader and returns the deserialized object; it also enables you to specify whether the serializer can read the data before attempting to read it.
|
|
WriteEndObject ( |
Writes the end of the object data as a closing XML element to the XML document or stream with an T:System.Xml.XmlDictionaryWriter.
|
|
WriteEndObject ( |
Writes the end of the object data as a closing XML element to the XML document or stream with an T:System.Xml.XmlWriter.
|
|
WriteObject ( Stream stream, object graph ) : void |
Writes the complete content (start, content, and end) of the object to the XML document or stream with the specified T:System.IO.Stream.
|
|
WriteObject ( |
Writes the complete content (start, content, and end) of the object to the XML document or stream with the specified T:System.Xml.XmlDictionaryWriter.
|
|
WriteObject ( |
Writes the complete content (start, content, and end) of the object to the XML document or stream with the specified T:System.Xml.XmlWriter.
|
|
WriteObjectContent ( |
Writes only the content of the object to the XML document or stream using the specified T:System.Xml.XmlDictionaryWriter.
|
|
WriteObjectContent ( |
Writes only the content of the object to the XML document or stream with the specified T:System.Xml.XmlWriter.
|
|
WriteStartObject ( |
Writes the start of the object's data as an opening XML element using the specified T:System.Xml.XmlDictionaryWriter.
|
|
WriteStartObject ( |
Writes the start of the object's data as an opening XML element using the specified T:System.Xml.XmlWriter.
|
public InheritableDataContractSerializer ( |
||
type | The type. | |
return | System |
public InheritableDataContractSerializer ( |
||
type | The type. | |
knownTypes | IEnumerable |
The known types. |
return | System |
public InheritableDataContractSerializer ( |
||
type | The type. | |
knownTypes | IEnumerable |
The known types. |
maxItemsInObjectGraph | int | The max items in object graph. |
ignoreExtensionDataObject | bool | if set to |
preserveObjectReferences | bool | if set to |
dataContractSurrogate | IDataContractSurrogate | The data contract surrogate. |
return | System |
public InheritableDataContractSerializer ( |
||
type | The type. | |
rootName | Name of the root. | |
rootNamespace | The root namespace. | |
return | System |
public InheritableDataContractSerializer ( |
||
type | The type. | |
rootName | Name of the root. | |
rootNamespace | The root namespace. | |
knownTypes | IEnumerable |
The known types. |
return | System |
public InheritableDataContractSerializer ( |
||
type | The type. | |
rootName | Name of the root. | |
rootNamespace | The root namespace. | |
knownTypes | IEnumerable |
The known types. |
maxItemsInObjectGraph | int | The max items in object graph. |
ignoreExtensionDataObject | bool | if set to |
preserveObjectReferences | bool | if set to |
dataContractSurrogate | IDataContractSurrogate | The data contract surrogate. |
return | System |
public InheritableDataContractSerializer ( |
||
type | The type. | |
rootName | string | Name of the root. |
rootNamespace | string | The root namespace. |
return | System |
public InheritableDataContractSerializer ( |
||
type | The type. | |
rootName | string | Name of the root. |
rootNamespace | string | The root namespace. |
knownTypes | IEnumerable |
The known types. |
return | System |
public InheritableDataContractSerializer ( |
||
type | The type. | |
rootName | string | Name of the root. |
rootNamespace | string | The root namespace. |
knownTypes | IEnumerable |
The known types. |
maxItemsInObjectGraph | int | The max items in object graph. |
ignoreExtensionDataObject | bool | if set to |
preserveObjectReferences | bool | if set to |
dataContractSurrogate | IDataContractSurrogate | The data contract surrogate. |
return | System |
public IsStartObject ( |
||
reader | An |
|
return | bool |
public IsStartObject ( XmlReader reader ) : bool | ||
reader | XmlReader | An |
return | bool |
public ReadObject ( Stream stream ) : object | ||
stream | Stream | A |
return | object |
public ReadObject ( |
||
reader | An |
|
return | object |
public ReadObject ( |
||
reader | An |
|
verifyObjectName | bool | true to check whether the enclosing XML element name and namespace correspond to the root name and root namespace; otherwise, false to skip the verification. |
return | object |
public ReadObject ( XmlReader reader ) : object | ||
reader | XmlReader | An |
return | object |
public ReadObject ( XmlReader reader, bool verifyObjectName ) : object | ||
reader | XmlReader | An |
verifyObjectName | bool | true to check whether the enclosing XML element name and namespace correspond to the root name and root namespace; false to skip the verification. |
return | object |
public WriteEndObject ( |
||
writer | An |
|
return | void |
public WriteEndObject ( |
||
writer | An |
|
return | void |
public WriteObject ( Stream stream, object graph ) : void | ||
stream | Stream | A |
graph | object | The object that contains the data to write to the stream. |
return | void |
public WriteObject ( |
||
writer | An |
|
graph | object | The object that contains the content to write. |
return | void |
public WriteObject ( |
||
writer | An |
|
graph | object | The object that contains the content to write. |
return | void |
public WriteObjectContent ( |
||
writer | An |
|
graph | object | The object that contains the content to write. |
return | void |
public WriteObjectContent ( |
||
writer | An |
|
graph | object | The object that contains the content to write. |
return | void |
public WriteStartObject ( |
||
writer | An |
|
graph | object | The object to serialize. |
return | void |
public WriteStartObject ( |
||
writer | An |
|
graph | object | The object to serialize. |
return | void |