Package org.openjdk.jol.vm.sa
Interface Result
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
UniverseData
interface Result extends java.io.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.