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 classDefault ObjectStreamFactory implementation.Fields in com.tangosol.util declared as ObjectStreamFactoryModifier and TypeFieldDescriptionstatic ObjectStreamFactoryExternalizableHelper.s_streamfactoryOption: Configurable ObjectStreamFactory.Methods in com.tangosol.util that return ObjectStreamFactoryModifier and TypeMethodDescriptionstatic ObjectStreamFactoryExternalizableHelper.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 voidExternalizableHelper.setObjectStreamFactory(ObjectStreamFactory factory) Specify an ObjectStreamFactory that should be used to convert DataInput/Output into ObjectInput/Output streams.