org.ow2.easybeans.util.marshalling |
EJB 3.0
Implementation of EJB 3.0 container
|
Java Source File Name | Type | Comment |
CtxClassLoaderObjectInputStream.java | Class | Reader which set the context classloader when recreating the object. |
Serialization.java | Class | Allow to get the bytes of an object or to recreate an object from bytes.
It also used a custom reader when recreating object as it uses the context
classloader in order to have an object with the right classloader. |