Class GridConverter

java.lang.Object
repast.simphony.xml.AbstractConverter
repast.simphony.xml.GridConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

public class GridConverter extends AbstractConverter
XStream converter for ContextGrids, the default grid type in simphony.
Author:
Nick Collier
  • Constructor Details

    • GridConverter

      public GridConverter()
  • Method Details

    • canConvert

      public boolean canConvert(Class aClass)
    • marshal

      public void marshal(Object o, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext mContext)
    • unmarshal

      public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext umContext)