Factory for creating a step in the serialization of entity families. More...
#include <arcane/core/IItemFamilySerializeStep.h>
Public Member Functions | |
| virtual IItemFamilySerializeStep * | createStep (IItemFamily *family)=0 |
| Creates a step for the family family. | |
Factory for creating a step in the serialization of entity families.
Definition at line 162 of file IItemFamilySerializeStep.h.
|
pure virtual |
Creates a step for the family family.
May return nullptr in which case no step is added for this factory.
Implemented in Arcane::Materials::MeshMaterialExchangeMng::ExchangeCellFactory.