chore: added a generic converter

This commit is contained in:
2025-04-20 20:07:04 +03:00
parent 9c129cefe2
commit f51d5f342e
6 changed files with 140 additions and 90 deletions

View File

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