Objectmapper: Possible to call `Mapper` from Objective C?

Created on 25 Jun 2016  路  2Comments  路  Source: tristanhimmelman/ObjectMapper

I'm looking to initialize classes conforming to Mappable from Objective C, but I can't figure out how to initialize these classes with JSON from Objective C. E.g. I can't access the Mapper class in Objective C, and thus can't call something like [Mapper map:JSONString].

Any ideas, or is creating Mappable objects from Objective C just not supported?

Most helpful comment

@chrismanderson were you able to find a workaround for this?

All 2 comments

ObjectMapper does not officially support Objective C. It may work but I cannot guarantee any functionality as it is not something I have tested. Good luck

@chrismanderson were you able to find a workaround for this?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

liltimtim picture liltimtim  路  3Comments

patchthecode picture patchthecode  路  3Comments

loryhuz picture loryhuz  路  4Comments

AashishSapkota picture AashishSapkota  路  3Comments

pcompassion picture pcompassion  路  3Comments