6 lines
100 B
C#
6 lines
100 B
C#
namespace Syntriax.Engine.Serialization;
|
|
|
|
public class IgnoreSerializationAttribute : Attribute
|
|
{
|
|
}
|