| Interface | Description |
|---|---|
| ClassDescriptorStrategy | |
| ClassResolver |
This interface is implemented by JbossobjectinputStream, and its used to validate if a class has readResolve implemented
|
| Class | Description |
|---|---|
| ClassMetaData | |
| ClassMetadataField | |
| ClassMetaDataSlot | |
| ClassMetamodelFactory |
$Id: ClassMetamodelFactory.java 326 2006-07-28 04:57:13Z csuconic $
|
| ConstructorManager |
Find the constructor that respect the serialization behavior
$Id: ConstructorManager.java 175 2006-03-16 16:25:02Z csuconic $
|
| DefaultClassDescriptorStrategy | |
| DefaultConstructorManager |
If SunConstructorManager is not available in this current JVM, we will use the default one which only looks for the default constructor
at the current class
$Id: DefaultConstructorManager.java 175 2006-03-16 16:25:02Z csuconic $
|
| FieldsManager |
$Id: FieldsManager.java 217 2006-04-18 18:42:42Z csuconic $
FieldsManager is the class responsible to manage changing the fields.
|
| ReflectionFieldsManager |
$Id: ReflectionFieldsManager.java 217 2006-04-18 18:42:42Z csuconic $
|
| StreamingClass |
A Streaming Class is created every time an object is created on the treaming.
|
| SunConstructorManager |
This constructor manager requires sun package present.
|
| UnsafeFieldsManager |
$Id: UnsafeFieldsManager.java 217 2006-04-18 18:42:42Z csuconic $
This FieldsManager uses the only hook available to change final fields into JVM 1.4 (operations with sun.misc.Unsafe).
|
Copyright © 2011-2012 Ovea. All Rights Reserved.