com.thoughtworks.xstream
Interface MarshallingStrategy
- All Known Implementing Classes:
- AbstractTreeMarshallingStrategy, ReferenceByIdMarshallingStrategy, ReferenceByXPathMarshallingStrategy, TreeMarshallingStrategy
public interface MarshallingStrategy
unmarshal
Object unmarshal(Object root,
HierarchicalStreamReader reader,
DataHolder dataHolder,
ConverterLookup converterLookup,
Mapper mapper)
marshal
void marshal(HierarchicalStreamWriter writer,
Object obj,
ConverterLookup converterLookup,
Mapper mapper,
DataHolder dataHolder)
Copyright © 2004-2014 XStream. All Rights Reserved.