Objectica` Message

Transient::inheritance

  • Generated when child in Class[child, parent] has a Transient modifier and parent has not or vice versa.
This loads the package.
In[1]:=
Click for copyable input
A class that may not be serialized must be declared as such in all levels in the inheritance hierarchy.
Declaring the class to be transient allows its definition.
In[3]:=
Click for copyable input
Alternatively, it can be allowed to save objects of the class.
In[4]:=
Click for copyable input
The check applies in both directions of inheritance.