|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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.marshall.jboss.ExtendedRiverMarshaller
public class ExtendedRiverMarshaller
RiverMarshaller
extension that allows Infinispan code to directly
create instances of it.
Field Summary |
---|
Fields inherited from class org.jboss.marshalling.AbstractMarshaller |
---|
classExternalizerFactory, classResolver, classTable, configuredVersion, exceptionListener, externalizerCreator, objectResolver, objectTable, serializabilityChecker, serializedCreator, streamHeader |
Fields inherited from class org.jboss.marshalling.SimpleDataOutput |
---|
buffer, bufferSize |
Fields inherited from class org.jboss.marshalling.ByteOutputStream |
---|
byteOutput |
Constructor Summary | |
---|---|
ExtendedRiverMarshaller(org.jboss.marshalling.river.RiverMarshallerFactory factory,
org.jboss.marshalling.reflect.SerializableClassRegistry registry,
org.jboss.marshalling.MarshallingConfiguration cfg)
|
Method Summary | |
---|---|
void |
finish()
|
Methods inherited from class org.jboss.marshalling.river.RiverMarshaller |
---|
clearClassCache, clearInstanceCache, doWriteFields, doWriteObject, doWriteSerializableObject, getBlockMarshaller, getObjectOutput, start, writeClass, writeClassClass, writeEnumClass, writeExternalizableClass, writeExternalizerClass, writeKnownClass, writeNewClass, writeNewEnumClass, writeNewExternalizableClass, writeNewExternalizerClass, writeNewProxyClass, writeNewSerializableClass, writeObjectArrayClass, writeProxyClass, writeSerializableClass, writeUTF |
Methods inherited from class org.jboss.marshalling.AbstractMarshaller |
---|
close, writeObject, writeObjectUnshared |
Methods inherited from class org.jboss.marshalling.SimpleDataOutput |
---|
flush, shallowFlush, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.io.ObjectOutput |
---|
flush, write, write, write |
Methods inherited from interface java.io.DataOutput |
---|
writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort |
Methods inherited from interface org.jboss.marshalling.ByteOutput |
---|
write, write, write |
Methods inherited from interface java.io.Flushable |
---|
flush |
Constructor Detail |
---|
public ExtendedRiverMarshaller(org.jboss.marshalling.river.RiverMarshallerFactory factory, org.jboss.marshalling.reflect.SerializableClassRegistry registry, org.jboss.marshalling.MarshallingConfiguration cfg) throws IOException
IOException
Method Detail |
---|
public void finish() throws IOException
finish
in interface org.jboss.marshalling.Marshaller
finish
in class org.jboss.marshalling.AbstractMarshaller
IOException
|
--> | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |