ignore

Attribute for marking non-serialized fields.

@property
ignore
()

Examples

struct Test {
	// is neither serialized not deserialized
	@ignore int screenSize;
}

Meta