When you serialize the CFC, use getMetaData() on the cfc first, to get it's full name, and store that in the serialized structure. Then you can use it to reinstantiate the object.
barneyb > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Justin Balog > Sent: Friday, September 26, 2003 3:51 PM > To: '[EMAIL PROTECTED]' > Subject: RE: [CFCDev] Serialize? > > > Almost my last question concerning this. When I perform a deserialize() I > will need to do a CreatObject() and set that > variables.instance[i] to it, if > its a cfc within a cfc. What is the best way to handle this, because the > deserialize() will require a path as to where that cfc is so that > it can be > called? Does this make sense? > > Thanks again, > > Justin > ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
