Class SerializationUtil
java.lang.Object
com.gigaspaces.internal.client.utils.SerializationUtil
A utility that provides a way to serialize and deserialize an entry field
- Since:
- 6.5
- Author:
- Guy Korland
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectdeSerializeFieldValue(Object value, StorageType storageType) static ObjectserializeFieldValue(Object value, StorageType storageType)
-
Constructor Details
-
SerializationUtil
public SerializationUtil()
-
-
Method Details
-
serializeFieldValue
- Throws:
IOException
-
deSerializeFieldValue
public static Object deSerializeFieldValue(Object value, StorageType storageType) throws ClassNotFoundException, IOException - Throws:
ClassNotFoundExceptionIOException
-