chore: experimentations

This commit is contained in:
2025-04-23 23:20:00 +03:00
parent 2637f99456
commit 35a75d993b
5 changed files with 55 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
namespace Syntriax.Engine.Serialization;
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Class)]
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Class)]
public class IgnoreSerializationAttribute : Attribute;