|
||||||||||
| 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.ShortMarshal
public class ShortMarshal
| Field Summary | |
|---|---|
static Marshal |
MARSHAL
|
| Constructor Summary | |
|---|---|
ShortMarshal()
|
|
| Method Summary | |
|---|---|
java.lang.Class |
getExpectedClass()
|
protected int |
getMarshalingCostImpl(Value argValue)
|
boolean |
isLong()
Returns true if the result is a long. |
boolean |
isReadOnly()
Return true for read-only. |
java.lang.Object |
marshal(Env env,
Expr expr,
java.lang.Class expectedClass)
|
java.lang.Object |
marshal(Env env,
Value value,
java.lang.Class expectedClass)
|
Value |
unmarshal(Env env,
java.lang.Object value)
|
| Methods inherited from class com.caucho.quercus.marshal.Marshal |
|---|
getMarshalingCost, getMarshalingCost, isBoolean, isDouble, isReference, isString, isValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Marshal MARSHAL
| Constructor Detail |
|---|
public ShortMarshal()
| Method Detail |
|---|
public boolean isLong()
Marshal
isLong in class Marshalpublic boolean isReadOnly()
Marshal
isReadOnly in class Marshal
public java.lang.Object marshal(Env env,
Expr expr,
java.lang.Class expectedClass)
marshal in class Marshal
public java.lang.Object marshal(Env env,
Value value,
java.lang.Class expectedClass)
marshal in class Marshal
public Value unmarshal(Env env,
java.lang.Object value)
unmarshal in class Marshalprotected int getMarshalingCostImpl(Value argValue)
getMarshalingCostImpl in class Marshalpublic java.lang.Class getExpectedClass()
getExpectedClass in class Marshal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||