public function serialize()
 {
     $serial = $this->entry->serialize();
     $serial['meta'] = $this->meta->serialize();
     return $serial;
 }