Uses of Class
org.jboss.marshalling.reflect.SerializableClassRegistry
Packages that use SerializableClassRegistry
Package
Description
Reflection utilities for marshalling users and implementations.
The River protocol implementation package.
-
Uses of SerializableClassRegistry in org.jboss.marshalling.reflect
Methods in org.jboss.marshalling.reflect that return SerializableClassRegistryModifier and TypeMethodDescriptionstatic SerializableClassRegistrySerializableClassRegistry.getInstance()Get the serializable class registry instance, if allowed by the current security manager. -
Uses of SerializableClassRegistry in org.jboss.marshalling.river
Constructors in org.jboss.marshalling.river with parameters of type SerializableClassRegistryModifierConstructorDescriptionprotectedRiverMarshaller(RiverMarshallerFactory marshallerFactory, SerializableClassRegistry registry, MarshallingConfiguration configuration) protectedRiverUnmarshaller(RiverMarshallerFactory marshallerFactory, SerializableClassRegistry registry, MarshallingConfiguration configuration)