Uses of Interface
org.jboss.marshalling.SerializabilityChecker
Packages that use SerializabilityChecker
-
Uses of SerializabilityChecker in org.jboss.marshalling
Fields in org.jboss.marshalling declared as SerializabilityCheckerModifier and TypeFieldDescriptionstatic final SerializabilityCheckerSerializabilityChecker.DEFAULTThe default serializability checker.protected final SerializabilityCheckerAbstractMarshaller.serializabilityCheckerThe configured serializability checker.protected final SerializabilityCheckerAbstractUnmarshaller.serializabilityCheckerThe configured serializability checker.Methods in org.jboss.marshalling that return SerializabilityCheckerModifier and TypeMethodDescriptionMarshallingConfiguration.getSerializabilityChecker()Get the serializability checker.Methods in org.jboss.marshalling with parameters of type SerializabilityCheckerModifier and TypeMethodDescriptionvoidMarshallingConfiguration.setSerializabilityChecker(SerializabilityChecker serializabilityChecker) Set the serializability checker. -
Uses of SerializabilityChecker in org.jboss.marshalling.cloner
Methods in org.jboss.marshalling.cloner that return SerializabilityCheckerModifier and TypeMethodDescriptionClonerConfiguration.getSerializabilityChecker()Get the serializability checker.Methods in org.jboss.marshalling.cloner with parameters of type SerializabilityCheckerModifier and TypeMethodDescriptionvoidClonerConfiguration.setSerializabilityChecker(SerializabilityChecker serializabilityChecker) Set the serializability checker.