Example #1
0
 /**
  * {@inheritDoc}
  */
 public function serializeCollection(Collection $collection, AdapterInterface $adapter)
 {
     return $this->serializeArray($collection->allWithoutLoad(), $adapter);
 }