adjieq77 / lire

Automatically exported from code.google.com/p/lire
Other
0 stars 0 forks source link

Making LireFeature interface serializable #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, I am using lire.jar as a library in one of my applications. I need to 
serialise some classes that contain lire classes implementing the LireFeature 
interface, but currently that is not possible because the lire classes are not 
serialisable. Could the LireFeature interface be modified to implement 
serialisable? Alternatively the individual classes implementing LireFeature 
could implement serialisable instead.

Thanks
Mike

Original issue reported on code.google.com by mm...@waikato.ac.nz on 16 Feb 2015 at 8:23