Free cookie consent management tool by TermsFeed Policy Generator

Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#900 closed defect (done)

Persistence should provide hooks for "storable"-serializable classes

Reported by: epitzer Owned by: epitzer
Priority: low Milestone: HeuristicLab 3.3.0
Component: Persistence Version: 3.3
Keywords: Cc:

Description

[Storable] classes should provide the following hooks:

  • a custom constructor that is to be called exclusively during deserialization
  • a hook method to be called before serialization
  • a hook method to be called after deserialization

Change History (6)

comment:1 Changed 15 years ago by epitzer

  • Status changed from new to assigned

add a new attribute for hooks to be called before serialization and after deserialization (r2980)

comment:2 Changed 15 years ago by epitzer

add support for new StorableConstructor attribute (r2983)

comment:3 Changed 15 years ago by epitzer

add caches for hooks (r2991)

comment:4 Changed 15 years ago by epitzer

  • Resolution set to fixed
  • Status changed from assigned to closed

comment:5 Changed 14 years ago by swagner

  • Milestone changed from Iteration 6 to Current

Milestone Iteration 6 deleted

comment:6 Changed 14 years ago by swagner

  • Milestone changed from Current to HeuristicLab 3.3.0

Milestone Current deleted

Note: See TracTickets for help on using tickets.