Interface XMLBinder.CustomConverter
-
- Enclosing class:
- XMLBinder
public static interface XMLBinder.CustomConverterSometimes you need to use a CustomConverter rather than a .java2xml file i.e. when the class is from a third party (e.g. a Swing class) and you can't add a .java2xml file to the jar.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjecttoJava(String value)StringtoXML(Object object)
-