org.carrot2.util.simplexml
Class SimpleXmlWrapperValue

java.lang.Object
  extended by org.carrot2.util.simplexml.SimpleXmlWrapperValue

public class SimpleXmlWrapperValue
extends Object

A wrapper around typical serialized types, such as primitives. Without this wrapper each value would get a class attribute indicating the specific wrapper class name (longish), which would be a pain for people editing the XML files by hand. With this wrapper, the type attribute corresponds to the actual Java class name.


Constructor Summary
SimpleXmlWrapperValue()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleXmlWrapperValue

public SimpleXmlWrapperValue()


Copyright (c) Dawid Weiss, Stanislaw Osinski