public static class CopyOnWriteMap.Tree.ConverterImpl
extends com.thoughtworks.xstream.converters.collections.TreeMapConverter
Constructor and Description |
---|
ConverterImpl(com.thoughtworks.xstream.mapper.Mapper mapper) |
Modifier and Type | Method and Description |
---|---|
boolean |
canConvert(Class type) |
void |
marshal(Object source,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context) |
Object |
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context) |
marshalComparator, populateTreeMap, unmarshalComparator
createCollection, populateMap, populateMap, putCurrentEntryIntoMap
public ConverterImpl(com.thoughtworks.xstream.mapper.Mapper mapper)
public boolean canConvert(Class type)
canConvert
in interface com.thoughtworks.xstream.converters.ConverterMatcher
canConvert
in class com.thoughtworks.xstream.converters.collections.MapConverter
public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
unmarshal
in interface com.thoughtworks.xstream.converters.Converter
unmarshal
in class com.thoughtworks.xstream.converters.collections.TreeMapConverter
public void marshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
marshal
in interface com.thoughtworks.xstream.converters.Converter
marshal
in class com.thoughtworks.xstream.converters.collections.TreeMapConverter
Copyright © 2004–2021. All rights reserved.