SerializableEnumProxy

Proxy struct for serializing string enums as their values, not key names

@serializedAs!string
struct SerializableEnumProxy (
T
) if (
is(T : string)
) {}

Constructors

this
this(T e)
Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

e
T e;
Undocumented in source.

Meta