Class FacetValueDataListConverter

java.lang.Object
de.hybris.platform.ycommercewebservices.conv.FacetValueDataListConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

public class FacetValueDataListConverter extends Object implements com.thoughtworks.xstream.converters.Converter
Converts FacetValueData to simple response syntax
  • Constructor Details

    • FacetValueDataListConverter

      public FacetValueDataListConverter()
  • Method Details

    • marshal

      public void marshal(Object object, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
      Specified by:
      marshal in interface com.thoughtworks.xstream.converters.Converter
    • unmarshal

      public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader hierarchicalStreamReader, com.thoughtworks.xstream.converters.UnmarshallingContext unmarshallingContext)
      Specified by:
      unmarshal in interface com.thoughtworks.xstream.converters.Converter
    • canConvert

      public boolean canConvert(Class aClass)
      Specified by:
      canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher