Class ContinuousValueLayerConverter

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

public class ContinuousValueLayerConverter extends AbstractConverter
XStream converter for continuousValueLayers.
Author:
Nick Collier
  • Constructor Details

    • ContinuousValueLayerConverter

      public ContinuousValueLayerConverter()
  • 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)