T - The data type representing the serialized objectpublic interface SerializedObject<T>
| Modifier and Type | Method and Description | 
|---|---|
Class<T> | 
getContentType()
Returns the type of this representation's data. 
 | 
T | 
getData()
The actual data of the serialized object. 
 | 
SerializedType | 
getType()
Returns the description of the type of object contained in the data. 
 | 
Class<T> getContentType()
SerializedType getType()
T getData()
Copyright © 2010–2018. All rights reserved.