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
 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


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.