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(String s)
XmlAdapterunmarshal in class XmlAdapter<String,byte[]>s - The value to be converted. Can be null.public String marshal(byte[] bytes)
XmlAdaptermarshal in class XmlAdapter<String,byte[]>bytes - The value to be convereted. Can be null.Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.