docs.unity3d.com
    Show / Hide Table of Contents

    Class fsGlobalConfig

    Inheritance
    Object
    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
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023