public class RiverWriter extends Object implements Closeable
ObjectOutputStream
compatible object graph serializer
that handles stateful objects for proper rehydration later.RiverMarshallerFactory
,
RiverReader
Constructor and Description |
---|
RiverWriter(File f,
org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner _owner)
Deprecated.
|
RiverWriter(File f,
org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner _owner,
Collection<? extends org.jenkinsci.plugins.workflow.pickles.PickleFactory> pickleFactories) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
ObjectOutput |
getObjectOutput()
Deprecated.
Apparently unused.
|
void |
writeObject(Object o) |
@Deprecated public RiverWriter(File f, org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner _owner) throws IOException
IOException
public RiverWriter(File f, org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner _owner, Collection<? extends org.jenkinsci.plugins.workflow.pickles.PickleFactory> pickleFactories) throws IOException
IOException
public void writeObject(Object o) throws IOException
IOException
@Deprecated public ObjectOutput getObjectOutput()
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2016–2018. All rights reserved.