Serializing a class which doesn't implement NSCoding

30 views Asked by At

I have an objective C program which calls an API to get an objective C class that is implemented by someone else. Lets call the external object O. In my code, I need to serialize O so that it can be encoded and decoded. Can I do this, given that O doesn't implement NSCoding or NSSecureCoding?

0

There are 0 answers