The following tables list the members exposed by DataWriter.
Name | Description | |
---|---|---|
SerializableObjectTypeFullNamePropertyName | The full name of the type of the serializable object that includes name space and does not include the assembly name. | |
SerializableObjectValuePropertyName | The property/attribute name that contains the value of the serializable object. |
Name | Description | |
---|---|---|
Close | Closes the current DataWriter instance. | |
Dispose | Deletes, releases and resets resources. Cancels the Finalize() call for this instance. | |
WriteFinishCollection | Completes writing of the current collection. | |
WriteFinishObject | Finishes writing the element to the output stream. | |
WriteSerializableObjectValue | Writes the full value of the element with the specified name, default value, and the default value of the serializable object. | |
WriteStartCollection | Begins writing of collection with the specified name. | |
WriteStartObject | Overloaded. | |
WriteValue | Overloaded. |