chore: some experimentations with DotNetYaml

This commit is contained in:
2025-04-17 22:19:39 +03:00
parent cddb30c631
commit c205e710bc
7 changed files with 238 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
namespace Syntriax.Engine.Serialization;
public class IgnoreSerializationAttribute : Attribute
{
}