public class XOSSimpleReplyConverter<T> extends XOSReplyConverter<T,SimpleReply<T>>
| Constructor and Description |
|---|
XOSSimpleReplyConverter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(java.lang.Class clazz) |
SimpleReply<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,
SimpleReply<T> reply,
com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context) |
unmarshalunmarshalSessionIDpublic boolean canConvert(java.lang.Class clazz)
public SimpleReply<T> getReply(SessionID id)
getReply in class XOSReplyConverter<T,SimpleReply<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<T,SimpleReply<T>>public void registerAliases(com.thoughtworks.xstream.XStream stream)
registerAliases in class org.deckfour.xes.xstream.XConverterpublic void unmarshal(java.lang.String nodeName,
SimpleReply<T> reply,
com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context)
unmarshal in class XOSReplyConverter<T,SimpleReply<T>>