Class 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 Detail

      • GridConverter

        public GridConverter()
    • Method Detail

      • 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)