Helper
| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public sealed class JSONParameters
public sealed class JSONParameters
Public NotInheritable Class JSONParameters
Public NotInheritable Class JSONParameters
public ref class JSONParameters sealed
public ref class JSONParameters sealed
[<SealedAttribute>] type JSONParameters = class end
[<SealedAttribute>] type JSONParameters = class end
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| JSONParameters()()()() | ||
| DateTimeMilliseconds |
Serialize DateTime milliseconds i.e. yyyy-MM-dd HH:mm:ss.nnn (default = false)
| |
| EnableAnonymousTypes |
Anonymous types have read only properties
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | (Inherited from Object.) | |
| FixValues()()()() |
Helper
| |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| IgnoreAttributes |
Ignore attributes to check for (default : XmlIgnoreAttribute)
| |
| IgnoreCaseOnDeserialize | Obsolete.
Ignore case when processing json and deserializing
| |
| InlineCircularReferences |
Inline circular or already seen objects instead of replacement with $i (default = False)
| |
| KVStyleStringDictionary |
Output string key dictionaries as "k"/"v" format (default = False)
| |
| MemberwiseClone()()()() | (Inherited from Object.) | |
| ParametricConstructorOverride |
If you have parametric and no default constructor for you classes (default = False)
IMPORTANT NOTE : If True then all initial values within the class will be ignored and will be not set
| |
| SerializeNullValues |
Serialize null values to the output (default = True)
| |
| SerializerMaxDepth |
Maximum depth for circular references in inline mode (default = 20)
| |
| SerializeToLowerCaseNames |
Save property/field names as lowercase (default = false)
| |
| ShowReadOnlyProperties |
Show the readonly properties of types in the output (default = False)
| |
| ToString()()()() | (Inherited from Object.) | |
| UseEscapedUnicode |
Use escaped unicode i.e. \uXXXX format for non ASCII characters (default = True)
| |
| UseExtensions |
Enable fastJSON extensions $types, $type, $map (default = True)
| |
| UseFastGuid |
Use the fast GUID format (default = True)
| |
| UseOptimizedDatasetSchema |
Use the optimized fast Dataset Schema format (default = True)
| |
| UseUTCDateTime |
Use the UTC date format (default = True)
| |
| UseValuesOfEnums |
Output Enum values instead of names (default = False)
| |
| UsingGlobalTypes |
Use the $types extension to optimise the output json (default = True)
|
| Object | |
| JSONParameters | |
Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331