public class VanillaChronicleMapConverter<K,V> extends Object
Constructor and Description |
---|
VanillaChronicleMapConverter(Map<K,V> map) |
Modifier and Type | Method and Description |
---|---|
boolean |
canConvert(Class aClass) |
void |
marshal(Object o,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext marshallingContext) |
Object |
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context) |
public void marshal(Object o, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext marshallingContext)
marshal
in interface com.thoughtworks.xstream.converters.Converter
public boolean canConvert(Class aClass)
canConvert
in interface com.thoughtworks.xstream.converters.ConverterMatcher
public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
unmarshal
in interface com.thoughtworks.xstream.converters.Converter
Copyright © 2020. All rights reserved.