| Noemax.FastInfoset Namespace : XmlFastInfosetFormat Enumeration |
'Declaration Public Enum XmlFastInfosetFormat Inherits System.Enum
'Usage Dim instance As XmlFastInfosetFormat
public enum XmlFastInfosetFormat : System.Enum
public enum XmlFastInfosetFormat = class(System.Enum)
public enum XmlFastInfosetFormat extends System.Enum
__value public enum XmlFastInfosetFormat : public System.Enum
public enum class XmlFastInfosetFormat : public System.Enum
| Member | Description |
|---|---|
| Binary | Encodes values in a binary format. Provides higher processing performance than Literal and Restricted Alphabet. |
| DotNet | This format is obsolete. |
| Literal | Encodes values in a UTF-8 text string format. Provides maximum interoperability with other Fast Infoset implementations. |
| LiteralNoIndex | Encodes values in a UTF-8 text string format. Provides maximum interoperability with other Fast Infoset implementations. |
| RestrictedAlphabet | Encodes values in a 4 bits per character format. Provides higher compactness than Literal. |
| RestrictedAlphabetNoIndex | Encodes values in a 4 bits per character format. Provides higher compactness than Literal. |
System.Object
System.ValueType
System.Enum
Noemax.FastInfoset.XmlFastInfosetFormat
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2