Initialize()

XmlSerializationWriter::Initialize(System::SharedPtr<XmlWriter>, System::SharedPtr<XmlSerializerNamespaces>) method

Initializes XmlSerializationReader class.

void System::Xml::Serialization::XmlSerializationWriter::Initialize(System::SharedPtr<XmlWriter> writer, System::SharedPtr<XmlSerializerNamespaces> nss)

Arguments

ParameterTypeDescription
writerSystem::SharedPtr<XmlWriter>Writer to use.
nssSystem::SharedPtr<XmlSerializerNamespaces>Namespace storage.

See Also