<< Prev
Object Prevalence
Next > >
Documentation tags
class Person : public Object {
PERSISTANT_OBJECT
public:
/** @serialize */
static int nextId;
/** @serialize @unique */
int id;
/** @serialize @descr "Name of the person" */
String name;
};