Interface SerializationResult
public interface SerializationResult
Container for holding serialization results. Use
getValue() to get the implementation-specific
result.- Author:
- Daniel Murphy
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()The implementation-specific serialization result.voidwriteTo(OutputStream argOutputStream) Writes the result to the given output stream.
-
Method Details
-
getValue
-
writeTo
Writes the result to the given output stream.- Parameters:
argOutputStream-- Throws:
IOException
-