Serializes a class or struct
You can ignore a field with the @ignore UDA
Properties will not be serialized.
Create function with void serialize(ref Tag tag) signature to do custom serialization
See Implementation
Serializes a class or struct
You can ignore a field with the @ignore UDA
Properties will not be serialized.
Create function with void serialize(ref Tag tag) signature to do custom serialization