com.pmease.quickbuild.migration
Class PersistentBagConverter

java.lang.Object
  extended by com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
      extended by com.thoughtworks.xstream.converters.collections.CollectionConverter
          extended by com.pmease.quickbuild.migration.PersistentBagConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

public class PersistentBagConverter
extends com.thoughtworks.xstream.converters.collections.CollectionConverter


Constructor Summary
PersistentBagConverter(com.thoughtworks.xstream.mapper.Mapper mapper)
           
 
Method Summary
 boolean canConvert(java.lang.Class type)
           
 void marshal(java.lang.Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
           
 
Methods inherited from class com.thoughtworks.xstream.converters.collections.CollectionConverter
populateCollection, unmarshal
 
Methods inherited from class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
createCollection, mapper, readItem, writeItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentBagConverter

public PersistentBagConverter(com.thoughtworks.xstream.mapper.Mapper mapper)
Method Detail

marshal

public void marshal(java.lang.Object source,
                    com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                    com.thoughtworks.xstream.converters.MarshallingContext context)
Specified by:
marshal in interface com.thoughtworks.xstream.converters.Converter
Overrides:
marshal in class com.thoughtworks.xstream.converters.collections.CollectionConverter

canConvert

public boolean canConvert(java.lang.Class type)
Specified by:
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher
Overrides:
canConvert in class com.thoughtworks.xstream.converters.collections.CollectionConverter


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.