-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Labels
refactorclean-up code with no change original functionalityclean-up code with no change original functionality
Description
Very often you override Serialize() method for SomeLayer class only for setting SerializeVersion to archive. Better to add some virtual method to setup correct SerializeVersion. In some over cases you override it to add some suffix info, but you have working mechanism for it in CCompositeLayer, you may expand serializationHook idea to whole Layers hierarchy.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
refactorclean-up code with no change original functionalityclean-up code with no change original functionality