|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.marshal.Marshal
com.caucho.quercus.marshal.JavaMarshal
com.caucho.quercus.marshal.JavaListMarshal
public class JavaListMarshal
Code for marshalling arguments.
Field Summary |
---|
Fields inherited from class com.caucho.quercus.marshal.JavaMarshal |
---|
_def, _isNotNull, _isUnmarshalNullAsFalse |
Constructor Summary | |
---|---|
JavaListMarshal(JavaClassDef def,
boolean isNotNull)
|
|
JavaListMarshal(JavaClassDef def,
boolean isNotNull,
boolean isUnmarshalNullAsFalse)
|
Method Summary | |
---|---|
protected int |
getMarshalingCostImpl(Value argValue)
|
java.lang.Object |
marshal(Env env,
Value value,
java.lang.Class argClass)
|
Methods inherited from class com.caucho.quercus.marshal.JavaMarshal |
---|
getExpectedClass, marshal, unmarshal |
Methods inherited from class com.caucho.quercus.marshal.Marshal |
---|
getMarshalingCost, getMarshalingCost, isBoolean, isDouble, isLong, isReadOnly, isReference, isString, isValue, marshalImpl, unexpectedNull, unexpectedType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaListMarshal(JavaClassDef def, boolean isNotNull)
public JavaListMarshal(JavaClassDef def, boolean isNotNull, boolean isUnmarshalNullAsFalse)
Method Detail |
---|
public java.lang.Object marshal(Env env, Value value, java.lang.Class argClass)
marshal
in class JavaMarshal
protected int getMarshalingCostImpl(Value argValue)
getMarshalingCostImpl
in class JavaMarshal
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |