public class LocaleAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Locale>
LocaleAdapter()
String
marshal(Locale v)
Locale
unmarshal(String v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LocaleAdapter()
public Locale unmarshal(String v) throws Exception
unmarshal
javax.xml.bind.annotation.adapters.XmlAdapter<String,Locale>
Exception
public String marshal(Locale v) throws Exception
marshal