D
public class SerializeTask<D extends Descriptor> extends Object implements Callable<List<String>>
Any error is a catastrophic error.
SerializeTask(DescriptorGenerator<D> desc, List<D> page)
List<String>
call()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SerializeTask(DescriptorGenerator<D> desc, List<D> page)
desc
page
public List<String> call() throws Exception
call
Callable<List<String>>
Exception