Changes between Initial Version and Version 3 of Ticket #2525
- Timestamp:
- 11/25/15 13:22:14 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2525
- Property Status changed from new to accepted
- Property Summary changed from ExternalEvaluationProblem cannot be persisted to Some types are missing a StorableClassAttribute
-
Ticket #2525 – Description
initial v3 1 The `OptimizationSupportScript<T>` is missing a `StorableClassAttribute` and therefore cannot be persisted. 1 Some types do not have a `StorableClassAttribute` although they have storable members or a storable constructor, e.g. `SimpleSymbolicExpressionGrammar`. 2 3 If a type contains a storable member but has no `StorableClassAttribute`, it cannot be persisted, e.g. `OptimizationSupportScript<T>` of an `ExternalEvaluationProblem`.