Modifier and Type | Method and Description |
---|---|
void |
IFilePersistence.setObjectIOForClass(Class<?> objectClass,
Class<? extends IObjectInput> objectInputClass,
Class<? extends IObjectOutput> objectOutputClass)
set object input output manager for a class
if class not accessible see #setObjectIOForClass(String, Class) (PROPS) can be set using properties file see FilePersistence.FilePersistence(String, boolean)
|
void |
AbstractFilePersistenceDelegatingToStore.setObjectIOForClass(Class<?> objectClass,
Class<? extends IObjectInput> objectInputClass,
Class<? extends IObjectOutput> objectOutputClass) |
void |
IFilePersistence.setObjectIOForClass(String objectClassName,
Class<? extends IObjectInput> objectInputClass,
Class<? extends IObjectOutput> objectOutputClass)
set object input output manager for a class
(PROPS) can be set using properties file see FilePersistence.FilePersistence(String, boolean)
|
void |
AbstractFilePersistenceDelegatingToStore.setObjectIOForClass(String objectClassName,
Class<? extends IObjectInput> objectInputClass,
Class<? extends IObjectOutput> objectOutputClass) |
Modifier and Type | Method and Description |
---|---|
IObjectOutput |
ClassInfoAttributes.getObjectOutput() |
Modifier and Type | Method and Description |
---|---|
void |
ClassInfoAttributes.setObjectIO(IObjectInput objectInput,
IObjectOutput objectOutput) |
Modifier and Type | Method and Description |
---|---|
void |
Store.setObjectIOForClass(Class<?> objectClass,
Class<? extends IObjectInput> objectInputClass,
Class<? extends IObjectOutput> objectOutputClass) |
void |
IStore.setObjectIOForClass(Class<?> objectClass,
Class<? extends IObjectInput> objectInputClass,
Class<? extends IObjectOutput> objectOutputClass)
set object input output manager for a class
|
void |
Store.setObjectIOForClass(String objectClassName,
Class<? extends IObjectInput> objectInputClass,
Class<? extends IObjectOutput> objectOutputClass) |
void |
IStore.setObjectIOForClass(String objectClassName,
Class<? extends IObjectInput> objectInputClass,
Class<? extends IObjectOutput> objectOutputClass) |
Modifier and Type | Method and Description |
---|---|
void |
IClassInfoFactory.setObjectIOForClass(String objectClassName,
IObjectInput objectInput,
IObjectOutput objectOutput) |
void |
ClassInfoFactory.setObjectIOForClass(String objectClassName,
IObjectInput objectInput,
IObjectOutput objectOutput) |
Modifier and Type | Field and Description |
---|---|
protected IObjectOutput[] |
AbstractObjectIOManagerIOForObject.objectOutputs |
Modifier and Type | Method and Description |
---|---|
protected IObjectOutput |
AbstractObjectIOManagerIOForObject.getObjectOutput(ClassInfo classInfo)
get the object output manager according to object class
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractObjectIOManagerIOForObject.setSpecificObjectIO(ClassInfo classInfo,
IObjectInput objectInput,
IObjectOutput objectOutput)
set object input output manager for a class
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectIODummy
do nothing implementation
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractObjectOutput
all common for object output in file
|
class |
AbstractObjectOutputGeneric
common to all generic output
|
class |
AbstractObjectOutputGenericNotStatic |
class |
AbstractObjectOutputSerialize |
class |
ObjectOutputExternalizable
output for externalizable object
|
class |
ObjectOutputForArray |
class |
ObjectOutputForBasic
|
class |
ObjectOutputForEnum
output for enum
|
class |
ObjectOutputForString |
class |
ObjectOutputGeneric
generic input/output for object, direct input/output ( no lazy laoding )
|
class |
ObjectOutputSerializable
generic input/output for serializable object, direct input/output ( no lazy
loading )
|
class |
ObjectOutputSerialize |
class |
ObjectOutputSerializeGZipped |
class |
ObjectOutputSerializeZipped |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.