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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.