SerialisationUDAs

Summary of UDAs that an array to be serialised is annotated with.

UDAs do not persist across function calls, so they must be summarised (such as in a struct like this) and separately passed, at compile-time or runtime.

Members

Variables

arrayPattern
string arrayPattern;

The format pattern used to format the array this struct refers to. This is separator-specific.

escapedSeparator
string escapedSeparator;

The escaped form of separator.

separator
string separator;

Whether or not the member was annotated with a Separator.

unserialisable
bool unserialisable;

Whether or not the member was annotated Unserialisable.