Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #1430, comment 5


Ignore:
Timestamp:
03/10/11 10:51:27 (13 years ago)
Author:
swagner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1430, comment 5

    initial v1  
    22> Anyhow, I think we should implement the second suggested solution as after deserialization hooks should behave the same way as constructors do (i.e., they should be called in base classes first).
    33
    4 According to epitzer calling deserialization hooks is already implemented in that way. After deserialization hooks are called on base classes first and before deserialization hooks are called on derived classes first.
     4According to epitzer calling deserialization hooks is already implemented in that way. Before and after deserialization hooks are called on base classes first.