JBoss Marshalling 1.3.0.CR9

org.jboss.marshalling
Interface ClassExternalizerFactory

All Known Implementing Classes:
AnnotationClassExternalizerFactory, ChainingClassExternalizerFactory, MappingClassExternalizerFactory

public interface ClassExternalizerFactory

A factory for locating custom externalizers.


Method Summary
 Externalizer getExternalizer(Class<?> type)
          Look up a custom externalizer for a given object class.
 

Method Detail

getExternalizer

Externalizer getExternalizer(Class<?> type)
Look up a custom externalizer for a given object class. If no such externalizer exists, returns null.

Parameters:
type - the type to be externalized
Returns:
the externalizer, or null if there is none

JBoss Marshalling 1.3.0.CR9

Copyright © 2011 JBoss, a division of Red Hat, Inc.