Class ExtendedRiverMarshaller
- java.lang.Object
-
- java.io.OutputStream
-
- org.jboss.marshalling.SimpleByteOutput
-
- org.jboss.marshalling.ByteOutputStream
-
- org.jboss.marshalling.SimpleDataOutput
-
- org.jboss.marshalling.AbstractObjectOutput
-
- org.jboss.marshalling.AbstractMarshaller
-
- org.jboss.marshalling.river.RiverMarshaller
-
- org.infinispan.jboss.marshalling.commons.ExtendedRiverMarshaller
-
- All Implemented Interfaces:
Closeable
,DataOutput
,Flushable
,ObjectOutput
,AutoCloseable
,org.jboss.marshalling.ByteOutput
,org.jboss.marshalling.Marshaller
@Deprecated public class ExtendedRiverMarshaller extends org.jboss.marshalling.river.RiverMarshaller
Deprecated.since 11.0. To be removed in 14.0 ISPN-11947.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)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
finish()
Deprecated.
-
-
-
Constructor Detail
-
ExtendedRiverMarshaller
public ExtendedRiverMarshaller(org.jboss.marshalling.river.RiverMarshallerFactory factory, org.jboss.marshalling.reflect.SerializableClassRegistry registry, org.jboss.marshalling.MarshallingConfiguration cfg) throws IOException
Deprecated.- Throws:
IOException
-
-
Method Detail
-
finish
public void finish() throws IOException
Deprecated.- Throws:
IOException
-
-