Class LongPropertyConverter

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

    
    public class LongPropertyConverter
     implements Converter
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static String getVersion() Returns the converter version; used to check for possible incompatibilities
      boolean canConvert(Class arg0)
      void marshal(Object obj, HierarchicalStreamWriter writer, MarshallingContext arg2)
      Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LongPropertyConverter

        LongPropertyConverter()
    • Method Detail

      • getVersion

         static String getVersion()

        Returns the converter version; used to check for possible incompatibilities

        Returns:

        the version of this converter

      • marshal

         void marshal(Object obj, HierarchicalStreamWriter writer, MarshallingContext arg2)
      • unmarshal

         Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)