Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

serialization

Status
Not open for further replies.

Cagliostro

Programmer
Sep 13, 2000
4,226
GB
Hi, is there a serialization implemented for C++Builder? I mead something like in VisualC++ (DECLARE_SERIAL/IMPLEMENT_SERIAL)

Ion Filipski
1c.bmp
 
VCL classes are derived from TPersistent class - providing means of serializing objects. Probably not exactly the same thing as in VC++, but should be appropriate.
 
could you please give me some sample?

Ion Filipski
1c.bmp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top