Interface SerializableHolder<T>

Type Parameters:
T - type of the value
All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractSerializableHolder, BeanHolder, ConstructorHolder, FieldHolder, InjectionPointHolder, MethodHolder

public interface SerializableHolder<T> extends Serializable
Holds a value that is likely to be serialized. The holder is responsible for reloading the value after deserialization.
Author:
Jozef Hartinger
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details

    • get

      T get()