docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class fsGlobalConfig

    Inheritance
    object
    fsGlobalConfig
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.VisualScripting.FullSerializer
    Assembly: Unity.VisualScripting.Core.dll
    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
    bool

    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
    bool
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)