KIE :: Execution Server :: API 6.2.0.Final

org.kie.server.api.marshalling
Interface Marshaller

All Known Implementing Classes:
JaxbMarshaller, JSONMarshaller, XStreamMarshaller

public interface Marshaller

These Marshallers implementations must be thread-safe


Method Summary
 void dispose()
           
 String marshall(Object input)
           
<T> T
unmarshall(String input, Class<T> type)
           
 

Method Detail

marshall

String marshall(Object input)

unmarshall

<T> T unmarshall(String input,
                 Class<T> type)

dispose

void dispose()

KIE :: Execution Server :: API 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.