You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
open func toDictionary(_ conversionOptions: ConversionOptions = .DefaultSerialize) -> NSDictionary {
let keys = Array(self.entity.attributesByName.keys)
return self.dictionaryWithValues(forKeys: keys) as NSDictionary
}
as I see here conversionOptions are ignored and the dictionaryWithValues used anyways @evermeer
is that the intended behavior if not i could look into fixing it and make a PR
self.toDictionary doesn't cause property mapping to be called
The text was updated successfully, but these errors were encountered: