public final class MarshallingHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.marshalling.MarshallingConfiguration |
newConfig() |
static org.jboss.marshalling.MarshallingConfiguration |
newConfig(org.jboss.marshalling.ClassResolver resolver) |
static org.jboss.marshalling.Marshaller |
newMarshaller(org.jboss.marshalling.MarshallingConfiguration config) |
static org.jboss.marshalling.Unmarshaller |
newUnmarshaller(org.jboss.marshalling.MarshallingConfiguration config) |
public static org.jboss.marshalling.MarshallingConfiguration newConfig()
public static org.jboss.marshalling.MarshallingConfiguration newConfig(org.jboss.marshalling.ClassResolver resolver)
public static org.jboss.marshalling.Marshaller newMarshaller(org.jboss.marshalling.MarshallingConfiguration config)
throws IOException
IOExceptionpublic static org.jboss.marshalling.Unmarshaller newUnmarshaller(org.jboss.marshalling.MarshallingConfiguration config)
throws IOException
IOExceptionCopyright © 2024 JBoss by Red Hat. All rights reserved.