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
ObjectStreamException
public V get()
get
in interface SerializableHolder<V>
Copyright © 2016. All rights reserved.