org.eclipse.datatools.sqltools.result.internal.utils
Class SerializationHelper
java.lang.Object
   org.eclipse.datatools.sqltools.result.internal.utils.SerializationHelper
org.eclipse.datatools.sqltools.result.internal.utils.SerializationHelper
- public class SerializationHelper 
- extends java.lang.Object
A utility class to serialize and deserialize an Object array.
- Author:
- juewu
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RESULT_FLAG
public static java.lang.String RESULT_FLAG
RI_VERSION_MAJOR
public static int RI_VERSION_MAJOR
RI_VERSION_MINOR
public static int RI_VERSION_MINOR
RI_VERSION_SERVICE
public static int RI_VERSION_SERVICE
SaveObjects
public static void SaveObjects(java.lang.Object[] objs,
                               java.lang.String fileName)
- 
 
LoadObjects
public static java.lang.Object[] LoadObjects(java.lang.String fileName)
- 
 
resultManagerVersionCompatible
public static boolean resultManagerVersionCompatible(java.lang.String versionId)
- 
 
getResultManagerVersion
public static java.lang.String getResultManagerVersion()
-