|
EGDL2 2.1
|
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. | |
Enables some top-level customization of Full Serializer.