Red Hat JBoss Enterprise Application Platform 7.4.0.GA
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
fromStorage
public static Object fromStorage(Object stored,
Encoder encoder,
Wrapper wrapper)
Deprecated.
Decode object from storage format.
- Parameters:
stored
- Object in the storage format.
encoder
- the Encoder
used for data conversion.
wrapper
- the Wrapper
used to decorate the converted data.
- Returns:
- Object decoded and unwrapped.
-
toStorage
public static Object toStorage(Object toStore,
Encoder encoder,
Wrapper wrapper)
Deprecated.
Encode object to storage format.
- Parameters:
toStore
- Object to be encoded.
encoder
- the Encoder
used for data conversion.
wrapper
- the Wrapper
used to decorate the converted data.
- Returns:
- Object decoded and unwrapped.
Red Hat JBoss Enterprise Application Platform 7.4.0.GA
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2021 JBoss by Red Hat. All rights reserved.