*/
private LineWriter createRootLineWriter() {
return new RootLineWriter(
new PropertyInclusionChecker(configuration.getExcludedProperties()),
new SerializerRepository(configuration.getCheckableSerializer()),
new ComparatorRepository(configuration.getCheckableComparators(), configuration.getComparables()));
}