public class CachedSerializedValue<T> extends SerializedValue<T>
Constructor and Description |
---|
CachedSerializedValue(T value) |
Modifier and Type | Method and Description |
---|---|
T |
deserializeValue() |
T |
deserializeValue(ClassLoader loader) |
equals, fromBytes, getByteArray, hashCode, toString
public CachedSerializedValue(T value) throws IOException
IOException
public T deserializeValue(ClassLoader loader) throws IOException, ClassNotFoundException
deserializeValue
in class SerializedValue<T>
IOException
ClassNotFoundException
public T deserializeValue() throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.