public class CurrencyAdapter extends XmlAdapter<String,Currency>
CurrencyAdapter()
String
marshal(Currency currency)
Currency
unmarshal(String currencyString)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CurrencyAdapter()
public String marshal(Currency currency) throws Exception
marshal
XmlAdapter<String,Currency>
Exception
public Currency unmarshal(String currencyString) throws Exception
unmarshal
Copyright © 2014. All rights reserved.