Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
monotouch で NSKeyedArchiver を使用した例はありますか? pocosのリストを保存したいだけです
w://
MonoTouch の NSKeyedArchiver の例があるかどうかはわかりませんが、シリアル化によってオブジェクトを永続化する方法を探している場合は、MonoTouch で .Net シリアル化 API を使用し、C# の例を使用できます。
NSKeyedArchiver の使用に関しては、バインドされていて利用できるので、MonoTouch でそれを行うためのガイドとして Objective-C の例を使用してみてください。