public function testExtendedSerializationIsEmptyByDefault()
 {
     $this->assertInternalType('array', $this->writer->jsonSerializeDetails());
     $this->assertEmpty($this->writer->jsonSerializeDetails());
 }