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,
SerializableClassRegistry registry,
MarshallingConfiguration cfg) |
Modifier and Type | Method and Description |
---|---|
void |
finish()
Finish reading from the current input.
|
StreamingMarshaller |
getInfinispanMarshaller() |
void |
setInfinispanMarshaller(StreamingMarshaller infinispanMarshaller) |
protected ExtendedRiverUnmarshaller(org.jboss.marshalling.river.RiverMarshallerFactory factory, SerializableClassRegistry registry, MarshallingConfiguration cfg)
public StreamingMarshaller getInfinispanMarshaller()
public void setInfinispanMarshaller(StreamingMarshaller infinispanMarshaller)
public void finish()
org.jboss.marshalling.AbstractUnmarshaller
finish
in class org.jboss.marshalling.river.RiverUnmarshaller
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.