public class XStreamMarshaller extends Object implements DMNMarshaller
| Constructor and Description |
|---|
XStreamMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
static String |
formatXml(String xml)
Deprecated.
|
String |
marshal(Object o) |
void |
marshal(Object o,
Writer out) |
void |
marshalMarshall(Object o)
Deprecated.
|
void |
marshalMarshall(Object o,
OutputStream out)
Deprecated.
|
Definitions |
unmarshal(Reader isr) |
Definitions |
unmarshal(String xml) |
public Definitions unmarshal(String xml)
unmarshal in interface DMNMarshallerpublic Definitions unmarshal(Reader isr)
unmarshal in interface DMNMarshallerpublic String marshal(Object o)
marshal in interface DMNMarshallerpublic void marshal(Object o, Writer out)
marshal in interface DMNMarshaller@Deprecated public void marshalMarshall(Object o)
@Deprecated public void marshalMarshall(Object o, OutputStream out)
@Deprecated public static String formatXml(String xml)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.