Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 5 and Version 6 of Documentation/DevelopmentCenter/UsePersistence


Ignore:
Timestamp:
06/26/14 20:19:14 (10 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/UsePersistence

    v5 v6  
    1919  [Storable]
    2020  private int field;
     21
    2122  [StorableConstructor]
    2223  protected SomeClass(bool deserializing) : base(deserializing) { }
     
    3334[StorableClass]
    3435public class SomeClass {
     36  ...
     37
    3538  [StorableHook(HookType.AfterDeserialization)]
    3639  private void AfterDeserialization() {