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 8106175
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T00:23:15+00:00 2026-06-06T00:23:15+00:00

I have a core data object and a REST web interface that use different

  • 0

I have a core data object and a REST web interface that use different value for the same attribute. The managed object has the attribute named “type” that is an integer (enum), the REST interface has a string value named “type” (strings like: “truck”, “car”, “moped”).

I transform the value from string to integer when getting the object using the RKObjectLoaderDelegate method objectLoader:willMapData:. I hope that’s how I should do this.

My question: When putting/posting the object, how or where do I transform the value from integer (enum) back to string values? Is there a moment in the serialization process where I can manipulate values for a put/post action? Should I perpahps subclass the serializer or RKManagedObjectMapping, or is my delegate being called at some point that I can change the values of an attribute?

  • 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-06-06T00:23:17+00:00Added an answer on June 6, 2026 at 12:23 am

    You can solve this by creating a category for the (NSManagedObject) class you’re mapping, and adding special properties in this category that will be used by Restkit.
    So add a property typeString in the category that converts the enum (type) to a string and map the attribute “typeString” to json, instead of “type”. It looks like this for receiving:

    [mapping mapKeyPath:@"type" toAttribute:@"typeString"]
    

    and like this for sending:

    [serializationMapping mapKeyPath:@"typeString" toAttribute:@"type"]
    

    This way you don’t need to use objectLoader:willMapData: at all, and the conversion is nicely embedded in the object (category).

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

Sidebar

Related Questions

I have a core data UITableView, the core data managed object has 4 properties
I have a core data object that has a bunch of optional values. I'm
I have an iPhone app with a Core Data object that has a color
If core data has an object that has a specific member variable value I
I have a core data recipe object that contains an ordered list of ingredient
I have a Core Data object called Workshop. It has a to-many relationship to
Say you have a Core Data object called Workshop. It has a to-many relationship
In my Core Data managed object model, I have an entity Foo with a
I have a Core Data object graph set up such that Grandparent--(hasMany)-->>Parent--(hasMany)-->>Child and each
I have a Core Data object that contains an NSSet of other objects (e.g.

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.