Currently I'm working on pairing program in java using japir library. I want to write the public and private keys to a file. I'm able to write it but when reading from this file i'm getting
"java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: uk.ac.ic.doc.jpair.pairing.ComplexField"
Please help me to resolve this exception.