public interface Marshaller<T>
Class<T>
getType()
String
marshal(T value)
T
unmarshal(String marshalledValue)
Class<T> getType()
String marshal(T value) throws IOException
IOException
T unmarshal(String marshalledValue) throws IOException
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.