Package org.jbox2d.serialization
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
Object getValue()The implementation-specific serialization result.- Returns:
- serialization result
-
writeTo
Writes the result to the given output stream.- Parameters:
argOutputStream-- Throws:
IOException
-