Package org.apache.any23.validator
Interface ValidationReportSerializer
-
- All Known Implementing Classes:
XMLValidationReportSerializer
public interface ValidationReportSerializer
Defines a serializer for validation reports.- Author:
- Michele Mostarda (mostarda@fbk.eu)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
serialize(ValidationReport vr, OutputStream os)
Serializes the validation report on the given output stream.
-
-
-
Method Detail
-
serialize
void serialize(ValidationReport vr, OutputStream os) throws SerializationException
Serializes the validation report on the given output stream.- Parameters:
vr
- the validation report to be serialized.os
- the output stream used to produce the serialization.- Throws:
SerializationException
- if there is an error serializing data
-
-