Package org.infinispan.jboss.marshalling.commons
package org.infinispan.jboss.marshalling.commons
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
- Public API
-
ClassDescriptionCommon parent for both embedded and standalone JBoss Marshalling-based marshallers.This class refines
ContextClassLoaderto add a default class loader.RiverMarshallerextension that allows Infinispan code to directly create instances of it.An extendedRiverUnmarshallerthat allows to track lifecycle of unmarshaller so that pools can be notified when not in use any more.A marshaller that makes use of JBoss Marshalling to serialize and deserialize objects.A JBoss Marshalling factory class for retrieving marshaller/unmarshaller instances.RiverCloseListener is used by Infinispan's extension of River Marshaller and Unmarshaller so that pools can be notified of instances not being in use anymore.Deprecated.for internal use only