org.jboss.marshalling.cloner
Interface ObjectClonerFactory
public interface ObjectClonerFactory
An object cloner factory.
IDENTITY
static final ObjectClonerFactory IDENTITY
- An object cloner factory which produces identity object cloners.
- See Also:
ObjectCloner.IDENTITY
createCloner
ObjectCloner createCloner(ClonerConfiguration configuration)
- Create a new cloner with the given configuration.
- Parameters:
configuration
- the configuration to use
- Returns:
- the new cloner
Copyright © 2011 JBoss, a division of Red Hat, Inc.