Name | Description | |
---|---|---|
![]() | BoolRepresentation | Indicates how a xs:boolean value should be rendered within the XML document (default is BoolRepresentationType.TrueFalse) |
![]() | CustomBannerComment | Allows a custom banner to be inserted into the top of the generated XML/JSON document NOTE: this can only be used in the fully licensed version, and when WriteBannerComment is true. |
![]() | DecimalFormatOverride | Allows the formatting of xs:decimal to be overridden. |
![]() | DefaultAttributeHandling | Defines how properties that were generated from xs:attributes are dealt with if they have default values defined on them within the XSD. See DefaultAttributeHandlingRule. |
![]() | DefaultTimeZone | Determines how dates/times without explicit timezone information should be treated. |
![]() | DoubleFormatOverride | Allows the formatting of xs:double to be overridden. When formatting is required on specific fields see Customizing the generated code with Override Values |
![]() | ErrorHandler | The error handler callback that is called when an error occurs during the serialization process |
![]() | FloatFormatOverride | Allows the formatting of xs:float to be overridden. When formatting is required on specific fields see Customizing the generated code with Override Values |
![]() | NamespaceMap | Contains all the namespace prefixes that will be used in the XML document. It also determines if they with be declared up front in the root element or declared when they are needed. |
![]() | OmitXsiType | Prevents the xsi:type attribute from being written out. (Default is false) |
![]() | WriteBannerComment | Turns on or off the writing of the banner comment at the start of the serialized XML. NOTE: this can NOT be turned off in the free Community Mode. |