public class JsonSerializer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_FILTER_EXPRESSION |
| Constructor and Description |
|---|
JsonSerializer(int depth,
long offset,
int maxChildNodes,
java.lang.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) |
java.lang.String |
toString() |
public static final java.lang.String DEFAULT_FILTER_EXPRESSION
public JsonSerializer(int depth,
long offset,
int maxChildNodes,
java.lang.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)
public java.lang.String toString()
toString in class java.lang.Object"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"