public abstract class AbstractSerializableHolder<V> extends Object implements SerializableHolder<V>
| Constructor and Description |
|---|
AbstractSerializableHolder() |
AbstractSerializableHolder(V value) |
| Modifier and Type | Method and Description |
|---|---|
V |
get() |
protected abstract V |
initialize() |
protected Object |
readResolve() |
public AbstractSerializableHolder()
public AbstractSerializableHolder(V value)
protected abstract V initialize()
protected Object readResolve() throws ObjectStreamException
ObjectStreamExceptionpublic V get()
get in interface SerializableHolder<V>Copyright © 2015. All Rights Reserved.