custom object archiving
custom object archiving
- Subject: custom object archiving
- From: Dustin Mierau <email@hidden>
- Date: Sat, 29 Sep 2001 22:50:14 -0700
I am porting some C++ code for a protocol that uses objects sent
over tcp/ip. I have the basic classes ported to Objective-C, and
now I am ready to serialize the objects to be sent over the
network. I noticed the NSCoding protocol and NSArchiver might be
useful, but I don't see any way of customizing the data produced
so I can make it conform to this 3rd party tcp/ip based
protocol. Is there a way for me to do this?
Thanks, Enjoy on the Life!