Uses of Class
org.jboss.marshalling.reflect.SerializableClassRegistry
-
Packages that use SerializableClassRegistry Package Description org.jboss.marshalling.reflect Reflection utilities for marshalling users and implementations.org.jboss.marshalling.river The River protocol implementation package. -
-
Uses of SerializableClassRegistry in org.jboss.marshalling.reflect
Methods in org.jboss.marshalling.reflect that return SerializableClassRegistry Modifier and Type Method Description static 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 SerializableClassRegistry Constructor Description RiverMarshaller(RiverMarshallerFactory marshallerFactory, SerializableClassRegistry registry, MarshallingConfiguration configuration)RiverUnmarshaller(RiverMarshallerFactory marshallerFactory, SerializableClassRegistry registry, MarshallingConfiguration configuration)
-