Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 259079
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T22:14:02+00:00 2026-05-11T22:14:02+00:00

Version 1.0 of an application has a data model, which is saved/loaded using the

  • 0

Version 1.0 of an application has a data model, which is saved/loaded using the NSKeyed(Un)Archiver classes, as all model classes adhere to the NSCoding protocol. Say the following hierarchy exists:

-> Houses (NSMutableArray)
-> -> House (Custom Object)
-> -> -> Color (3 ints, RGB)
-> -> -> Number of Residents (int)

Say that there are legacy files stored in such a manner, but need to be loaded into version 2.0 of the application for backwards compatibility, using the following newer data model:

-> Neighborhood (Maintains NSMutableArray, among other properties)
-> -> TownHouse
-> -> -> Color (3 ints, RGB)
-> -> -> Occupants (NSMutableArray)
-> -> (Other types of houses)

Obviously, some data will be missing and will need to be filled in. Eg. a basic “Occupant” object will need to be created for each of the “number of residents” that existed before. What I’m looking for is a way to programmatically load in the previous data model, especially if I only have a list of the classes/hierarchy, and not the .m/.h files themselves.

So what I want to do is (assuming I have a file Houses.data, which was serialized using the Houses array):

NSFile *legacyFile;
Neighborhood *hood = [Neighborhood neighborhoodFromLegacyFile:legacyFile];

Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T22:14:03+00:00Added an answer on May 11, 2026 at 10:14 pm

    I think the trick here is to use the setClass:forClassName: function provided by NSKeyedUnarchiver. It allows you to say: “Use class TownHouse to deserialize all instances of class House.”

    Then you need to modify your TownHouse’s initWithCoder: function to decode either hierarchy. You might accomplish this by calling decodeObject or decodeObjectForKey: and then using isKindOfClass: to see what type of object you’re dealing with. You can also use containsValueForKey: to check for certain keys before trying to read them out.

    I hope that helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 207k
  • Answers 207k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer If you are dead-set on doing it yourself, you can… May 12, 2026 at 9:20 pm
  • Editorial Team
    Editorial Team added an answer Just figured it out, QGraphicsView::viewportTransform() doc says "Returns a matrix… May 12, 2026 at 9:20 pm
  • Editorial Team
    Editorial Team added an answer More information would be interesting on how you are creating… May 12, 2026 at 9:20 pm

Related Questions

I have this problem where I can't get my dynamic data web app to
I have an application with a bunch of cucumber tests, and I tried using
I'm using Entity Framework to access my MySQL database. The model was generated using
When designing a database to use MVCC (Multi-Version Concurrency Control), you create tables with

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.