FastInfoset.NET Class Reference for .NET
XmlFastInfosetFormat Enumeration






Defines the way that Fast Infoset serializes primitive data types.
Syntax
'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 
Members
MemberDescription
BinaryEncodes values in a binary format. Provides higher processing performance than Literal and Restricted Alphabet.
DotNet This format is obsolete.
LiteralEncodes values in a UTF-8 text string format. Provides maximum interoperability with other Fast Infoset implementations.
LiteralNoIndexEncodes values in a UTF-8 text string format. Provides maximum interoperability with other Fast Infoset implementations.
RestrictedAlphabetEncodes values in a 4 bits per character format. Provides higher compactness than Literal.
RestrictedAlphabetNoIndexEncodes values in a 4 bits per character format. Provides higher compactness than Literal.
Remarks
When values are indexed, they are added to the Fast Infoset vocabulary in order to reduce redundancy and increase compactness. However, if there are few repeating values of the same data type then it might be preferable not to use indexing.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Noemax.FastInfoset.XmlFastInfosetFormat

Requirements

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

See Also

Reference

Noemax.FastInfoset Namespace

Send Feedback