Name | Description | |
---|---|---|
LjReaderSettings Constructor |
The following tables list the members exposed by LjReaderSettings.
Name | Description | |
---|---|---|
LjReaderSettings Constructor |
Name | Description | |
---|---|---|
AllowableExternalNamespaces | A list of namespaces. Any unexpected attributes in these namespaces are ignored. (Inherited from LiquidTechnologies.XmlObjects.LxReaderSettings) | |
AllowComments | Allows single and multi-line comments when serializing JSON data. Default = true. | |
AllowFloatingPointNaN | Gets or sets a value indicating whether NaN, INF and -INF are allowed for floating point values when serializing JSON data. The default is true. | |
DefaultTimeZone | Determines how dates/times without explicit timezone information should be treated. (Inherited from LiquidTechnologies.XmlObjects.LxReaderSettings) | |
ErrorHandler | The error handler callback that is called when an error occurs during the de-serialization process (Inherited from LiquidTechnologies.XmlObjects.LxReaderSettings) | |
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) (Inherited from LiquidTechnologies.XmlObjects.LxReaderSettings) | |
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) (Inherited from LiquidTechnologies.XmlObjects.LxReaderSettings) | |
RootElementName | Optional name used as a root element in serializing JSON data. Sometimes JSON data may produce multiple root level elements which would produce an invalid XML document. This optional value allows you to specify a root level element which the generator will use as the single root of the XML document. | |
SupportRoundtrip | The mode used when serializing JSON data to enable the JSON document to be read back into the Liquid XML Objects model. See JsonRoundTrip. | |
TypeResolver | A function that will resolve any ambiguity if there are multiple types that could be used to de-serialize a give XML Element (Inherited from LiquidTechnologies.XmlObjects.LxReaderSettings) |