Package | Description |
---|---|
com.caucho.quercus.env | |
com.caucho.quercus.lib.simplexml | |
com.caucho.quercus.program |
Modifier and Type | Method and Description |
---|---|
void |
ObjectExtValue.jsonEncode(Env env,
JsonEncodeContext context,
StringValue sb)
Encodes the value in JSON.
|
void |
BooleanValue.jsonEncode(Env env,
JsonEncodeContext context,
StringValue sb)
Encodes the value in JSON.
|
void |
Var.jsonEncode(Env env,
JsonEncodeContext context,
StringValue sb)
Encodes the value in JSON.
|
void |
Value.jsonEncode(Env env,
JsonEncodeContext context,
StringValue sb)
Encodes the value in JSON.
|
void |
StringValue.jsonEncode(Env env,
JsonEncodeContext context,
StringValue sb)
Encodes the value in JSON.
|
void |
NumberValue.jsonEncode(Env env,
JsonEncodeContext context,
StringValue sb)
Encodes the value in JSON.
|
void |
NullValue.jsonEncode(Env env,
JsonEncodeContext context,
StringValue sb)
Encodes the value in JSON.
|
void |
ObjectValue.jsonEncode(Env env,
JsonEncodeContext context,
StringValue sb)
Encodes the value in JSON.
|
void |
ArrayValue.jsonEncode(Env env,
JsonEncodeContext context,
StringValue sb) |
void |
LongValue.jsonEncode(Env env,
JsonEncodeContext context,
StringValue sb)
Encodes the value in JSON.
|
void |
JavaValue.jsonEncode(Env env,
JsonEncodeContext context,
StringValue sb)
Encodes the value in JSON.
|
void |
ArrayValue.jsonEncodeAssociative(Env env,
JsonEncodeContext context,
StringValue sb) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleXMLNode.jsonEncode(Env env,
JsonEncodeContext context,
StringValue sb) |
void |
SimpleView.jsonEncode(Env env,
JsonEncodeContext context,
StringValue sb,
QuercusClass cls) |
Modifier and Type | Method and Description |
---|---|
boolean |
JavaClassDef.jsonEncode(Env env,
java.lang.Object obj,
JsonEncodeContext context,
StringValue sb) |