public interface Marshaller<V,S> extends Marshallability
| Modifier and Type | Method and Description |
|---|---|
V |
read(S value)
Reads a value from its marshalled form.
|
S |
write(V value)
Writes a value to its serialized form
|
isMarshallableV read(S value) throws IOException
value - the marshalled formIOExceptionS write(V value) throws IOException
a - value to marshal.IOExceptionCopyright © 2023 JBoss by Red Hat. All rights reserved.