Name | Description | |
---|---|---|
AllowableExternalNamespaces | A list of namespaces. Any unexpected attributes in these namespaces are ignored. | |
DefaultTimeZone | Determines how dates/times without explicit timezone information should be treated. | |
ErrorHandler | The error handler callback that is called when an error occurs during the de-serialization process | |
IgnoreSchemaLocationAttributes | Causes xsi:noNamespaceSchemaLocation and xsi:schemaLocation attributes to be ignored (not stored in the object model), and do not raise warnings or errors. This means they do not appear when the object is serialized again. (default true) | |
IgnoreXmlnsAttributes | Causes xmlns (namespace declarations) to processed, but then ignored (not stored in the object model). This means they not appear when the object is serialized again unless they required. (default false) | |
TypeResolver | A function that will resolve any ambiguity if there are multiple types that could be used to de-serialize a give XML Element |