JsonReaderWriterFactory Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

Methods

  Name Description
Public methodStatic member CreateJsonReader(array<Byte[], XmlDictionaryReaderQuotas) Creates an XmlDictionaryReader that can map a specified buffer encoded with JavaScript Object Notation (JSON) to an XML Infoset.
Public methodStatic member CreateJsonReader(Stream, XmlDictionaryReaderQuotas) Creates an XmlDictionaryReader that can map a specified stream encoded with JavaScript Object Notation (JSON) to an XML Infoset.
Public methodStatic member CreateJsonReader(array<Byte[], Int32, Int32, XmlDictionaryReaderQuotas) Creates an XmlDictionaryReader that can map a buffer encoded with JavaScript Object Notation (JSON), of a specified size and offset, to an XML Infoset.
Public methodStatic member CreateJsonWriter(Stream) Creates an XmlDictionaryWriter that writes data encoded with JSON to a stream using a UTF-8 character encoding.
Public methodStatic member CreateJsonWriter(Stream, Encoding) Creates an XmlDictionaryWriter that writes data encoded with JSON to a stream with a specified character encoding.
Public methodStatic member CreateJsonWriter(Stream, Encoding, Boolean) Creates an XmlDictionaryWriter that writes data encoded with JSON to a stream with a specified character encoding and that specifies whether the output stream is closed by the writer when it is done.

Top