Uses of Interface
com.tangosol.io.ObjectStreamFactory
-
Packages that use ObjectStreamFactory Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of ObjectStreamFactory in com.tangosol.util
Classes in com.tangosol.util that implement ObjectStreamFactory Modifier and Type Class Description static class
ExternalizableHelper.DefaultObjectStreamFactory
Default ObjectStreamFactory implementation.Fields in com.tangosol.util declared as ObjectStreamFactory Modifier and Type Field Description static ObjectStreamFactory
ExternalizableHelper. s_streamfactory
Option: Configurable ObjectStreamFactory.Methods in com.tangosol.util that return ObjectStreamFactory Modifier and Type Method Description static ObjectStreamFactory
ExternalizableHelper. getObjectStreamFactory()
Return the ObjectStreamFactory used to convert DataInput/Output into ObjectInput/Output streams.Methods in com.tangosol.util with parameters of type ObjectStreamFactory Modifier and Type Method Description static void
ExternalizableHelper. setObjectStreamFactory(ObjectStreamFactory factory)
Specify an ObjectStreamFactory that should be used to convert DataInput/Output into ObjectInput/Output streams.
-