feat: serialize all attribute

This commit is contained in:
2025-04-24 22:59:32 +03:00
parent c3876add1e
commit c704173183
3 changed files with 106 additions and 59 deletions

View File

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