using System; namespace GlitchyEngine.Serialization; /// /// Specifies that the field is to be serialized. /// /// [AttributeUsage(AttributeTargets.Field)] public sealed class SerializeFieldAttribute : Attribute { }