public class XOSComparisonReplyConverter<T> extends XOSReplyConverter<Prediction<T>,ComparisonReply<T>>
| Constructor and Description |
|---|
XOSComparisonReplyConverter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(java.lang.Class clazz) |
ComparisonReply<T> |
getReply(SessionID id) |
void |
marshal(java.lang.Object value,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context) |
void |
registerAliases(com.thoughtworks.xstream.XStream stream) |
void |
unmarshal(java.lang.String nodeName,
ComparisonReply<T> reply,
com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context) |
unmarshalunmarshalSessionIDpublic boolean canConvert(java.lang.Class clazz)
public ComparisonReply<T> getReply(SessionID id)
getReply in class XOSReplyConverter<Prediction<T>,ComparisonReply<T>>public void marshal(java.lang.Object value,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context)
marshal in interface com.thoughtworks.xstream.converters.Convertermarshal in class XOSReplyConverter<Prediction<T>,ComparisonReply<T>>public void registerAliases(com.thoughtworks.xstream.XStream stream)
registerAliases in class org.deckfour.xes.xstream.XConverterpublic void unmarshal(java.lang.String nodeName,
ComparisonReply<T> reply,
com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context)
unmarshal in class XOSReplyConverter<Prediction<T>,ComparisonReply<T>>