public interface ValidationReportSerializer
Modifier and Type | Method and Description |
---|---|
void |
serialize(ValidationReport vr,
OutputStream os)
Serializes the validation report on the given output stream.
|
void serialize(ValidationReport vr, OutputStream os) throws SerializationException
vr
- the validation report to be serialized.os
- the output stream used to produce the serialization.SerializationException
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.