ISerializerFactory.CreateSerializerWriter(Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes an object derived from the abstract SerializerWriter class for the specified Stream.
public:
System::Windows::Documents::Serialization::SerializerWriter ^ CreateSerializerWriter(System::IO::Stream ^ stream);
public System.Windows.Documents.Serialization.SerializerWriter CreateSerializerWriter (System.IO.Stream stream);
abstract member CreateSerializerWriter : System.IO.Stream -> System.Windows.Documents.Serialization.SerializerWriter
Public Function CreateSerializerWriter (stream As Stream) As SerializerWriter
Parameters
Returns
An object of a class derived from SerializerWriter.
Notes to Callers
We recommend that you not call your implementation of this method directly. Instead, use the CreateSerializerWriter(SerializerDescriptor, Stream) method of the SerializerProvider class.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.