lu.uda

Common user-defined attributes (UDAs).

Members

Enums

CannotContainComments
enum CannotContainComments

UDA conveying that this member may contain characters that would otherwise indicate a comment, but isn't.

Hidden
enum Hidden

UDA conveying that this member contains sensitive information and should not be printed in clear text; e.g. passwords.

Quoted
enum Quoted

UDA conveying that this member's value must be quoted when serialised.

Unmeldable
enum Unmeldable

UDA conveying that this member's value cannot or should not be melded.

Unserialisable
enum Unserialisable

UDA conveying that a field cannot (or should not) be serialised.

Structs

Separator
struct Separator

UDA conveying that the annotated array should have this token as separator when formatted to a string.

Meta