public interface DeferredMarshallerCreationCallback<T>
Modifier and Type | Method and Description |
---|---|
Marshaller<T> |
create(Class<T> type)
Create a marshaller for the provided type.
|
Marshaller<T> create(Class<T> type)
type
- the type to create a marshaller for.Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.