Class QueryRequestConverter

  • All Implemented Interfaces:
    com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

    public class QueryRequestConverter
    extends AbstractPlatformMessageConverter
    Marshals/unmarshals query requests to/from XML.
    • Constructor Detail

      • QueryRequestConverter

        public QueryRequestConverter()
    • Method Detail

      • canConvert

        public boolean canConvert​(java.lang.Class clazz)
      • marshal

        public void marshal​(java.lang.Object value,
                            com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                            com.thoughtworks.xstream.converters.MarshallingContext context)
      • unmarshal

        public java.lang.Object unmarshal​(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
                                          com.thoughtworks.xstream.converters.UnmarshallingContext context)