We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59f9c1 commit 7b9fdb7Copy full SHA for 7b9fdb7
source/mir/serde.d
@@ -118,6 +118,13 @@ struct serdeKeyOut
118
this(string key) { this.key = key; }
119
}
120
121
+/++
122
+The attribute should be used as a hind for scripting languages to register type deserializer in the type system.
123
+
124
+The attribute should be applied to a type definition.
125
++/
126
+enum serdeRegisterDeserializer;
127
128
/++
129
The attribute should be applied to a string-like member that should be de/serialized as an annotation / attribute.
130
0 commit comments