5 lines
157 B
C#
5 lines
157 B
C#
namespace Syntriax.Engine.Serialization;
|
|
|
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)]
|
|
public class SerializeAllAttribute : Attribute;
|