Interface JmsMarshaller
-
public interface JmsMarshaller
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSerializationMimeType()
String
marshall(Object o)
<O> O
unmarshall(String string, Class<O> targetClass)
-