Print Page | Close Window

Serialization in VC++

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: General Discussion
Forum Description: Topics Related to Visual C++ MFC Development in General
URL: http://forum.codejock.com/forum_posts.asp?TID=2840
Printed Date: 11 May 2024 at 3:08am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Serialization in VC++
Posted By: Nirusoft
Subject: Serialization in VC++
Date 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





Replies:
Posted By: Nirusoft
Date Posted: 05 September 2005 at 7:08am
Please some one help me in this regard. Its very urgent.

Thanks in advance.


Posted By: Oleg
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net