|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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.Converter
obj
- hierarchicalStreamWriter
- marshallingContext
- public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader hierarchicalStreamReader, com.thoughtworks.xstream.converters.UnmarshallingContext unmarshallingContext)
unmarshal
in interface com.thoughtworks.xstream.converters.Converter
hierarchicalStreamReader
- unmarshallingContext
-
public boolean canConvert(Class aClass)
canConvert
in interface com.thoughtworks.xstream.converters.ConverterMatcher
aClass
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |