Package org.infinispan.marshall.persistence.impl
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
-
ClassDescriptionA marshallable object that can be used by our internal store implementations to store values, metadata and timestamps.WARNING: Generated code! Do not edit!Interface used to initialise the
PersistenceMarshallerImpl'sSerializationContextusing the specified Pojos, Marshaller implementations and provided .proto schemas.WARNING: Generated code! Do not edit!A Protostream basedPersistenceMarshallerimplementation that is responsible for marshalling/unmarshalling objects which are to be persisted.