public class ProfileAttributeConverter extends Object implements com.thoughtworks.xstream.converters.Converter
| Constructor and Description | 
|---|
| ProfileAttributeConverter() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | canConvert(Class aClass)This method returns True/False. | 
| void | marshal(Object o,
              com.thoughtworks.xstream.io.HierarchicalStreamWriter hierarchicalStreamWriter,
              com.thoughtworks.xstream.converters.MarshallingContext marshallingContext) | 
| Object | unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader hierarchicalStreamReader,
                  com.thoughtworks.xstream.converters.UnmarshallingContext unmarshallingContext)This method converts the data into profileAttributeBo Object. | 
public ProfileAttributeConverter()
public void marshal(Object o, com.thoughtworks.xstream.io.HierarchicalStreamWriter hierarchicalStreamWriter, com.thoughtworks.xstream.converters.MarshallingContext marshallingContext)
marshal in interface com.thoughtworks.xstream.converters.Converterpublic Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader hierarchicalStreamReader, com.thoughtworks.xstream.converters.UnmarshallingContext unmarshallingContext)
unmarshal in interface com.thoughtworks.xstream.converters.ConverterhierarchicalStreamReader - unmarshallingContext - public boolean canConvert(Class aClass)
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcheraClass - Copyright © 2004–2015 The Kuali Foundation. All rights reserved.