public class MarshallerHelper extends Object
| Constructor and Description |
|---|
MarshallerHelper(KieServerRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
static MarshallingFormat |
getFormat(String descriptor) |
String |
marshal(String marshallingFormat,
Object entity) |
String |
marshal(String containerId,
String marshallingFormat,
Object entity) |
<T> T |
unmarshal(String data,
String marshallingFormat,
Class<T> unmarshalType) |
<T> T |
unmarshal(String containerId,
String data,
String marshallingFormat,
Class<T> unmarshalType) |
public MarshallerHelper(KieServerRegistry registry)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.