com.alibaba.fastjson
Class JSONWriter.Context

java.lang.Object
  extended by com.alibaba.fastjson.JSONWriter.Context
Enclosing class:
JSONWriter

public static class JSONWriter.Context
extends Object


Constructor Summary
JSONWriter.Context(JSONWriter.Context parent, JSONWriter.State state)
           
 
Method Summary
 JSONWriter.Context getParent()
           
 JSONWriter.State getState()
           
 void setState(JSONWriter.State state)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONWriter.Context

public JSONWriter.Context(JSONWriter.Context parent,
                          JSONWriter.State state)
Method Detail

getParent

public JSONWriter.Context getParent()

getState

public JSONWriter.State getState()

setState

public void setState(JSONWriter.State state)


Copyright © 2012 Alibaba Group. All Rights Reserved.