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
THIS IS NOT PUBLIC API! This is a private implementation detail and must not be referenced by user code.