public class JsonSerializer extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_FILTER_EXPRESSION |
| Constructor and Description |
|---|
JsonSerializer(int depth,
long offset,
int maxChildNodes,
String filter,
BlobSerializer blobs) |
JsonSerializer(JsopBuilder json,
BlobSerializer blobs) |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(NodeState node) |
void |
serialize(PropertyState property) |
void |
serialize(PropertyState property,
Type<?> type,
int index) |
String |
toString() |
public static final String DEFAULT_FILTER_EXPRESSION
public JsonSerializer(int depth,
long offset,
int maxChildNodes,
String filter,
BlobSerializer blobs)
public JsonSerializer(JsopBuilder json, BlobSerializer blobs)
public void serialize(NodeState node)
public void serialize(PropertyState property)
public void serialize(PropertyState property, Type<?> type, int index)
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"