I have a web service which is written in DotNet and returns a archived class object which I need to unarchive in a Cocoa app.
Is this possible?
I tried to use the information in How to encode/decode a long long property with NSCoder?, but I don't know the key to decode it, and my attempts caused a crash.
Should I be using NSCoder
, or something else?