Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Persistence/3.3/Default/CompositeSerializers/Storable/StorableAttribute.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Persistence/3.3/Default/CompositeSerializers/Storable/StorableAttribute.cs
r13368 r14711 30 30 /// Mark the member of a class to be considered by the <c>StorableSerializer</c>. 31 31 /// The class must be marked as <c>[StorableClass("05FE6F11-87C6-435E-800A-166AFACCF5AC")]</c> and the 32 /// <c>Storable ClassType</c> should be set to <c>MarkedOnly</c> for32 /// <c>StorableMemberSelection</c> should be set to <c>MarkedOnly</c> for 33 33 /// this attribute to kick in. 34 34 /// </summary>
Note: See TracChangeset
for help on using the changeset viewer.