Class ZeroOneBooleanAdapter

java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Boolean>
au.edu.dstc.titanium.xml.xs3p.runtime.ZeroOneBooleanAdapter

public class ZeroOneBooleanAdapter extends XmlAdapter<String,Boolean>
Serializes boolean as 0 or 1.
Since:
2.0
Author:
Kohsuke Kawaguchi