public static interface WrappingStorageUtility.SerializationWrapper extends Externalizable
| Modifier and Type | Method and Description |
|---|---|
Class |
baseType()
return type of underlying object
|
void |
clean() |
Externalizable |
getData()
retrieve the underlying object (to be followed by a call to readExternal)
|
void |
setData(Externalizable e)
set the underlying object (to be followed by a call to writeExternal)
|
readExternal, writeExternalvoid setData(Externalizable e)
e - Externalizable getData()
Class baseType()
void clean()
Copyright © 2021. All rights reserved.