Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 2 of Documentation/DevelopmentCenter/UsePersistence


Ignore:
Timestamp:
03/14/10 18:01:15 (14 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/UsePersistence

    v1 v2  
    1111   * Or a `[StorableConstructor]` with a single bool argument (e.g. `isDeserializing`) that is set to true when invoked by the persistence
    1212
    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.
     13If 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.
    1414
    1515== Support for Other Classes ==