public class OlePatronAddressLineConverter extends Object implements com.thoughtworks.xstream.converters.Converter
| Constructor and Description |
|---|
OlePatronAddressLineConverter() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public OlePatronAddressLineConverter()
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 - Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.