public abstract class AbstractJSONAdapter<S> extends Object implements BasicAdapter<S,String>
MarketPrice
objects into JSON text.Constructor and Description |
---|
AbstractJSONAdapter()
Deprecated.
|
AbstractJSONAdapter(com.thoughtworks.xstream.io.HierarchicalStreamDriver hierarchicalStreamDriver)
Deprecated.
|
AbstractJSONAdapter(com.thoughtworks.xstream.XStream xStream)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
adapt(S source)
Deprecated.
Method converts the target into a string and returns this value.
|
protected com.thoughtworks.xstream.XStream |
getXStream()
Deprecated.
|
public AbstractJSONAdapter()
target
- Passed to XStream so that it can scan the annotations.public AbstractJSONAdapter(com.thoughtworks.xstream.io.HierarchicalStreamDriver hierarchicalStreamDriver)
target
- Passed to XStream so that it can scan the annotations.public AbstractJSONAdapter(com.thoughtworks.xstream.XStream xStream)
Copyright © 2016. All Rights Reserved.