public class ParseDecoder
extends java.lang.Object
ParseDecoder can be used to transform JSON data structures into actual objects, such as
ParseObjects.ParseEncoder| Modifier | Constructor and Description |
|---|---|
protected |
ParseDecoder() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
decode(java.lang.Object object) |
protected ParseObject |
decodePointer(java.lang.String className,
java.lang.String objectId)
Gets the
ParseObject another object points to. |
static ParseDecoder |
get() |
public static ParseDecoder get()
protected ParseObject decodePointer(java.lang.String className, java.lang.String objectId)
ParseObject another object points to. By default a new
object will be created.public java.lang.Object decode(java.lang.Object object)