Closed lauxley closed 9 years ago
Because for now we can't do something like MyModel.es.all().deserialize()[5:15]. The idea would be that the .deserialize() method only sets a flag on the query, then on evaluation, the deserialize method would be call.
MyModel.es.all().deserialize()[5:15]
.deserialize()
Because for now we can't do something like
MyModel.es.all().deserialize()[5:15]
. The idea would be that the.deserialize()
method only sets a flag on the query, then on evaluation, the deserialize method would be call.