* @return a new instance of the root line writer.
*/
private LineWriter createRootLineWriter() {
return new RootLineWriter(
new PropertyInclusionChecker(configuration.getExcludedProperties()),
new SerializerRepository(configuration.getCheckableSerializer()),
new ComparatorRepository(configuration.getCheckableComparators(), configuration.getComparables()));
}