KIE :: Execution Server :: API 6.2.0.Final

org.kie.server.api.marshalling.json
Class JSONMarshaller

java.lang.Object
  extended by org.kie.server.api.marshalling.json.JSONMarshaller
All Implemented Interfaces:
Marshaller

public class JSONMarshaller
extends Object
implements Marshaller


Constructor Summary
JSONMarshaller()
           
 
Method Summary
 void dispose()
           
 String marshall(Object objectInput)
           
<T> T
unmarshall(String serializedInput, Class<T> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONMarshaller

public JSONMarshaller()
Method Detail

marshall

public String marshall(Object objectInput)
Specified by:
marshall in interface Marshaller

unmarshall

public <T> T unmarshall(String serializedInput,
                        Class<T> type)
Specified by:
unmarshall in interface Marshaller

dispose

public void dispose()
Specified by:
dispose in interface Marshaller

KIE :: Execution Server :: API 6.2.0.Final

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