LiquidTechnologies.XmlObjects Namespace / LjReaderSettings Class
Properties


In This Topic
    LjReaderSettings Class Members
    In This Topic

    The following tables list the members exposed by LjReaderSettings.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyA list of namespaces. Any unexpected attributes in these namespaces are ignored. (Inherited from LiquidTechnologies.XmlObjects.LxReaderSettings)
    Public PropertyAllows single and multi-line comments when serializing JSON data. Default = true.  
    Public PropertyGets or sets a value indicating whether NaN, INF and -INF are allowed for floating point values when serializing JSON data. The default is true.  
    Public PropertyDetermines how dates/times without explicit timezone information should be treated. (Inherited from LiquidTechnologies.XmlObjects.LxReaderSettings)
    Public PropertyThe error handler callback that is called when an error occurs during the de-serialization process (Inherited from LiquidTechnologies.XmlObjects.LxReaderSettings)
    Public PropertyCauses 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)
    Public PropertyCauses 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)
    Public PropertyOptional 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.  
    Public PropertyThe mode used when serializing JSON data to enable the JSON document to be read back into the Liquid XML Objects model. See JsonRoundTrip.  
    Public PropertyA 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)
    Top
    See Also