FastEasyMapping
FastEasyMapping copied to clipboard
Mapping One object at a time
Hello,
Can we map single object at a time.
for array we can use following method :
- (NSArray *)collectionFromRepresentation:(NSArray *)representation mapping:(FEMMapping *)mapping
thanks in advance.
@vishaldeshai for mapping single object you can use below method [FEMDeserializer objectFromRepresentation:json mapping:mapping context:managedObjectContext];