Package | Description |
---|---|
net.sf.joafip.store.service.objectio.serialize.input |
Modifier and Type | Class and Description |
---|---|
class |
AbstractObjectInputGenericNotStatic |
class |
AbstractObjectInputImmediate |
class |
AbstractObjectInputLazy |
class |
ObjectInputForEnum
input for enum, direct input ( no lazy loading )
|
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
|
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.