Class RemoteXStreamCiConverter

java.lang.Object
com.xebialabs.xltype.serialization.xstream.XStreamCiConverter
com.xebialabs.deployit.booter.remote.xml.RemoteXStreamCiConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

public class RemoteXStreamCiConverter extends com.xebialabs.xltype.serialization.xstream.XStreamCiConverter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.xebialabs.xltype.serialization.ConfigurationItemConverter
    createConverter(com.thoughtworks.xstream.converters.DataHolder context)
     

    Methods inherited from class com.xebialabs.xltype.serialization.xstream.XStreamCiConverter

    canConvert, marshal, unmarshal

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RemoteXStreamCiConverter

      public RemoteXStreamCiConverter()
  • Method Details

    • createConverter

      protected com.xebialabs.xltype.serialization.ConfigurationItemConverter createConverter(com.thoughtworks.xstream.converters.DataHolder context)
      Specified by:
      createConverter in class com.xebialabs.xltype.serialization.xstream.XStreamCiConverter