I'd like to send serialized objects between a C++ application (running on a linux machine) and an iPhone application. Is this possible?
Is there a way to encode/decode data using the NSCoding protocol on the C++ side? Has someone reverse engineered this protocol?