is there a C#/.NET library or otherwise existing code that can read persisted data from Apple's serialization API, namely NSKeyedArchiver, NSKeyedUnarchiver, NSCoder
?
Context: A friend of mine created a cool app for some of the Apple devices. I have a similar app for the Microsoft world and want to import his documents. The data is in a single file containing all necessary content. This file is created with the above mentioned Apple API.
What is the most simple way of reading Apple's data in C#?
Thanks, Marcel