T
- the ephemeral object typepublic abstract class SingleTypedPickleFactory<T>
extends org.jenkinsci.plugins.workflow.pickles.PickleFactory
PickleFactory
implementation for a common situation where only kind of ephemeral object is being pickled.Modifier | Constructor and Description |
---|---|
protected |
SingleTypedPickleFactory() |
Modifier and Type | Method and Description |
---|---|
protected abstract org.jenkinsci.plugins.workflow.pickles.Pickle |
pickle(T object) |
org.jenkinsci.plugins.workflow.pickles.Pickle |
writeReplace(Object object) |
@Nonnull protected abstract org.jenkinsci.plugins.workflow.pickles.Pickle pickle(@Nonnull T object)
public final org.jenkinsci.plugins.workflow.pickles.Pickle writeReplace(Object object)
writeReplace
in class org.jenkinsci.plugins.workflow.pickles.PickleFactory
Copyright © 2016–2017. All rights reserved.