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
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.