Class BendableBigDecimalScoreXStreamConverter

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

    @Deprecated(forRemoval=true)
    public class BendableBigDecimalScoreXStreamConverter
    extends AbstractScoreXStreamConverter
    Deprecated, for removal: This API element is subject to removal in a future version.
    Prefer JAXB for serialization into XML.
    • Constructor Detail

      • BendableBigDecimalScoreXStreamConverter

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

      • canConvert

        public boolean canConvert​(Class type)
        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.