public function EasyRdf_Format::getSerialiserClass

Get the name of the class to use to serialise the format

Return value

string The name of the class

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php, line 483

Class

EasyRdf_Format
Class the represents an RDF file format.

Code

public function getSerialiserClass() {
  return $this->serialiserClass;
}