Uses of Interface
com.tangosol.io.NamedSerializerFactory
Packages that use 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
Classes in com.oracle.coherence.cdi that implement NamedSerializerFactory -
Uses of NamedSerializerFactory in com.oracle.coherence.grpc.proxy
Fields in com.oracle.coherence.grpc.proxy declared as NamedSerializerFactoryModifier and TypeFieldDescriptionprotected final 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 NamedSerializerFactoryModifier and TypeMethodDescriptionGrpcServiceDependencies.DefaultDependencies.getNamedSerializerFactory()
GrpcServiceDependencies.getNamedSerializerFactory()
Return theNamedSerializerFactory
.Methods in com.oracle.coherence.grpc.proxy with parameters of type NamedSerializerFactoryModifier and TypeMethodDescriptionvoid
GrpcServiceDependencies.DefaultDependencies.setSerializerFactory
(NamedSerializerFactory serializerFactory) Set theNamedSerializerFactory
. -
Uses of NamedSerializerFactory in com.tangosol.io
Fields in com.tangosol.io declared as NamedSerializerFactoryModifier and TypeFieldDescriptionstatic final NamedSerializerFactory
NamedSerializerFactory.DEFAULT
The default implementation ofNamedSerializerFactory
that looks upSerializer
instances by name in the Coherence operational configuration.