Class fsIgnoreAttribute
The given property or field annotated with [JsonIgnore] will not be serialized.
Inherited Members
Namespace: Unity.VisualScripting.FullSerializer
Assembly: Unity.VisualScripting.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public sealed class fsIgnoreAttribute : Attribute