Uses of Interface
com.tangosol.io.NamedSerializerFactory
-
Packages that use NamedSerializerFactory Package Description com.oracle.coherence.cdi Coherence CDI provides support for CDI (Contexts and Dependency Injection) within Coherence cluster members.com.oracle.coherence.grpc.proxy The Coherence gRPC server implementation.com.tangosol.io Contains classes providing cache persistence of serialized objects. -
-
Uses of NamedSerializerFactory in com.oracle.coherence.cdi
Classes in com.oracle.coherence.cdi that implement NamedSerializerFactory Modifier and Type Class Description class
SerializerProducer
A CDI producer ofSerializer
instances. -
Uses of NamedSerializerFactory in com.oracle.coherence.grpc.proxy
Fields in com.oracle.coherence.grpc.proxy declared as NamedSerializerFactory Modifier and Type Field Description protected NamedSerializerFactory
BaseGrpcServiceImpl. f_serializerProducer
The factory to use to lookup namedSerializer
instances.Methods in com.oracle.coherence.grpc.proxy that return types with arguments of type NamedSerializerFactory Modifier and Type Method Description Optional<NamedSerializerFactory>
GrpcServiceDependencies.DefaultDependencies. getNamedSerializerFactory()
Optional<NamedSerializerFactory>
GrpcServiceDependencies. getNamedSerializerFactory()
Return theNamedSerializerFactory
.Methods in com.oracle.coherence.grpc.proxy with parameters of type NamedSerializerFactory Modifier and Type Method Description void
GrpcServiceDependencies.DefaultDependencies. setSerializerFactory(NamedSerializerFactory serializerFactory)
Set theNamedSerializerFactory
. -
Uses of NamedSerializerFactory in com.tangosol.io
Fields in com.tangosol.io declared as NamedSerializerFactory Modifier and Type Field Description static NamedSerializerFactory
NamedSerializerFactory. DEFAULT
The default implementation ofNamedSerializerFactory
that looks upSerializer
instances by name in the Coherence operational configuration.
-