com.path.android.jobqueue.persistentQueue.sqlite
Interface SqliteJobQueue.JobSerializer
- All Known Implementing Classes:
- SqliteJobQueue.JavaSerializer
- Enclosing class:
- SqliteJobQueue
public static interface SqliteJobQueue.JobSerializer
serialize
byte[] serialize(java.lang.Object object)
throws java.io.IOException
- Throws:
java.io.IOException
deserialize
<T extends BaseJob> T deserialize(byte[] bytes)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException