Class ConvertitoreNulliComeStringheVuote

java.lang.Object
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
com.thoughtworks.xstream.converters.reflection.ReflectionConverter
it.ovunque.serializza.xstream.ConvertitoreNulliComeStringheVuote
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

public class ConvertitoreNulliComeStringheVuote extends com.thoughtworks.xstream.converters.reflection.ReflectionConverter
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter

    com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.DuplicateFieldException
  • Field Summary

    Fields inherited from class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter

    mapper, reflectionProvider, serializationMethodInvoker
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConvertitoreNulliComeStringheVuote(com.thoughtworks.xstream.mapper.Mapper mapper, com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doMarshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
     
    com.thoughtworks.xstream.mapper.Mapper
     

    Methods inherited from class com.thoughtworks.xstream.converters.reflection.ReflectionConverter

    canConvert

    Methods inherited from class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter

    doUnmarshal, instantiateNewInstance, marshal, marshallField, shouldUnmarshalTransientFields, unmarshal, unmarshallField

    Methods inherited from class java.lang.Object

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

    • ConvertitoreNulliComeStringheVuote

      public ConvertitoreNulliComeStringheVuote(com.thoughtworks.xstream.mapper.Mapper mapper, com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider)
      Parameters:
      mapper -
      reflectionProvider -
  • Method Details

    • doMarshal

      protected void doMarshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
      Overrides:
      doMarshal in class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
    • getMapper

      public com.thoughtworks.xstream.mapper.Mapper getMapper()