Method | Description | |
---|---|---|
CreateJsonReader ( System stream, System quotas ) : System.Xml.XmlDictionaryReader | ||
CreateJsonReader ( System stream, System encoding, System quotas, System onClose ) : System.Xml.XmlDictionaryReader | ||
CreateJsonReader ( byte buffer, System quotas ) : System.Xml.XmlDictionaryReader | ||
CreateJsonReader ( byte buffer, int offset, int count, System quotas ) : System.Xml.XmlDictionaryReader | ||
CreateJsonReader ( byte buffer, int offset, int count, System encoding, System quotas, System onClose ) : System.Xml.XmlDictionaryReader | ||
CreateJsonReader ( Stream stream, Encoding encoding, XmlDictionaryReaderQuotas quotas, OnXmlDictionaryReaderClose onClose ) : XmlDictionaryReader | ||
CreateJsonReader ( Stream stream, XmlDictionaryReaderQuotas quotas ) : XmlDictionaryReader | ||
CreateJsonReader ( byte buffer, XmlDictionaryReaderQuotas quotas ) : XmlDictionaryReader | ||
CreateJsonReader ( byte buffer, int offset, int count, Encoding encoding, XmlDictionaryReaderQuotas quotas, OnXmlDictionaryReaderClose onClose ) : XmlDictionaryReader | ||
CreateJsonReader ( byte buffer, int offset, int count, XmlDictionaryReaderQuotas quotas ) : XmlDictionaryReader | ||
CreateJsonWriter ( System stream ) : System.Xml.XmlDictionaryWriter | ||
CreateJsonWriter ( System stream, System encoding ) : System.Xml.XmlDictionaryWriter | ||
CreateJsonWriter ( System stream, System encoding, bool ownsStream ) : System.Xml.XmlDictionaryWriter | ||
CreateJsonWriter ( System stream, System encoding, bool ownsStream, bool indent ) : System.Xml.XmlDictionaryWriter | ||
CreateJsonWriter ( System stream, System encoding, bool ownsStream, bool indent, string indentChars ) : System.Xml.XmlDictionaryWriter | ||
CreateJsonWriter ( Stream stream ) : XmlDictionaryWriter | ||
CreateJsonWriter ( Stream stream, Encoding encoding ) : XmlDictionaryWriter | ||
CreateJsonWriter ( Stream stream, Encoding encoding, bool ownsStream ) : XmlDictionaryWriter | ||
CreateJsonWriter ( Stream stream, Encoding encoding, bool ownsStream, bool indent ) : XmlDictionaryWriter | ||
CreateJsonWriter ( Stream stream, Encoding encoding, bool ownsStream, bool indent, string indentChars ) : XmlDictionaryWriter |
public static CreateJsonReader ( System stream, System quotas ) : System.Xml.XmlDictionaryReader | ||
stream | System | |
quotas | System | |
return | System.Xml.XmlDictionaryReader |
public static CreateJsonReader ( System stream, System encoding, System quotas, System onClose ) : System.Xml.XmlDictionaryReader | ||
stream | System | |
encoding | System | |
quotas | System | |
onClose | System | |
return | System.Xml.XmlDictionaryReader |
public static CreateJsonReader ( byte buffer, System quotas ) : System.Xml.XmlDictionaryReader | ||
buffer | byte | |
quotas | System | |
return | System.Xml.XmlDictionaryReader |
public static CreateJsonReader ( byte buffer, int offset, int count, System quotas ) : System.Xml.XmlDictionaryReader | ||
buffer | byte | |
offset | int | |
count | int | |
quotas | System | |
return | System.Xml.XmlDictionaryReader |
public static CreateJsonReader ( byte buffer, int offset, int count, System encoding, System quotas, System onClose ) : System.Xml.XmlDictionaryReader | ||
buffer | byte | |
offset | int | |
count | int | |
encoding | System | |
quotas | System | |
onClose | System | |
return | System.Xml.XmlDictionaryReader |
public static CreateJsonReader ( Stream stream, Encoding encoding, XmlDictionaryReaderQuotas quotas, OnXmlDictionaryReaderClose onClose ) : XmlDictionaryReader | ||
stream | Stream | |
encoding | Encoding | |
quotas | XmlDictionaryReaderQuotas | |
onClose | OnXmlDictionaryReaderClose | |
return | XmlDictionaryReader |
public static CreateJsonReader ( Stream stream, XmlDictionaryReaderQuotas quotas ) : XmlDictionaryReader | ||
stream | Stream | |
quotas | XmlDictionaryReaderQuotas | |
return | XmlDictionaryReader |
public static CreateJsonReader ( byte buffer, XmlDictionaryReaderQuotas quotas ) : XmlDictionaryReader | ||
buffer | byte | |
quotas | XmlDictionaryReaderQuotas | |
return | XmlDictionaryReader |
public static CreateJsonReader ( byte buffer, int offset, int count, Encoding encoding, XmlDictionaryReaderQuotas quotas, OnXmlDictionaryReaderClose onClose ) : XmlDictionaryReader | ||
buffer | byte | |
offset | int | |
count | int | |
encoding | Encoding | |
quotas | XmlDictionaryReaderQuotas | |
onClose | OnXmlDictionaryReaderClose | |
return | XmlDictionaryReader |
public static CreateJsonReader ( byte buffer, int offset, int count, XmlDictionaryReaderQuotas quotas ) : XmlDictionaryReader | ||
buffer | byte | |
offset | int | |
count | int | |
quotas | XmlDictionaryReaderQuotas | |
return | XmlDictionaryReader |
public static CreateJsonWriter ( System stream ) : System.Xml.XmlDictionaryWriter | ||
stream | System | |
return | System.Xml.XmlDictionaryWriter |
public static CreateJsonWriter ( System stream, System encoding ) : System.Xml.XmlDictionaryWriter | ||
stream | System | |
encoding | System | |
return | System.Xml.XmlDictionaryWriter |
public static CreateJsonWriter ( System stream, System encoding, bool ownsStream ) : System.Xml.XmlDictionaryWriter | ||
stream | System | |
encoding | System | |
ownsStream | bool | |
return | System.Xml.XmlDictionaryWriter |
public static CreateJsonWriter ( System stream, System encoding, bool ownsStream, bool indent ) : System.Xml.XmlDictionaryWriter | ||
stream | System | |
encoding | System | |
ownsStream | bool | |
indent | bool | |
return | System.Xml.XmlDictionaryWriter |
public static CreateJsonWriter ( System stream, System encoding, bool ownsStream, bool indent, string indentChars ) : System.Xml.XmlDictionaryWriter | ||
stream | System | |
encoding | System | |
ownsStream | bool | |
indent | bool | |
indentChars | string | |
return | System.Xml.XmlDictionaryWriter |
public static CreateJsonWriter ( Stream stream ) : XmlDictionaryWriter | ||
stream | Stream | |
return | XmlDictionaryWriter |
public static CreateJsonWriter ( Stream stream, Encoding encoding ) : XmlDictionaryWriter | ||
stream | Stream | |
encoding | Encoding | |
return | XmlDictionaryWriter |
public static CreateJsonWriter ( Stream stream, Encoding encoding, bool ownsStream ) : XmlDictionaryWriter | ||
stream | Stream | |
encoding | Encoding | |
ownsStream | bool | |
return | XmlDictionaryWriter |
public static CreateJsonWriter ( Stream stream, Encoding encoding, bool ownsStream, bool indent ) : XmlDictionaryWriter | ||
stream | Stream | |
encoding | Encoding | |
ownsStream | bool | |
indent | bool | |
return | XmlDictionaryWriter |
public static CreateJsonWriter ( Stream stream, Encoding encoding, bool ownsStream, bool indent, string indentChars ) : XmlDictionaryWriter | ||
stream | Stream | |
encoding | Encoding | |
ownsStream | bool | |
indent | bool | |
indentChars | string | |
return | XmlDictionaryWriter |