5 lines
128 B
C#
5 lines
128 B
C#
namespace Syntriax.Engine.Serialization;
|
|
|
|
[AttributeUsage(AttributeTargets.Field)]
|
|
public class SerializeAttribute : Attribute;
|