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 |
---|---|
IObjectInput |
ClassInfoAttributes.getObjectInput() |
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 | Method and Description |
---|---|
protected IObjectInput |
AbstractObjectIOManagerIOForObject.getObjectInput(ClassInfo classInfo,
boolean notLazy)
get the object input 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 |
AbstractImmediateObjectInput |
class |
AbstractObjectInput
all common for object input in file
|
class |
AbstractObjectInputGeneric |
class |
AbstractObjectInputGenericNotStatic |
class |
AbstractObjectInputImmediate |
class |
AbstractObjectInputLazy |
class |
ObjectInputForArray |
class |
ObjectInputForBasic
|
class |
ObjectInputForEnum
input for enum, direct input ( no lazy loading )
|
class |
ObjectInputForString |
class |
ObjectInputImmediateExternalizable
input for externalizable object, direct input ( no lazy loading )
|
class |
ObjectInputImmediateGeneric
input for generic object, direct input ( no lazy loading )
|
class |
ObjectInputImmediateSerializable
input for serializable object, direct input ( no lazy loading )
|
class |
ObjectInputLazyExternalizable
input for externalizable object, lazy input
|
class |
ObjectInputLazyGeneric
generic input for object, lazy input
|
class |
ObjectInputLazySerializable
generic input/output for serializable object, lazy input/output
|
class |
ObjectInputSerialize |
class |
ObjectInputSerializeGZipped |
class |
ObjectInputSerializeZipped |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.