Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > General Discussion
  New Posts New Posts RSS Feed - Serialization in VC++
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Serialization in VC++

 Post Reply Post Reply
Author
Message
Nirusoft View Drop Down
Newbie
Newbie


Joined: 25 August 2005
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote Nirusoft Quote  Post ReplyReply Direct Link To This Post Topic: Serialization in VC++
    Posted: 03 September 2005 at 8:06am
Hi

I wrote a following class

class A


protected:

A()
{
.........

}
}

class B
{


...........

}


If I want to create the object for the class A by serialization in class B how can i do that . can anyone please help me in this issue.


Thanks in advance

Niranjan


Back to Top
Nirusoft View Drop Down
Newbie
Newbie


Joined: 25 August 2005
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote Nirusoft Quote  Post ReplyReply Direct Link To This Post Posted: 05 September 2005 at 7:08am
Please some one help me in this regard. Its very urgent.

Thanks in advance.
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 05 September 2005 at 11:34am

Can't catch question.

what is "class A by serialization in class B"? How you want serialize. if you use MFC just override from CObject and override Serialize method.

in MSDN see CArchive, Serialize.

 

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.