Opened 14 years ago
Closed 14 years ago
#1385 closed enhancement (done)
Enable persistence properties which have only a getter or a setter but not both
Reported by: | swagner | Owned by: | epitzer |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.3 |
Component: | Persistence | Version: | 3.3.3 |
Keywords: | Cc: |
Description
For transforming persisted data it would be nice to write persistence properties which have a getter or a setter but not both. Maybe we can simply add an additional flag to the Storable attribute to disable the check that each persistence property has to provide a getter and a setter.
Change History (4)
comment:1 Changed 14 years ago by epitzer
- Status changed from new to accepted
comment:2 Changed 14 years ago by epitzer
- Owner changed from epitzer to swagner
- Status changed from accepted to reviewing
comment:3 Changed 14 years ago by swagner
- Owner changed from swagner to epitzer
- Status changed from reviewing to readytorelease
Great. Thanks.
comment:4 Changed 14 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.2 to 3.3.3
Note: See
TracTickets for help on using
tickets.
Implement one-way serialization that allows either only loading or only saving of storable members by setting a new property called AllowOneWay on the [Storable] attribute (r5324)