EGDL2 2.1
Loading...
Searching...
No Matches
FullSerializer.fsConfig Class Reference

Enables some top-level customization of Full Serializer. More...

Static Public Attributes

static Type[] SerializeAttributes
 The attributes that will force a field or property to be serialized.
 
static Type[] IgnoreSerializeAttributes = { typeof(NonSerializedAttribute), typeof(fsIgnoreAttribute) }
 The attributes that will force a field or property to not be serialized.
 
static bool IsCaseSensitive = true
 Should deserialization be case sensitive? If this is false and the JSON has multiple members with the same keys only separated by case, then this results in undefined behavior.
 

Properties

static fsMemberSerialization DefaultMemberSerialization [get, set]
 The default member serialization.
 

Detailed Description

Enables some top-level customization of Full Serializer.


The documentation for this class was generated from the following file: