Uses of Interface
org.jboss.marshalling.Creator
-
Packages that use Creator Package Description org.jboss.marshalling The marshalling API.org.jboss.marshalling.cloner org.jboss.marshalling.reflect Reflection utilities for marshalling users and implementations.org.jboss.marshalling.serial -
-
Uses of Creator in org.jboss.marshalling
Fields in org.jboss.marshalling declared as Creator Modifier and Type Field Description private CreatorMarshallingConfiguration. creatorprivate CreatorMarshallingConfiguration. externalizerCreatorprivate CreatorMarshallingConfiguration. serializedCreatorMethods in org.jboss.marshalling that return Creator Modifier and Type Method Description CreatorMarshallingConfiguration. getCreator()Deprecated.no longer used in 1.4, will be removed in a future versionCreatorMarshallingConfiguration. getExternalizerCreator()Deprecated.no longer used in 1.4, will be removed in 1.4CreatorMarshallingConfiguration. getSerializedCreator()Deprecated.no longer used in 1.4, will be removed in 1.4Methods in org.jboss.marshalling with parameters of type Creator Modifier and Type Method Description java.lang.ObjectAbstractExternalizer. createExternal(java.lang.Class<?> subjectType, java.io.ObjectInput input, Creator defaultCreator)Create an instance of a type using the provided creator.java.lang.ObjectExternalizer. createExternal(java.lang.Class<?> subjectType, java.io.ObjectInput input, Creator defaultCreator)Create an instance of a type.java.lang.ObjectPair.Externalizer. createExternal(java.lang.Class<?> subjectType, java.io.ObjectInput input, Creator defaultCreator)Create an instance of a type.voidMarshallingConfiguration. setCreator(Creator creator)Deprecated.no longer used in 1.4, will be removed in a future versionvoidMarshallingConfiguration. setExternalizerCreator(Creator externalizerCreator)Deprecated.no longer used in 1.4, will be removed in 1.4voidMarshallingConfiguration. setSerializedCreator(Creator serializedCreator)Deprecated.no longer used in 1.4, will be removed in 1.4 -
Uses of Creator in org.jboss.marshalling.cloner
Fields in org.jboss.marshalling.cloner declared as Creator Modifier and Type Field Description private CreatorClonerConfiguration. externalizedCreatorprivate CreatorClonerConfiguration. serializedCreatorMethods in org.jboss.marshalling.cloner that return Creator Modifier and Type Method Description CreatorClonerConfiguration. getExternalizedCreator()Get the creator to use for externalizable objects.CreatorClonerConfiguration. getSerializedCreator()Get the creator to use for serialized objects.Methods in org.jboss.marshalling.cloner with parameters of type Creator Modifier and Type Method Description voidClonerConfiguration. setExternalizedCreator(Creator externalizedCreator)Set the creator to use for externalizable objects.voidClonerConfiguration. 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 Modifier and Type Class Description classPublicReflectiveCreatorDeprecated.this class simply delegates toReflectiveCreator.classReflectiveCreatorDeprecated.This class is no longer used and will be removed in a future version.classSunReflectiveCreatorDeprecated.This creator is no longer used and will be removed in a future version. -
Uses of Creator in org.jboss.marshalling.serial
Classes in org.jboss.marshalling.serial that implement Creator Modifier and Type Class Description classExternalizedObjectAn externalized object.
-