public class FolderConverter
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 |
---|
FolderConverter() |
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.XStreamConverter
canConvert
in class com.liferay.exportimport.kernel.xstream.BaseXStreamConverter
public 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.XStreamConverter
unmarshal
in class com.liferay.exportimport.kernel.xstream.BaseXStreamConverter
java.lang.Exception
protected java.util.List<java.lang.String> getFields()
getFields
in class com.liferay.exportimport.kernel.xstream.BaseXStreamConverter