Uses of Interface
com.tangosol.io.ObjectStreamFactory
Packages that use ObjectStreamFactory
-
Uses of ObjectStreamFactory in com.tangosol.util
Classes in com.tangosol.util that implement ObjectStreamFactoryModifier and TypeClassDescriptionstatic class
Default ObjectStreamFactory implementation.Fields in com.tangosol.util declared as ObjectStreamFactoryModifier and TypeFieldDescriptionstatic ObjectStreamFactory
ExternalizableHelper.s_streamfactory
Option: Configurable ObjectStreamFactory.Methods in com.tangosol.util that return ObjectStreamFactoryModifier and TypeMethodDescriptionstatic ObjectStreamFactory
ExternalizableHelper.getObjectStreamFactory()
Return the ObjectStreamFactory used to convert DataInput/Output into ObjectInput/Output streams.Methods in com.tangosol.util with parameters of type ObjectStreamFactoryModifier and TypeMethodDescriptionstatic void
ExternalizableHelper.setObjectStreamFactory
(ObjectStreamFactory factory) Specify an ObjectStreamFactory that should be used to convert DataInput/Output into ObjectInput/Output streams.