Package org.eclipse.ecf.core.util
Class SerDTO
- java.lang.Object
- 
- org.eclipse.ecf.core.util.SerDTO
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class SerDTO extends Object implements Serializable - Since:
- 3.10
- See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassname()Map<String,Object>getFields()ObjectreadObject(Class<?> clazz)
 
- 
- 
- 
Constructor Detail- 
SerDTOpublic SerDTO(Object obj) 
 
- 
 - 
Method Detail- 
getClassnamepublic String getClassname() 
 - 
readObjectpublic Object readObject(Class<?> clazz) throws IOException - Throws:
- IOException
 
 
- 
 
-