Interface ObjectInputStreamWithCL.ClassResolver
-
- Enclosing class:
- ObjectInputStreamWithCL
public static interface ObjectInputStreamWithCL.ClassResolver
This interface is used to resolve OSGi declared serializable classes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class
resolveClass(String className)
Attempt to load the specified class.
-