public class ByteBufferXmlAdapter extends XmlAdapter<byte[],ByteBuffer>
| Constructor and Description | 
|---|
ByteBufferXmlAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
marshal(ByteBuffer bb)  | 
ByteBuffer | 
unmarshal(byte[] bytes)  | 
public ByteBuffer unmarshal(byte[] bytes)
unmarshal in class XmlAdapter<byte[],ByteBuffer>public byte[] marshal(ByteBuffer bb)
marshal in class XmlAdapter<byte[],ByteBuffer>Copyright © 2021. All rights reserved.