com.xebialabs.xltype.serialization.xstream
Class Converters

java.lang.Object
  extended by com.xebialabs.xltype.serialization.xstream.Converters

public class Converters
extends java.lang.Object


Constructor Summary
Converters()
           
 
Method Summary
static
<T> java.util.List<T>
readList(java.lang.Object owner, java.lang.Class<T> toRead, com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
           
static void writeConfigurationItem(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
           
static void writeNode(java.lang.String name, java.lang.String value, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Converters

public Converters()
Method Detail

readList

public static <T> java.util.List<T> readList(java.lang.Object owner,
                                             java.lang.Class<T> toRead,
                                             com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
                                             com.thoughtworks.xstream.converters.UnmarshallingContext context)

writeNode

public static void writeNode(java.lang.String name,
                             java.lang.String value,
                             com.thoughtworks.xstream.io.HierarchicalStreamWriter writer)

writeConfigurationItem

public static void writeConfigurationItem(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci,
                                          com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                                          com.thoughtworks.xstream.converters.MarshallingContext context)