Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.Serialization.Json.JsonReaderWriterFactory Class Reference

Static Public Member Functions

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)
 

Static Private Attributes

const string DefaultIndentChars = " "
 

Detailed Description

Definition at line 7 of file JsonReaderWriterFactory.cs.


The documentation for this class was generated from the following file: