public interface ClassExternalizerFactory
Modifier and Type | Method and Description |
---|---|
Externalizer |
getExternalizer(java.lang.Class<?> type)
Look up a custom externalizer for a given object class.
|
Externalizer getExternalizer(java.lang.Class<?> type)
null
.type
- the type to be externalizednull
if there is noneCopyright © 2011 JBoss, a division of Red Hat, Inc.