TcHmiJsonSerializer Properties

The TcHmiJsonSerializer type exposes the following members.

Properties

 

Name

Description

TcHmiJsonSerializer Properties 1:

TcHmiJsonSerializer Properties 2:

AdvancedJsonConverters

Gets a JsonConverterCollection that contains the default JsonConverter s with advanced conversions enabled.

TcHmiJsonSerializer Properties 3:

Binder

Gets or sets the SerializationBinder used by the serializer when resolving type names.
(Inherited from JsonSerializer)
Obsolete

TcHmiJsonSerializer Properties 4:

CheckAdditionalContent

Gets a value indicating whether there will be a check for additional JSON content after deserializing an object. The default value is false.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 5:

ConstructorHandling

Gets or sets how constructors are used during deserialization. The default value is Default.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 6:

Context

Gets or sets the StreamingContext used by the serializer when invoking serialization callback methods.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 7:

ContractResolver

Gets or sets the contract resolver used by the serializer when serializing .NET objects to JSON and vice versa.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 8:

Converters

Gets a collection JsonConverter that will be used during serialization.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 9:

Culture

Gets or sets the culture used when reading JSON. The default value is InvariantCulture.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 10:

DateFormatHandling

Gets or sets how dates are written to JSON text. The default value is IsoDateFormat.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 11:

DateFormatString

Gets or sets how DateTime and DateTimeOffset values are formatted when writing JSON text, and the expected date format when reading JSON text. The default value is "yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFFK".
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 12:

DateParseHandling

Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. The default value is DateTime.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 13:

DateTimeZoneHandling

Gets or sets how DateTime time zones are handled during serialization and deserialization. The default value is RoundtripKind.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 14:

TcHmiJsonSerializer Properties 15:

DefaultAdvancedJsonConverters

Gets a JsonConverterCollection that contains the default JsonConverter s with advanced conversions enabled.
Obsolete

TcHmiJsonSerializer Properties 16:

TcHmiJsonSerializer Properties 17:

DefaultJsonConverters

Gets a JsonConverterCollection that contains the default JsonConverter s.

TcHmiJsonSerializer Properties 18:

TcHmiJsonSerializer Properties 19:

DefaultSettings

Gets the default JsonSerializerSettings .

TcHmiJsonSerializer Properties 20:

TcHmiJsonSerializer Properties 21:

DefaultSettingsWithAdvancedConverters

Gets the default JsonSerializerSettings with the AdvancedJsonConverters.

TcHmiJsonSerializer Properties 22:

TcHmiJsonSerializer Properties 23:

DefaultSettingsWithConverters

Gets the default JsonSerializerSettings with the DefaultJsonConverters.
Obsolete

TcHmiJsonSerializer Properties 24:

TcHmiJsonSerializer Properties 25:

DefaultSettingsWithDefaultConverters

Gets the default JsonSerializerSettings with the DefaultJsonConverters.

TcHmiJsonSerializer Properties 26:

DefaultValueHandling

Gets or sets how default values are handled during serialization and deserialization. The default value is Include.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 27:

DurationFormatHandling

Gets or sets how durations are read from and written to JSON text.
The default value is IsoDurationFormat.

TcHmiJsonSerializer Properties 28:

DurationFormatString

Gets or sets how TimeSpan values are formatted when writing JSON text and the expected duration format when reading JSON text.
This only takes effect if DurationFormatHandling equals MicrosoftDurationFormat.
The default value is Empty.

TcHmiJsonSerializer Properties 29:

DurationParseHandling

Gets or sets how duration formatted Strings are parsed when reading JSON.
The default value is TimeSpan.

TcHmiJsonSerializer Properties 30:

EqualityComparer

Gets or sets the equality comparer used by the serializer when comparing references.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 31:

FloatFormatHandling

Gets or sets how special floating point numbers, e.g. NaN, PositiveInfinity and NegativeInfinity, are written as JSON text. The default value is String.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 32:

FloatParseHandling

Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. The default value is Double.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 33:

Formatting

Indicates how JSON text output is formatted. The default value is None.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 34:

Int64ParseHandling

Gets or sets how values of type Int64 and UInt64 are parsed when writing JSON.
The default value is NumericString

TcHmiJsonSerializer Properties 35:

MaxDepth

Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a JsonReaderException. A null value means there is no maximum. The default value is 64.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 36:

MetadataPropertyHandling

Gets or sets how metadata properties are used during deserialization. The default value is Default.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 37:

MissingMemberHandling

Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. The default value is Ignore.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 38:

NullValueHandling

Gets or sets how null values are handled during serialization and deserialization. The default value is Include.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 39:

ObjectCreationHandling

Gets or sets how objects are created during deserialization. The default value is Auto.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 40:

PreserveReferencesHandling

Gets or sets how object references are preserved by the serializer. The default value is None.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 41:

ReferenceLoopHandling

Gets or sets how reference loops (e.g. a class referencing itself) is handled. The default value is Error.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 42:

ReferenceResolver

Gets or sets the IReferenceResolver used by the serializer when resolving references.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 43:

SerializationBinder

Gets or sets the ISerializationBinder used by the serializer when resolving type names.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 44:

StringEscapeHandling

Gets or sets how strings are escaped when writing JSON text. The default value is Default.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 45:

TraceWriter

Gets or sets the ITraceWriter used by the serializer when writing trace messages.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 46:

TypeNameAssemblyFormat

Gets or sets how a type name assembly is written and resolved by the serializer. The default value is Simple.
(Inherited from JsonSerializer)
Obsolete

TcHmiJsonSerializer Properties 47:

TypeNameAssemblyFormatHandling

Gets or sets how a type name assembly is written and resolved by the serializer. The default value is Simple.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Properties 48:

TypeNameHandling

Gets or sets how type name writing and reading is handled by the serializer. The default value is None.
(Inherited from JsonSerializer)

Reference

TcHmiJsonSerializer Class TcHmiSrv.Core.Tools.Json.Newtonsoft Namespace

Copyright © Beckhoff Automation GmbH & Co. KG