7 lines
177 B
C#
7 lines
177 B
C#
using System;
|
|
|
|
namespace Syntriax.Engine.Core.Serialization;
|
|
|
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)]
|
|
public class SerializeAllAttribute : Attribute;
|