| Interface | Description | 
|---|---|
| Serializers.ObjectReplacer | 
| Class | Description | 
|---|---|
| AggregateClassLoader | looks for classes and resources in the classloaders added here | 
| AtomicReferences | |
| Boxing | |
| Enums | |
| Equals | |
| JavaClassNames | |
| LoadedClassLoader | a classloader which allows you to register classes and resources which this loader will return when needed,
 (essentially a registry rather than a classloader, but useful if you need to make new classes available in
 an old context) | 
| MemoryUsageTracker | Tracks the amount of memory consumed by the given objects in use. | 
| Reflections | Reflection utilities ("borrowed" from cloudsoft monterey). | 
| Serializers | |
| Serializers.ClassLoaderObjectInputStream | Follows pattern in org.apache.commons.io.input.ClassLoaderObjectInputStream | 
| StackTraceSimplifier | Utility class for cleaning up stacktraces. | 
| Threads | 
| Exception | Description | 
|---|---|
| Reflections.ReflectionAccessException | |
| Reflections.ReflectionNotFoundException |