Changes between Version 4 and Version 5 of Documentation/DevelopmentCenter/UsePersistence
- Timestamp:
- 06/26/14 20:18:38 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/UsePersistence
v4 v5 15 15 {{{ 16 16 #!csharp 17 [Storable ]17 [StorableClass] 18 18 public class SomeClass : Item { 19 [Storable] 20 private int field; 19 21 [StorableConstructor] 20 22 protected SomeClass(bool deserializing) : base(deserializing) { }