public class ValueModeHandlerSerialization extends Object implements ValueModeHandler
| Constructor and Description |
|---|
ValueModeHandlerSerialization() |
| Modifier and Type | Method and Description |
|---|---|
Element |
createElement(Object key,
Serializable value)
Returns null for null values otherwise creates an
Element with the specified key-value and returns it |
ElementData |
createElementData(Element element) |
String |
createPortableKey(Object key) |
Object |
getRealKeyObject(String portableKey) |
Object |
getRealKeyObject(String portableKey,
ClassLoader loader) |
public Object getRealKeyObject(String portableKey)
getRealKeyObject in interface ValueModeHandlerpublic Object getRealKeyObject(String portableKey, ClassLoader loader)
getRealKeyObject in interface ValueModeHandlerpublic String createPortableKey(Object key) throws IOException
createPortableKey in interface ValueModeHandlerIOExceptionpublic ElementData createElementData(Element element)
createElementData in interface ValueModeHandlerpublic Element createElement(Object key, Serializable value)
ValueModeHandlerElement with the specified key-value and returns itcreateElement in interface ValueModeHandlerCopyright © 2003–2024 Terracotta, Inc.. All rights reserved.