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