public interface Serializer<T>
Modifier and Type | Method and Description |
---|---|
void |
serialize(T obj,
ObjectOutputStream oos,
SubProgressObserver po)
Create custom serialization.
|
void serialize(T obj, ObjectOutputStream oos, SubProgressObserver po) throws IOException
obj
- Object to writeoos
- Object output stream to write topo
- Progress observer to track progressIOException