| 596 | class DefaultSaveLoadHandler : public SaveLoadHandler { |
| 597 | public: |
| 598 | SaveLoadTable GetDescription() const override { return static_cast<const TImpl *>(this)->description; } |
| 599 | SaveLoadCompatTable GetCompatDescription() const override { return static_cast<const TImpl *>(this)->compat_description; } |
| 600 | |
| 601 | virtual void Save([[maybe_unused]] TObject *object) const {} |