XmlDictionaryWriter.CreateBinaryWriter Method (Stream, IXmlDictionary)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates an instance of XmlDictionaryWriter that writes Windows Phone binary XML format.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public static XmlDictionaryWriter CreateBinaryWriter( Stream stream, IXmlDictionary dictionary )
Parameters
- stream
- Type: System.IO.Stream
The stream to write to.
- dictionary
- Type: System.Xml.IXmlDictionary
The XmlDictionary to use as the shared dictionary.
Show: