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 InvalidSerializedFormException
value - the marshalled formInvalidSerializedFormException - if the serialized form is invalidCopyright © 2020 JBoss by Red Hat. All rights reserved.