我正在配置午睡的 ResponseTransformer 以返回对象数组。
service.configureTransformer("/models/*") {
Model.instantiate($0.content)
}
但不知何故,当我尝试使用将它们转换回数组时,let objects = response.content as! [Object]
我得到了这个异常
Could not cast value of type 'Swift.ImplicitlyUnwrappedOptional<Swift.AnyObject>' (0x382a0a0) to 'Swift.Array<Object>' (0x16f5358).