Uses of Interface
org.jboss.marshalling.SerializabilityChecker
-
Packages that use SerializabilityChecker Package Description org.jboss.marshalling The marshalling API.org.jboss.marshalling.cloner -
-
Uses of SerializabilityChecker in org.jboss.marshalling
Fields in org.jboss.marshalling declared as SerializabilityChecker Modifier and Type Field Description static SerializabilityCheckerSerializabilityChecker. DEFAULTThe default serializability checker.protected SerializabilityCheckerAbstractMarshaller. serializabilityCheckerThe configured serializability checker.protected SerializabilityCheckerAbstractUnmarshaller. serializabilityCheckerThe configured serializability checker.Methods in org.jboss.marshalling that return SerializabilityChecker Modifier and Type Method Description SerializabilityCheckerMarshallingConfiguration. getSerializabilityChecker()Get the serializability checker.Methods in org.jboss.marshalling with parameters of type SerializabilityChecker Modifier and Type Method Description voidMarshallingConfiguration. setSerializabilityChecker(SerializabilityChecker serializabilityChecker)Set the serializability checker. -
Uses of SerializabilityChecker in org.jboss.marshalling.cloner
Methods in org.jboss.marshalling.cloner that return SerializabilityChecker Modifier and Type Method Description SerializabilityCheckerClonerConfiguration. getSerializabilityChecker()Get the serializability checker.Methods in org.jboss.marshalling.cloner with parameters of type SerializabilityChecker Modifier and Type Method Description voidClonerConfiguration. setSerializabilityChecker(SerializabilityChecker serializabilityChecker)Set the serializability checker.
-