|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.ole.ingest.OlePatronAddressLineConverter
public class OlePatronAddressLineConverter
OlePatronAddressLineConverter is a converter class used to convert object into data and data into object by using hierarchicalStreamWriter and hierarchicalStreamReader respectively
| Constructor Summary | |
|---|---|
OlePatronAddressLineConverter()
|
|
| Method Summary | |
|---|---|
boolean |
canConvert(Class aClass)
This method returns True/False. |
void |
marshal(Object obj,
com.thoughtworks.xstream.io.HierarchicalStreamWriter hierarchicalStreamWriter,
com.thoughtworks.xstream.converters.MarshallingContext marshallingContext)
This method convert the object into data by using hierarchicalStreamWriter. |
Object |
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader hierarchicalStreamReader,
com.thoughtworks.xstream.converters.UnmarshallingContext unmarshallingContext)
This method convert the data into object by using hierarchicalStreamReader. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OlePatronAddressLineConverter()
| Method Detail |
|---|
public void marshal(Object obj,
com.thoughtworks.xstream.io.HierarchicalStreamWriter hierarchicalStreamWriter,
com.thoughtworks.xstream.converters.MarshallingContext marshallingContext)
marshal in interface com.thoughtworks.xstream.converters.Converterobj - hierarchicalStreamWriter - marshallingContext -
public 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 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||