|
| static XmlDictionaryReader | CreateJsonReader (Stream stream, XmlDictionaryReaderQuotas quotas) |
| |
| static XmlDictionaryReader | CreateJsonReader (byte[] buffer, XmlDictionaryReaderQuotas quotas) |
| |
| static XmlDictionaryReader | CreateJsonReader (Stream stream, Encoding? encoding, XmlDictionaryReaderQuotas quotas, OnXmlDictionaryReaderClose? onClose) |
| |
| static XmlDictionaryReader | CreateJsonReader (byte[] buffer, int offset, int count, XmlDictionaryReaderQuotas quotas) |
| |
| static XmlDictionaryReader | CreateJsonReader (byte[] buffer, int offset, int count, Encoding? encoding, XmlDictionaryReaderQuotas quotas, OnXmlDictionaryReaderClose? onClose) |
| |
| static XmlDictionaryWriter | CreateJsonWriter (Stream stream) |
| |
| static XmlDictionaryWriter | CreateJsonWriter (Stream stream, Encoding encoding) |
| |
| static XmlDictionaryWriter | CreateJsonWriter (Stream stream, Encoding encoding, bool ownsStream) |
| |
| static XmlDictionaryWriter | CreateJsonWriter (Stream stream, Encoding encoding, bool ownsStream, bool indent) |
| |
| static XmlDictionaryWriter | CreateJsonWriter (Stream stream, Encoding encoding, bool ownsStream, bool indent, string? indentChars) |
| |
Definition at line 7 of file JsonReaderWriterFactory.cs.