com.alibaba.fastjson.serializer
Class JSONSerializerContext

java.lang.Object
  extended by com.alibaba.fastjson.serializer.JSONSerializerContext

public final class JSONSerializerContext
extends Object

circular references detect

Author:
wenshao

Field Summary
static int DEFAULT_TABLE_SIZE
           
 
Constructor Summary
JSONSerializerContext()
           
JSONSerializerContext(int tableSize)
           
 
Method Summary
 boolean put(Object o)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_TABLE_SIZE

public static final int DEFAULT_TABLE_SIZE
See Also:
Constant Field Values
Constructor Detail

JSONSerializerContext

public JSONSerializerContext()

JSONSerializerContext

public JSONSerializerContext(int tableSize)
Method Detail

put

public final boolean put(Object o)


Copyright © 2012 Alibaba Group. All Rights Reserved.