chore: added a generic converter
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
namespace Syntriax.Engine.Serialization;
|
||||
|
||||
public class IgnoreSerializationAttribute : Attribute
|
||||
{
|
||||
}
|
||||
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Class)]
|
||||
public class IgnoreSerializationAttribute : Attribute;
|
||||
|
||||
Reference in New Issue
Block a user