Class HardSoftLongScoreXStreamConverter
java.lang.Object
ai.timefold.solver.xstream.api.score.AbstractScoreXStreamConverter
ai.timefold.solver.xstream.api.score.buildin.hardsoftlong.HardSoftLongScoreXStreamConverter
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter,com.thoughtworks.xstream.converters.ConverterMatcher
@Deprecated(forRemoval=true)
public class HardSoftLongScoreXStreamConverter
extends AbstractScoreXStreamConverter
Deprecated, for removal: This API element is subject to removal in a future version.
Prefer JAXB for serialization into XML.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleancanConvert(Class type) Deprecated, for removal: This API element is subject to removal in a future version.voidmarshal(Object scoreObject, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context) Deprecated, for removal: This API element is subject to removal in a future version.unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class ai.timefold.solver.xstream.api.score.AbstractScoreXStreamConverter
registerScoreConverters
-
Constructor Details
-
HardSoftLongScoreXStreamConverter
public HardSoftLongScoreXStreamConverter()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
canConvert
Deprecated, for removal: This API element is subject to removal in a future version. -
marshal
public void marshal(Object scoreObject, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context) Deprecated, for removal: This API element is subject to removal in a future version. -
unmarshal
public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context) Deprecated, for removal: This API element is subject to removal in a future version.
-