@expectedException \Symfony\Component\Serializer\Exception\UnexpectedValueException
public function testNormalizeOnDenormalizer() {
$this->serializer = new Serializer(array(
new TestDenormalizer(),
), array());
$this
->assertTrue($this->serializer
->normalize(new \stdClass(), 'json'));
}