The OpenD Programming Language

serializable

A UDA for marking fields as serializable.

Use on any field to mark it as serializable. Only fields and getters/setters can be marked as serializeable.

struct serializable {}

Constructors

this
this(string n)

Constructs new serializable

Meta