serializeWSF

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

serializeWSF
(
T
)
()
if (
is(T == class) ||
is(T == struct)
||
isPointer!T
)

Meta