public class JSONMarshaller extends Object implements Marshaller
| Constructor and Description |
|---|
JSONMarshaller(Set<Class<?>> classes,
ClassLoader classLoader) |
public JSONMarshaller(Set<Class<?>> classes, ClassLoader classLoader)
protected List<org.codehaus.jackson.map.jsontype.NamedType> prepareCustomClasses(Set<Class<?>> classes)
public String marshall(Object objectInput)
marshall in interface Marshallerpublic <T> T unmarshall(String serializedInput, Class<T> type)
unmarshall in interface Marshallerpublic void dispose()
dispose in interface MarshallerCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.