Interface SerializableContextualInstance<C extends jakarta.enterprise.context.spi.Contextual<I>,I>

All Superinterfaces:
ContextualInstance<I>, Serializable

public interface SerializableContextualInstance<C extends jakarta.enterprise.context.spi.Contextual<I>,I> extends ContextualInstance<I>, Serializable
A Serializable wrapper for a ContextualInstance
Author:
Pete Muir, Marius Bogoevici