Changes between Version 1 and Version 2 of Documentation/DevelopmentCenter/UsePersistence
- Timestamp:
- 03/14/10 18:01:15 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/UsePersistence
v1 v2 11 11 * Or a `[StorableConstructor]` with a single bool argument (e.g. `isDeserializing`) that is set to true when invoked by the persistence 12 12 13 If you need more logic you can add a `[PersistenceHook]` attribute to parameterless methods that will be called before serialization start or after serialization finishes for an object.13 If you need more logic you can add a `[PersistenceHook]` attribute to parameterless methods that will be called before serialization starts or after serialization finishes for an object. 14 14 15 15 == Support for Other Classes ==