org.jboss.marshalling
Interface ExternalizerFactory


Deprecated. Please see ClassExternalizerFactory.

@Deprecated
public interface ExternalizerFactory

A factory for locating custom externalizers.


Method Summary
 Externalizer getExternalizer(java.lang.Object instance)
          Deprecated. Look up a custom externalizer for a given object instance.
 

Method Detail

getExternalizer

Externalizer getExternalizer(java.lang.Object instance)
Deprecated. 
Look up a custom externalizer for a given object instance. If no such externalizer exists, returns null.

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