Example #1
0
 public function decode($data, $mime = CoderManager::MIME_JSON)
 {
     return $this->_coder->get($mime)->decode($data);
 }