|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.cache.marshall.AbstractMarshaller
org.jboss.cache.marshall.CacheMarshaller200
org.jboss.cache.marshall.CacheMarshaller210
org.jboss.cache.marshall.CacheMarshaller300
public class CacheMarshaller300
Adds special treatment of arrays over and above the superclass.
| Field Summary |
|---|
| Fields inherited from class org.jboss.cache.marshall.AbstractMarshaller |
|---|
configuration, defaultClassLoader, defaultInactive, log, regionManager, trace, useRefs, useRegionBasedMarshalling |
| Constructor Summary | |
|---|---|
CacheMarshaller300()
|
|
| Method Summary | |
|---|---|
protected boolean |
isKnownType(java.lang.Class c)
|
protected void |
marshallArray(java.lang.Object o,
java.io.ObjectOutputStream out,
java.util.Map<java.lang.Object,java.lang.Integer> refMap)
|
protected void |
marshallObject(java.lang.Object o,
java.io.ObjectOutputStream out,
java.util.Map<java.lang.Object,java.lang.Integer> refMap)
|
| Methods inherited from class org.jboss.cache.marshall.CacheMarshaller210 |
|---|
readReference, readUnsignedInt, readUnsignedLong, writeReference, writeUnsignedInt, writeUnsignedLong |
| Methods inherited from class org.jboss.cache.marshall.CacheMarshaller200 |
|---|
injectCommandsFactory, marshallDefaultDataVersion, marshallFqn, marshallString, objectFromObjectStream, objectFromObjectStreamRegionBased, objectToObjectStream, objectToObjectStream, regionalizedMethodCallFromObjectStream, unmarshallArray, unmarshallDefaultDataVersion, unmarshallFqn, unmarshallObject, unmarshallObject, unmarshallString |
| Methods inherited from class org.jboss.cache.marshall.AbstractMarshaller |
|---|
extractFqn, init, initLogger, objectFromByteBuffer, objectFromByteBuffer, objectFromStream, objectToBuffer, objectToByteBuffer, regionalizedMethodCallFromByteBuffer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CacheMarshaller300()
| Method Detail |
|---|
protected void marshallObject(java.lang.Object o,
java.io.ObjectOutputStream out,
java.util.Map<java.lang.Object,java.lang.Integer> refMap)
throws java.lang.Exception
marshallObject in class CacheMarshaller200java.lang.Exceptionprotected boolean isKnownType(java.lang.Class c)
protected void marshallArray(java.lang.Object o,
java.io.ObjectOutputStream out,
java.util.Map<java.lang.Object,java.lang.Integer> refMap)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||