Search Results for

    Show / Hide Table of Contents

    Class NoSerializeAttribute

    Indicates that a field or a property of a serializable class should not be serialized. This class cannot be inherited.

    Inheritance
    System.Object
    NoSerializeAttribute
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class NoSerializeAttribute : Attribute

    Constructors

    NoSerializeAttribute()

    Declaration
    public NoSerializeAttribute()

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.DeepClone<T>(T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat