Class FacetFilterConverter

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

    public class FacetFilterConverter
    extends AbstractConverter
    XStream serializer for FacetFilter.
    • Constructor Detail

      • FacetFilterConverter

        public FacetFilterConverter()
    • Method Detail

      • canConvert

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

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

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