Class fsGlobalConfig
Namespace: Unity.VisualScripting.FullSerializer
Syntax
public static class fsGlobalConfig
Fields
AllowInternalExceptions
If exceptions are allowed internally, then additional date formats can be deserialized. Note that the Full Serializer public API will not throw exceptions with this enabled; errors will still be returned in a fsResult instance.
Declaration
public static bool AllowInternalExceptions
Field Value
Type | Description |
---|---|
Boolean |
InternalFieldPrefix
This string will be used to prefix fields used internally by FullSerializer.
Declaration
public static string InternalFieldPrefix
Field Value
Type | Description |
---|---|
String |
IsCaseSensitive
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.
Declaration
public static bool IsCaseSensitive
Field Value
Type | Description |
---|---|
Boolean |