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