Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/10/10 18:28:50 (14 years ago)
Author:
epitzer
Message:

Make StorableClass attribute compulsory for StorableSerializer to work, add named property StorableClassType to choose between Empty and MarkedOnly, later other options will be added. (#548)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Persistence/3.3/HeuristicLab.Persistence-3.3.csproj

    r2983 r2994  
    119119    <Compile Include="Default\CompositeSerializers\StackSerializer.cs" />
    120120    <Compile Include="Default\CompositeSerializers\Storable\DataMemberAccessor.cs" />
    121     <Compile Include="Default\CompositeSerializers\Storable\EmptyStorableClassAttribute.cs" />
     121    <Compile Include="Default\CompositeSerializers\Storable\StorableClassAttribute.cs" />
    122122    <Compile Include="Default\CompositeSerializers\Storable\StorableAttribute.cs" />
    123123    <Compile Include="Default\CompositeSerializers\Storable\StorableConstructorAttribute.cs" />
Note: See TracChangeset for help on using the changeset viewer.