FastEasyMapping icon indicating copy to clipboard operation
FastEasyMapping copied to clipboard

Mapping One object at a time

Open vishaldeshai opened this issue 8 years ago • 1 comments

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 avatar Nov 04 '17 05:11 vishaldeshai

@vishaldeshai for mapping single object you can use below method [FEMDeserializer objectFromRepresentation:json mapping:mapping context:managedObjectContext];

rayWille avatar Oct 24 '18 07:10 rayWille