I'm working with a project that requires me to serialize my objects in order to send them... Apple says that because space is limited I should serialize the objects without using NSCoding or NSCoder because there is no way of predicting the end size of my data.
What is the best approach to serializing my Object without NSCoder so that it is as small as possible?