Mark ResultsetFields.GetObjectData as virtual

Posts   
 
    
mihies avatar
mihies
User
Posts: 800
Joined: 29-Jan-2006
# Posted on: 25-Aug-2006 15:31:03   

Suggestion: Mark ResultsetFields.GetObjectData as virtual. So one can inherit from this class and successfully serialize :-) (no hurry as I already modifed the template in question :-)).

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39927
Joined: 17-Aug-2003
# Posted on: 25-Aug-2006 15:47:31   

In which situation would you like to create a derived class from this class and serialize it as well?

Frans Bouma | Lead developer LLBLGen Pro
mihies avatar
mihies
User
Posts: 800
Joined: 29-Jan-2006
# Posted on: 25-Aug-2006 16:09:08   

Otis wrote:

In which situation would you like to create a derived class from this class and serialize it as well?

I added auto-expand functionallity through Add method. And I need serialization for debugger visualizer wink

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39927
Joined: 17-Aug-2003
# Posted on: 25-Aug-2006 16:48:26   

mihies wrote:

Otis wrote:

In which situation would you like to create a derived class from this class and serialize it as well?

I added auto-expand functionallity through Add method. And I need serialization for debugger visualizer wink

Ok simple_smile

I've seen your email simple_smile I'll look into it shortly simple_smile

Frans Bouma | Lead developer LLBLGen Pro