Andreas Schildbach
2014-07-03 13:50:48 UTC
ECPoint instances (more specifically: ECPoint$Fp) are not serializable.
Is this a deliberate decision or has it just not been looked at?
I need to move ECPoint instances between Android components, and for
that you need some form of serialization (Java serialization is easiest,
despite the problems if you use it as a persistent store). Is there any
recommended serialization method?
Is this a deliberate decision or has it just not been looked at?
I need to move ECPoint instances between Android components, and for
that you need some form of serialization (Java serialization is easiest,
despite the problems if you use it as a persistent store). Is there any
recommended serialization method?