com.alibaba.fastjson.serializer
Class JSONSerializerContext.Entry

java.lang.Object
  extended by com.alibaba.fastjson.serializer.JSONSerializerContext.Entry
Enclosing class:
JSONSerializerContext

protected static final class JSONSerializerContext.Entry
extends Object


Field Summary
 int hashCode
           
 JSONSerializerContext.Entry next
           
 Object object
           
 
Constructor Summary
JSONSerializerContext.Entry(Object object, int hash, JSONSerializerContext.Entry next)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hashCode

public final int hashCode

object

public final Object object

next

public JSONSerializerContext.Entry next
Constructor Detail

JSONSerializerContext.Entry

public JSONSerializerContext.Entry(Object object,
                                   int hash,
                                   JSONSerializerContext.Entry next)


Copyright © 2012 Alibaba Group. All Rights Reserved.