Package it.ovunque.serializza.xstream
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
ConstructorsConstructorDescriptionConvertitoreNulliComeStringheVuote
(com.thoughtworks.xstream.mapper.Mapper mapper, com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider) -
Method Summary
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
-
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 classcom.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
-
getMapper
public com.thoughtworks.xstream.mapper.Mapper getMapper()
-