public class ExtendedRiverUnmarshaller
extends org.jboss.marshalling.river.RiverUnmarshaller
RiverUnmarshaller
that allows Infinispan StreamingMarshaller
instances to travel down the stack to potential externalizer implementations
that might need it, such as org.infinispan.commons.marshall.MarshalledValue.Externalizer
Modifier | Constructor and Description |
---|---|
protected |
ExtendedRiverUnmarshaller(org.jboss.marshalling.river.RiverMarshallerFactory factory,
org.jboss.marshalling.reflect.SerializableClassRegistry registry,
org.jboss.marshalling.MarshallingConfiguration cfg) |
Modifier and Type | Method and Description |
---|---|
void |
finish() |
StreamingMarshaller |
getInfinispanMarshaller() |
void |
setInfinispanMarshaller(StreamingMarshaller infinispanMarshaller) |
clearClassCache, clearInstanceCache, close, discardFields, doReadNewObject, doReadObject, readFields, readString, readUTF, start
readObject, readObject, readObjectUnshared, readObjectUnshared
available, read, read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readIntDirect, readLine, readLong, readLongDirect, readShort, readUnsignedByte, readUnsignedByteDirect, readUnsignedShort, skip, skipBytes
mark, markSupported, reset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readObject, readObjectUnshared, readObjectUnshared
available, read, read, read, readObject, skip
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, skipBytes
protected ExtendedRiverUnmarshaller(org.jboss.marshalling.river.RiverMarshallerFactory factory, org.jboss.marshalling.reflect.SerializableClassRegistry registry, org.jboss.marshalling.MarshallingConfiguration cfg)
public StreamingMarshaller getInfinispanMarshaller()
public void setInfinispanMarshaller(StreamingMarshaller infinispanMarshaller)
public void finish() throws IOException
finish
in interface org.jboss.marshalling.Unmarshaller
finish
in class org.jboss.marshalling.river.RiverUnmarshaller
IOException
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.