Class AbstractScoreXStreamConverter

java.lang.Object
org.optaplanner.persistence.xstream.api.score.AbstractScoreXStreamConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher
Direct Known Subclasses:
BendableBigDecimalScoreXStreamConverter, BendableLongScoreXStreamConverter, BendableScoreXStreamConverter, HardMediumSoftBigDecimalScoreXStreamConverter, HardMediumSoftLongScoreXStreamConverter, HardMediumSoftScoreXStreamConverter, HardSoftBigDecimalScoreXStreamConverter, HardSoftLongScoreXStreamConverter, HardSoftScoreXStreamConverter, SimpleBigDecimalScoreXStreamConverter, SimpleLongScoreXStreamConverter, SimpleScoreXStreamConverter

@Deprecated(forRemoval=true) public abstract class AbstractScoreXStreamConverter extends Object implements com.thoughtworks.xstream.converters.Converter
Deprecated, for removal: This API element is subject to removal in a future version.
Prefer JAXB for serialization into XML.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    registerScoreConverters(com.thoughtworks.xstream.XStream xStream)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.thoughtworks.xstream.converters.Converter

    marshal, unmarshal

    Methods inherited from interface com.thoughtworks.xstream.converters.ConverterMatcher

    canConvert
  • Constructor Details

    • AbstractScoreXStreamConverter

      public AbstractScoreXStreamConverter()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • registerScoreConverters

      public static void registerScoreConverters(com.thoughtworks.xstream.XStream xStream)
      Deprecated, for removal: This API element is subject to removal in a future version.