org.kie.server.api.marshalling.json
Class JSONMarshaller
java.lang.Object
org.kie.server.api.marshalling.json.JSONMarshaller
- All Implemented Interfaces:
- Marshaller
public class JSONMarshaller
- extends Object
- implements Marshaller
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONMarshaller
public JSONMarshaller()
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
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.