Package flexagon.fd.core.utils
Class SerializationUtil
java.lang.Object
flexagon.fd.core.utils.SerializationUtil
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteSerializedFile(String pName, String pDirectory) deserializeEncrypted(String pName, String pDirectory) static SerializationUtilvoidserialize(Serializable pObject, String pName, String pDirectory) voidserializeEncrypted(Serializable pObject, String pName, String pDirectory)
-
Field Details
-
SERIALIZATION_FILE_EXTENSION
- See Also:
-
-
Method Details
-
getInstance
-
serialize
- Throws:
IOException
-
serializeEncrypted
public void serializeEncrypted(Serializable pObject, String pName, String pDirectory) throws IOException - Throws:
IOException
-
deserializeEncrypted
- Throws:
IOException
-
deleteSerializedFile
-