Uses of Interface
com.tangosol.io.NamedSerializerFactory
Package
Description
Coherence CDI provides support for CDI (Contexts and Dependency Injection)
within Coherence cluster members.
The Coherence gRPC server implementation.
Contains classes providing cache persistence of serialized objects.
-
Uses of NamedSerializerFactory in com.oracle.coherence.cdi
-
Uses of NamedSerializerFactory in com.oracle.coherence.grpc.proxy
Modifier and TypeFieldDescriptionprotected final NamedSerializerFactory
BaseGrpcServiceImpl.f_serializerProducer
The factory to use to lookup namedSerializer
instances.Modifier and TypeMethodDescriptionGrpcServiceDependencies.DefaultDependencies.getNamedSerializerFactory()
GrpcServiceDependencies.getNamedSerializerFactory()
Return theNamedSerializerFactory
.Modifier and TypeMethodDescriptionvoid
GrpcServiceDependencies.DefaultDependencies.setSerializerFactory
(NamedSerializerFactory serializerFactory) Set theNamedSerializerFactory
. -
Uses of NamedSerializerFactory in com.tangosol.io
Modifier and TypeFieldDescriptionstatic final NamedSerializerFactory
NamedSerializerFactory.DEFAULT
The default implementation ofNamedSerializerFactory
that looks upSerializer
instances by name in the Coherence operational configuration.