Interface Result

All Superinterfaces:
Serializable
All Known Implementing Classes:
UniverseData

interface Result extends Serializable

Interface for types of Task.process() return. It is designed to hold all results under a hierarchy.

Result implementations must be fully (including its fields) serializable. So if there is any field will not be serialized, it must be ignored or serialization logic must be customized. Please see http://www.oracle.com/technetwork/articles/java/javaserial-1536170.html for more details.