Uses of Interface
org.infinispan.protostream.BaseMarshaller
-
Packages that use BaseMarshaller Package Description org.infinispan.commons.dataconversion org.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities.org.infinispan.commons.util Commons package providing various utility classesorg.infinispan.counter.api Clustered Counters API.org.infinispan.counter.impl.entries org.infinispan.counter.impl.strong org.infinispan.counter.impl.weak org.infinispan.protostream Library for easy and efficient marshalling of Java objects in Protocol Buffers format.org.infinispan.protostream.annotations.impl Holds the internal representation of Protobuf type metadata defined via annotations and the processors that handle this metadata in order to generate Protobuf schemas and marshallers.org.infinispan.protostream.impl Protostream internals. -
-
Uses of BaseMarshaller in org.infinispan.commons.dataconversion
Classes in org.infinispan.commons.dataconversion that implement BaseMarshaller Modifier and Type Class Description classMediaType$___Marshaller_f2fc301543ca54d0326b5d8ce3b7199226a678253252e7ac46f1fad54bd90568WARNING: Generated code! Do not edit! -
Uses of BaseMarshaller in org.infinispan.commons.marshall
Classes in org.infinispan.commons.marshall that implement BaseMarshaller Modifier and Type Class Description classWrappedByteArray$___Marshaller_dd5f1f82b70f419159a02b94c2ffa39a035efa36bc3f94e3bec8f1fb78d5e078WARNING: Generated code! Do not edit! -
Uses of BaseMarshaller in org.infinispan.commons.util
Classes in org.infinispan.commons.util that implement BaseMarshaller Modifier and Type Class Description classKeyValueWithPrevious$___Marshaller_9145896a24b67e12a03ab245b027743214e8f0a00cff4e94594e6701c8f07ff1WARNING: Generated code! Do not edit!classNullValue$___Marshaller_a83283d4dbbe8b8520f457699d99f19344b973d04786829de1e22c08915e6e56WARNING: Generated code! Do not edit! -
Uses of BaseMarshaller in org.infinispan.counter.api
Classes in org.infinispan.counter.api that implement BaseMarshaller Modifier and Type Class Description classCounterConfiguration$___Marshaller_200ccbe7f9bd55cd3d0f90bae5ea29adc0a29590c936038020329c50ede7e29fWARNING: Generated code! Do not edit!classCounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542dclassCounterType$___Marshaller_4dd4ef0972bf79fd96da56b8ce9348d84b1c42596acd7df3abf86c5e467887f5classStorage$___Marshaller_ed04a8616efd062a7c88e9e578efa97c99224ac3211dd20ca76376455f84a9ae -
Uses of BaseMarshaller in org.infinispan.counter.impl.entries
Classes in org.infinispan.counter.impl.entries that implement BaseMarshaller Modifier and Type Class Description classCounterValue$___Marshaller_6ab5201133840629eb172e42cdf5d3a4375120da429274c838069a25aba775b9WARNING: Generated code! Do not edit! -
Uses of BaseMarshaller in org.infinispan.counter.impl.strong
Classes in org.infinispan.counter.impl.strong that implement BaseMarshaller Modifier and Type Class Description classStrongCounterKey$___Marshaller_7b60cadcd7a3ce2ea1e9b7f18578345047d9a4d4bceed7f91ab7f28ade5968e7WARNING: Generated code! Do not edit! -
Uses of BaseMarshaller in org.infinispan.counter.impl.weak
Classes in org.infinispan.counter.impl.weak that implement BaseMarshaller Modifier and Type Class Description classWeakCounterKey$___Marshaller_ecc3ac4efb216fd1f64f29c92ff5068b43cb9769af31d8afc555d56f0b476e02WARNING: Generated code! Do not edit! -
Uses of BaseMarshaller in org.infinispan.protostream
Subinterfaces of BaseMarshaller in org.infinispan.protostream Modifier and Type Interface Description interfaceEnumMarshaller<E extends Enum<E>>Contract to be implemented by marshallers ofEnumtypes.interfaceMessageMarshaller<T>Deprecated.since 4.3.1.Final.interfaceProtobufTagMarshaller<T>A marshaller for message types that has direct access to the low level Protobuf streams (TagReader/TagWriter) to freely read and write tags.interfaceRawProtobufMarshaller<T>Deprecated.replaced byProtobufTagMarshaller.Methods in org.infinispan.protostream that return BaseMarshaller Modifier and Type Method Description <T> BaseMarshaller<T>ImmutableSerializationContext. getMarshaller(Class<T> clazz)Obtains the marshaller associated with a Java type.<T> BaseMarshaller<T>ImmutableSerializationContext. getMarshaller(String fullTypeName)Obtains the marshaller associated with a Protobuf type name.<T> BaseMarshaller<T>ImmutableSerializationContext. getMarshaller(T object)Obtains the marshaller associated with a given instance.BaseMarshaller<T>SerializationContext.InstanceMarshallerProvider. getMarshaller(String typeName)Get a marshaller to unmarshall the supplied type name or @code null} if the type cannot be unmarshalled by this provider.BaseMarshaller<T>SerializationContext.InstanceMarshallerProvider. getMarshaller(T instance)Get marshaller given a instance to be marshalled ornullif the instance cannot be marshalled by this provider.BaseMarshaller<?>SerializationContext.MarshallerProvider. getMarshaller(Class<?> javaClass)Deprecated.Get a marshaller instance for the given Java class.BaseMarshaller<?>SerializationContext.MarshallerProvider. getMarshaller(String typeName)Deprecated.Get a marshaller instance for the given type name.Methods in org.infinispan.protostream with parameters of type BaseMarshaller Modifier and Type Method Description voidSerializationContext. registerMarshaller(BaseMarshaller<?> marshaller)Register a type marshaller.voidSerializationContext. unregisterMarshaller(BaseMarshaller<?> marshaller) -
Uses of BaseMarshaller in org.infinispan.protostream.annotations.impl
Constructors in org.infinispan.protostream.annotations.impl with parameters of type BaseMarshaller Constructor Description ImportedProtoTypeMetadata(GenericDescriptor descriptor, BaseMarshaller<?> marshaller, XClass javaClass) -
Uses of BaseMarshaller in org.infinispan.protostream.impl
Methods in org.infinispan.protostream.impl that return BaseMarshaller Modifier and Type Method Description abstract BaseMarshaller<T>BaseMarshallerDelegate. getMarshaller()Gets the wrapped marshaller.<T> BaseMarshaller<T>SerializationContextImpl. getMarshaller(Class<T> clazz)<T> BaseMarshaller<T>SerializationContextImpl. getMarshaller(String fullTypeName)<T> BaseMarshaller<T>SerializationContextImpl. getMarshaller(T object)Methods in org.infinispan.protostream.impl with parameters of type BaseMarshaller Modifier and Type Method Description voidSerializationContextImpl. registerMarshaller(BaseMarshaller<?> marshaller)voidSerializationContextImpl. unregisterMarshaller(BaseMarshaller<?> marshaller)
-