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

@@ -0,0 +1,4 @@
namespace Syntriax.Engine.Serialization;
[AttributeUsage(AttributeTargets.Field)]
public class SerializeAttribute : Attribute;