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