public class FileEntryConverter
extends com.liferay.exportimport.kernel.xstream.BaseXStreamConverter
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.List<java.lang.String> |
fields |
| Constructor and Description |
|---|
FileEntryConverter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(java.lang.Class<?> clazz) |
protected java.util.List<java.lang.String> |
getFields() |
java.lang.Object |
unmarshal(com.liferay.exportimport.kernel.xstream.XStreamHierarchicalStreamReader xStreamHierarchicalStreamReader,
com.liferay.exportimport.kernel.xstream.XStreamUnmarshallingContext xStreamUnmarshallingContext) |
public boolean canConvert(java.lang.Class<?> clazz)
canConvert in interface com.liferay.exportimport.kernel.xstream.XStreamConvertercanConvert in class com.liferay.exportimport.kernel.xstream.BaseXStreamConverterpublic java.lang.Object unmarshal(com.liferay.exportimport.kernel.xstream.XStreamHierarchicalStreamReader xStreamHierarchicalStreamReader,
com.liferay.exportimport.kernel.xstream.XStreamUnmarshallingContext xStreamUnmarshallingContext)
throws java.lang.Exception
unmarshal in interface com.liferay.exportimport.kernel.xstream.XStreamConverterunmarshal in class com.liferay.exportimport.kernel.xstream.BaseXStreamConverterjava.lang.Exceptionprotected java.util.List<java.lang.String> getFields()
getFields in class com.liferay.exportimport.kernel.xstream.BaseXStreamConverter