Package org.infinispan.marshall.persistence.impl
This package should mainly contain
MessageMarshaller implementations for classes
which a static inner class is not possible. For example it's necessary for the WrappedByteArray
marshaller to be in this package as the infinispan-commons module does not contain a dependency on protostream.- Since:
- 10.0
- Author:
- Ryan Emerson
-
Interface Summary Interface Description PersistenceContextInitializer Interface used to initialise thePersistenceMarshallerImpl'sSerializationContextusing the specified Pojos, Marshaller implementations and provided .proto schemas. -
Class Summary Class Description CorePackageImpl MarshallableEntryImpl<K,V> MarshalledEntryFactoryImpl MarshalledValueImpl A marshallable object that can be used by our internal store implementations to store values, metadata and timestamps.MarshalledValueImpl$___Marshaller_c2708e4a2029dac3535526fdd0d6afc81184cbba3c2aa79abc33c7ec05e632b2 WARNING: Generated code! Do not edit!PersistenceContextInitializerImpl WARNING: Generated code! Do not edit!PersistenceMarshallerImpl A Protostream basedPersistenceMarshallerimplementation that is responsible for marshalling/unmarshalling objects which are to be persisted.