Class ExtendedRiverMarshaller

  • All Implemented Interfaces:
    Closeable, DataOutput, Flushable, ObjectOutput, AutoCloseable, org.jboss.marshalling.ByteOutput, org.jboss.marshalling.Marshaller

    public class ExtendedRiverMarshaller
    extends org.jboss.marshalling.river.RiverMarshaller
    RiverMarshaller extension that allows Infinispan code to directly create instances of it.
    Since:
    5.1
    Author:
    Galder ZamarreƱo
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtendedRiverMarshaller​(org.jboss.marshalling.river.RiverMarshallerFactory factory, org.jboss.marshalling.reflect.SerializableClassRegistry registry, org.jboss.marshalling.MarshallingConfiguration cfg)  
    • Constructor Detail

      • ExtendedRiverMarshaller

        public ExtendedRiverMarshaller​(org.jboss.marshalling.river.RiverMarshallerFactory factory,
                                       org.jboss.marshalling.reflect.SerializableClassRegistry registry,
                                       org.jboss.marshalling.MarshallingConfiguration cfg)
                                throws IOException
        Throws:
        IOException