/**
  * @expectedException \RuntimeException
  */
 public function testCannotCreateBaseSerializer()
 {
     $ars = new ArraySerializerConcrete();
     $ars->create();
 }