FastInfoset.NET Class Reference for .NET
WriterVocabulary Class
Members 






Provides a Fast Infoset vocabulary for use by XmlFastInfosetWriter.
Object Model
WriterVocabulary Class
Syntax
'Declaration
 
Public NotInheritable Class WriterVocabulary 
   Inherits Vocabulary
'Usage
 
Dim instance As WriterVocabulary
public sealed class WriterVocabulary : Vocabulary 
public class WriterVocabulary = class(Vocabulary)sealed; 
public sealed class WriterVocabulary extends Vocabulary
public __gc __sealed class WriterVocabulary : public Vocabulary 
public ref class WriterVocabulary sealed : public Vocabulary 
Remarks
The vocabulary provides mappings of strings to integer indexes which are used to improve the compactness of the Fast Infoset stream by replacing strings contained in it with their index in the vocabulary.
Inheritance Hierarchy

System.Object
   Noemax.FastInfoset.Vocabulary
      Noemax.FastInfoset.WriterVocabulary

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

WriterVocabulary Members
Noemax.FastInfoset Namespace

Send Feedback