Rework metadata struct loading to use new struct versioning
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
namespace VersionedSerialization.Attributes;
|
||||
|
||||
#pragma warning disable CS9113 // Parameter is unread.
|
||||
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
|
||||
public class AlignedAttribute(int alignment) : Attribute;
|
||||
#pragma warning restore CS9113 // Parameter is unread.
|
||||
@@ -0,0 +1,3 @@
|
||||
namespace VersionedSerialization.Attributes;
|
||||
|
||||
public class NativeIntegerAttribute : Attribute;
|
||||
Reference in New Issue
Block a user