public static interface SerializationContext.MarshallerProvider
| Modifier and Type | Method and Description |
|---|---|
BaseMarshaller<?> |
getMarshaller(Class<?> javaClass)
Get a marshaller instance for the given Java class.
|
BaseMarshaller<?> |
getMarshaller(String typeName)
Get a marshaller instance for the given type name.
|
BaseMarshaller<?> getMarshaller(String typeName)
null if the types cannot be marshalled by this providerBaseMarshaller<?> getMarshaller(Class<?> javaClass)
null if the java class cannot be marshalled by this providerCopyright © 2020 JBoss, a division of Red Hat. All rights reserved.