Package org.infinispan.marshall.core
-
Interface Summary Interface Description EncoderRegistry ExternalPojo Marker interface for those pojos that are allowed to be marshalled externally.Ids Indexes for object types.MarshalledEntry<K,V> Deprecated. since 10.0, useMarshallableEntryMarshalledEntryFactory<K,V> Deprecated. since 10.0, useMarshallableEntryFactoryinstead -
Class Summary Class Description EncoderRegistryImpl ExternallyMarshallable As much as possible, Infinispan consumers should provideExternalizerorAdvancedExternalizerinstances for the types being marshalled, so that these types can be marshalled as efficiently as possible.GlobalMarshaller A globally-scoped marshaller.JBossMarshaller A JBoss Marshalling based marshaller that is oriented at internal, embedded, Infinispan usage.MarshallableFunctionExternalizers MarshallableFunctionExternalizers.ConstantLambdaExternalizer MarshallableFunctionExternalizers.LambdaWithMetasExternalizer MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer MarshallableFunctions WrappedByteArraySizeCalculator<K,V> Size calculator that supports aWrappedByteArrayby adding its size and the underlying byte[].