public interface IObjectSupport
Modifier and Type | Method and Description |
---|---|
Class<?> |
getClass(String className)
Get an instance of the class name
|
Object |
load(byte[] bytes)
The inverse of
save(Object) |
Object |
load(byte[] bytes,
String webAppID)
The inverse of
save(Object) |
byte[] |
save(Object object)
Object serialization methods
|
byte[] save(Object object)
Object load(byte[] bytes)
save(Object)
Object load(byte[] bytes, String webAppID)
save(Object)
webAppID
- the webapp classloader to useClass<?> getClass(String className) throws ClassNotFoundException
ClassNotFoundException