Uses of Interface
com.tangosol.io.ObjectStreamFactory
-
Uses of ObjectStreamFactory in com.tangosol.util
Modifier and TypeClassDescriptionstatic class
Default ObjectStreamFactory implementation.Modifier and TypeFieldDescriptionstatic ObjectStreamFactory
ExternalizableHelper.s_streamfactory
Option: Configurable ObjectStreamFactory.Modifier and TypeMethodDescriptionstatic ObjectStreamFactory
ExternalizableHelper.getObjectStreamFactory()
Return the ObjectStreamFactory used to convert DataInput/Output into ObjectInput/Output streams.Modifier and TypeMethodDescriptionstatic void
ExternalizableHelper.setObjectStreamFactory
(ObjectStreamFactory factory) Specify an ObjectStreamFactory that should be used to convert DataInput/Output into ObjectInput/Output streams.