public final class ByteAdapter extends XmlAdapter<String,Byte>
ByteAdapter establishes XML data binding between Byte
type and String.
This adapter is used to detect arithmetic overflow.
| Constructor and Description |
|---|
ByteAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(Byte v)
Convert the given
Byte instance into a string. |
Byte |
unmarshal(String v)
Convert the given string into a
Byte instance. |
Copyright © 2018 OpenDaylight. All rights reserved.