Noemax FastInfoset.NET
XmlFastInfosetWriterProfile Class Members
See Also  Properties  Methods  Send Feedback
Noemax.FastInfoset Namespace : XmlFastInfosetWriterProfile Class


The following tables list the members exposed by XmlFastInfosetWriterProfile.

Public Constructors

 NameDescription
public ConstructorXmlFastInfosetWriterProfile ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Propertystatic (Shared in Visual Basic)BasicThe Basic profile usually provides the highest processing performance. It is set to use the Binary representation whenever available.  
public PropertyBooleanFormatGets and sets the format used to serialize boolean values.  
public Propertystatic (Shared in Visual Basic)CompactThe Compact profile usually provides the highest compactness.It is set to use the Restricted Alphabet representation whenever available.  
public PropertyDateTimeFormatGets and sets the format used to serialize DateTime values.  
public PropertyDecimalFormatGets and sets the format used to serialize DateTime values.  
public Propertystatic (Shared in Visual Basic)DotNet This profile is obsolete. If selected, the Basic profile will be used instead.  
public PropertyDoubleFormatGets and sets the format used to serialize double precision floating point values.  
public PropertyFloatFormatGets and sets the format used to serialize floating point values.  
public PropertyGuidFormatGets and sets the format used to serialize guild values.  
public PropertyIntFormatGets and sets the format used to encode integer values.  
public Propertystatic (Shared in Visual Basic)LiteralEncodes values in a UTF-8 text string format. Provides interoperability with Fast Infoset implementations that only support the Literal representation.  
public PropertyLongFormatGets and sets the format used to encode long integer values.  
public PropertyShortFormatGets and sets the format used to serialize short integer values.  
public PropertyTimeSpanFormatGets and sets the format used to encode TimeSpan values.  
Top

Public Methods

 NameDescription
public MethodCloneCreates a copy cone of the XmlFastInfosetWriterProfile.  
public MethodCopyFromCoppies all properties from already existing XmlFastInfosetWriterProfile object.  
Top

See Also