public final class HexBinaryAdapter extends XmlAdapter<String ,byte[]>
XmlAdapter for
xs:hexBinary.
This XmlAdapter binds byte[] to the hexBinary representation in XML.
| Constructor and Description |
|---|
HexBinaryAdapter()
|
public byte[] unmarshal(Strings)
XmlAdapter
unmarshal in class
XmlAdapter<String,byte[]>
s - The value to be converted. Can be null.
public Stringmarshal(byte[] bytes)
XmlAdapter
marshal in class
XmlAdapter<String,byte[]>
bytes - The value to be convereted. Can be null.