JBoss Marshalling 1.3.0.CR1

Uses of Interface
org.jboss.marshalling.Creator

Packages that use Creator
org.jboss.marshalling The marshalling API. 
org.jboss.marshalling.reflect Reflection utilities for marshalling users and implementations. 
 

Uses of Creator in org.jboss.marshalling
 

Fields in org.jboss.marshalling declared as Creator
protected  Creator AbstractMarshaller.externalizedCreator
          The configured externalized object creator.
protected  Creator AbstractUnmarshaller.externalizedCreator
          The configured serialized object creator.
protected  Creator AbstractMarshaller.serializedCreator
          The configured serialized object creator.
protected  Creator AbstractUnmarshaller.serializedCreator
          The configured serialized object creator.
 

Methods in org.jboss.marshalling that return Creator
 Creator MarshallingConfiguration.getCreator()
          Deprecated. Use MarshallingConfiguration.getExternalizedCreator() or MarshallingConfiguration.getSerializedCreator() instead.
protected  Creator AbstractMarshallerFactory.getDefaultExternalizedCreator()
          Get the default externalizable object creator, which is used if none was configured.
protected  Creator AbstractMarshallerFactory.getDefaultSerializedCreator()
          Get the default serializable object creator, which is used if none was configured.
 Creator MarshallingConfiguration.getExternalizedCreator()
          Get the creator to use for externalized objects.
 Creator MarshallingConfiguration.getSerializedCreator()
          Get the creator to use for serialized objects.
 

Methods in org.jboss.marshalling with parameters of type Creator
 Object AbstractExternalizer.createExternal(Class<?> subjectType, ObjectInput input, Creator defaultCreator)
          Create an instance of a type using the provided creator.
 Object Externalizer.createExternal(Class<?> subjectType, ObjectInput input, Creator defaultCreator)
          Create an instance of a type.
 Object Pair.Externalizer.createExternal(Class<?> subjectType, ObjectInput input, Creator defaultCreator)
          Create an instance of a type.
 void MarshallingConfiguration.setCreator(Creator creator)
          Deprecated. Use MarshallingConfiguration.setExternalizedCreator(Creator) or MarshallingConfiguration.setSerializedCreator(Creator) instead.
 void MarshallingConfiguration.setExternalizedCreator(Creator externalizedCreator)
          Set the creator to use for externalized objects.
 void MarshallingConfiguration.setSerializedCreator(Creator serializedCreator)
          Set the creator to use for serialized objects.
 

Uses of Creator in org.jboss.marshalling.reflect
 

Classes in org.jboss.marshalling.reflect that implement Creator
 class PublicReflectiveCreator
          A creator that simply uses reflection to locate and invoke a public, zero-argument constructor.
 class ReflectiveCreator
          A creator that simply uses reflection to locate and invoke a zero-argument constructor.
 class SunReflectiveCreator
          An object creator that uses methods only found in certain JVMs to create a new constructor if needed.
 


JBoss Marshalling 1.3.0.CR1

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