Name | Description | |
---|---|---|
![]() | BoolRepresentation | Indicates how a xs:boolean value should be rendered within the XML document (default is BoolRepresentationType.TrueFalse) |
![]() | 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 | All the namespace declarations that will be added to the root element of the document. Namespaces that are required and that are not in this list will be declared within the element they are required in, this can significantly increase the size of an XML document. The Key value is the namespace alias, the value is the namespace uri. To declare the default namespace for the document Key should be and empty string. |
![]() | 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. |