Uses of Interface
com.tangosol.io.Serializer
Packages that use Serializer
Package
Description
Coherence CDI provides support for CDI (Contexts and Dependency Injection)
within Coherence cluster members.
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
Common utilities used by Coherence JCache.
Contains classes providing cache persistence of serialized objects.
Contains classes related to POF serialization and deserialization.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains classes that providing topic entities for publish/subscribe messaging.
Contains various generic utilities.
-
Uses of Serializer in com.oracle.coherence.cdi
Methods in com.oracle.coherence.cdi that return SerializerModifier and TypeMethodDescriptionSerializerProducer.getDefaultSerializer(jakarta.enterprise.inject.spi.InjectionPoint ip) Produces an instance of the defaultSerializer.SerializerProducer.getNamedSerializer(jakarta.enterprise.inject.spi.InjectionPoint ip) Produces instances of a namedSerializer.SerializerProducer.getNamedSerializer(String sName, ClassLoader loader) Produces instances of a namedSerializer. -
Uses of Serializer in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return types with arguments of type SerializerModifier and TypeMethodDescriptionSerializerBuilderProcessor.onProcess(ProcessingContext context, XmlElement xmlElement) -
Uses of Serializer in com.tangosol.coherence.jcache.common
Constructors in com.tangosol.coherence.jcache.common with parameters of type SerializerModifierConstructorDescriptionSerializingInternalConverter(Serializer serializer) Constructs aSerializingInternalConverter. -
Uses of Serializer in com.tangosol.io
Classes in com.tangosol.io that implement SerializerModifier and TypeClassDescriptionfinal classA Serializer implementation that uses the ExternalizableHelper implementation for serialization and deserialization of objects.classASerializerimplementation that multiplexes serialization/deserialization requests across multipleSerializerimplementations.Fields in com.tangosol.io declared as SerializerModifier and TypeFieldDescriptionprotected final Serializer[]MultiplexingSerializer.f_serializersFields in com.tangosol.io with type parameters of type SerializerModifier and TypeFieldDescriptionprotected final Map<String, Serializer> MultiplexingSerializer.f_idToSerializerThe mapping ofSerializers keyed by their name.protected final ConcurrentMap<String, Serializer> MultiplexingSerializer.f_mapTypeToSerializerThe mapping of types referenced by their String name and a workingSerializerfor that type.Methods in com.tangosol.io that return SerializerModifier and TypeMethodDescriptionConfigurableSerializerFactory.createSerializer(ClassLoader loader) Deprecated.Create a new Serializer.SerializerFactory.createSerializer(ClassLoader loader) Create a new Serializer.SerializerAware.getContextSerializer()Retrieve the context Serializer for this object.NamedSerializerFactory.getNamedSerializer(String sName, ClassLoader loader) Produces instances of a namedSerializer.Methods in com.tangosol.io with parameters of type SerializerModifier and TypeMethodDescriptionprotected voidMultiplexingSerializer.doSerialization(WriteBuffer.BufferOutput out, Object o, Serializer[] serializers) protected voidMultiplexingSerializer.doWrite(WriteBuffer.BufferOutput out, Object o, Serializer serializer) Writes the serialization header and payload.voidSerializerAware.setContextSerializer(Serializer serializer) Specify the context Serializer for this object.Method parameters in com.tangosol.io with type arguments of type SerializerModifier and TypeMethodDescriptionprotected voidMultiplexingSerializer.logSerializationErrors(Map<Serializer, Exception> serializerExceptionMap, String typeName) Given the provided mappings between aSerializerand theExceptionit threw, log each mapping for diagnostic purposes.Constructors in com.tangosol.io with parameters of type SerializerModifierConstructorDescriptionMultiplexingSerializer(Serializer... serializers) Construct a newSerializerthat will multiplex serialization operations across the provided list ofSerializers. -
Uses of Serializer in com.tangosol.io.pof
Subinterfaces of Serializer in com.tangosol.io.pofModifier and TypeInterfaceDescriptioninterfaceThe PofContext interface represents a set of user types that can be serialized to and deserialized from a POF stream.Classes in com.tangosol.io.pof that implement SerializerModifier and TypeClassDescriptionclassThis class implements thePofContextinterface using information provided in a configuration file (or in a passed XML configuration) as well as classes annotated withPortableType.classSafeConfigurablePofContext is an extension of ConfigurablePofContext that can serialize and deserialize any valid POF user type, even those that have not been explicitly configured, as well as any Java serializable types (Serializable, Externalizable, or ExternalizableLite).classBasicPofContextimplementation.Constructors in com.tangosol.io.pof with parameters of type SerializerModifierConstructorDescriptionExternalSerializer(Serializer serializer, boolean fWarn) ConstructSafeConfigurablePofContext.ExternalSerializerwith specified non-POF serializer.SafeConfigurablePofContext(Serializer serializer, ClassLoader loader) Create a SafeConfigurablePofContext that serializes instances of non-POF classes with specified serializer. -
Uses of Serializer in com.tangosol.net
Methods in com.tangosol.net that return SerializerModifier and TypeMethodDescriptionService.getSerializer()Return a Serializer used by this Service.WrapperService.getSerializer()Return a Serializer used by this Service. -
Uses of Serializer in com.tangosol.net.cache
Methods in com.tangosol.net.cache that return SerializerModifier and TypeMethodDescriptionBackingMapBinaryEntry.getSerializer()Return aSerializerthat is used to serialize/deserialize this entry.protected SerializerContinuousQueryCache.instantiateSerializer()Create aSerializerappropriate for the mode this cache is operating under (i.e., binary vs non-binary). -
Uses of Serializer in com.tangosol.net.topic
Methods in com.tangosol.net.topic with parameters of type SerializerModifier and TypeMethodDescriptionstatic BiFunction<Throwable, Binary, Throwable> TopicPublisherException.createFactory(Serializer serializer) Create a factory function that creates aTopicPublisherException.static BiFunction<Throwable, Binary, Throwable> TopicPublisherException.createFactory(Serializer serializer, String sReason) Create a factory function that creates aTopicPublisherException.Constructors in com.tangosol.net.topic with parameters of type SerializerModifierConstructorDescriptionTopicPublisherException(String sMessage, Binary binValue, Serializer serializer) Create aTopicPublisherException.TopicPublisherException(String sMessage, Throwable cause, Binary binValue, Serializer serializer) Create aTopicPublisherException.TopicPublisherException(Throwable cause, Binary binValue, Serializer serializer) Create aTopicPublisherException. -
Uses of Serializer in com.tangosol.util
Classes in com.tangosol.util that implement SerializerModifier and TypeClassDescriptionstatic classAn implementation of PofContext that does nothing.Methods in com.tangosol.util that return SerializerModifier and TypeMethodDescriptionstatic SerializerExternalizableHelper.ensureSerializer(ClassLoader loader) Obtain a Serializer for the specified ClassLoader.BinaryEntry.getSerializer()Return aSerializerthat is used to serialize/deserialize this entry.ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry.getSerializer()Return aSerializerthat is used to serialize/deserialize this entry.InvocableMapHelper.RoutingBinaryEntry.getSerializer()Return aSerializerthat is used to serialize/deserialize this entry.Methods in com.tangosol.util with parameters of type SerializerModifier and TypeMethodDescriptionstatic <T> TExternalizableHelper.fromBinary(Binary bin, Serializer serializer) Read an object from a Binary object using the specified Serializer.static <T> TExternalizableHelper.fromBinary(Binary bin, Serializer serializer, Remote.Function<ReadBuffer.BufferInput, ReadBuffer.BufferInput> supplier) Read an object from a Binary object using the specified Serializer.static <T> TExternalizableHelper.fromBinary(Binary bin, Serializer serializer, Remote.Function<ReadBuffer.BufferInput, ReadBuffer.BufferInput> supplier, Class<T> clazz) Read an object from a Binary object using the specified Serializer and expected class.static <T> TExternalizableHelper.fromBinary(Binary bin, Serializer serializer, Class<T> clazz) Read an object from a Binary object using the specified Serializer and expected class.static DeltaCompressorExternalizableHelper.getDeltaCompressor(Serializer serializer, DeltaCompressor compressor) Return a DeltaCompressor suitable for compressing/extracting binaries produced by ExternalizableHelper using the specified serializer.static booleanExternalizableHelper.isSerializerCompatible(Serializer serializerThis, Serializer serializerThat) Determines whether or not the specified serializers are compatible.static <T> TExternalizableHelper.realize(Object o, Serializer serializer) Realizes object after deserialization by applying post-serialization rules.static voidExternalizableHelper.reportIncompatibleSerializers(NamedCache cache, String sService, Serializer serializer) Log the message explaining the serializer incompatibility between the specified cache and a service.static voidExternalizableHelper.reportIncompatibleSerializers(NamedCollection collection, String sType, String sService, Serializer serializer) Log the message explaining the serializer incompatibility between the specified cache and a service.static BinaryExternalizableHelper.toBinary(Object o, Serializer serializer) Write an object into a Binary object using the specified Serializer.static BinaryExternalizableHelper.toBinary(Object o, Serializer serializer, WriteBuffer buf) Write an object into a Binary object using the specified Serializer.static byte[]ExternalizableHelper.toByteArray(Object o, Serializer serializer) Write an object to a byte array using the specified Serializer.