Uses of Class
org.jboss.marshalling.reflect.SerializableClass
-
Packages that use SerializableClass Package Description org.jboss.marshalling The marshalling API.org.jboss.marshalling.reflect Reflection utilities for marshalling users and implementations. -
-
Uses of SerializableClass in org.jboss.marshalling
Methods in org.jboss.marshalling with parameters of type SerializableClass Modifier and Type Method Description static void
TraceInformation. addFieldInformation(Throwable t, SerializableClass owner, SerializableField field)
Add information about a field which was being marshalled. -
Uses of SerializableClass in org.jboss.marshalling.reflect
Methods in org.jboss.marshalling.reflect that return SerializableClass Modifier and Type Method Description SerializableClass
SerializableClassRegistry. lookup(Class<?> subject)
Look up serialization information for a class.
-