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