public interface Marshaller<V,S,C>
Modifier and Type | Method and Description |
---|---|
C |
getContext()
Returns the context of this marshaller
|
V |
read(S value)
Reads a value from its marshalled form.
|
S |
write(V value)
Writes a value to its serialized form
|
C getContext()
V read(S value) throws InvalidSerializedFormException
value
- the marshalled formInvalidSerializedFormException
- if the serialized form is invalidCopyright © 2017 JBoss by Red Hat. All rights reserved.