com.alibaba.fastjson.serializer
Class ExceptionSerializer

java.lang.Object
  extended by com.alibaba.fastjson.serializer.JavaBeanSerializer
      extended by com.alibaba.fastjson.serializer.ExceptionSerializer
All Implemented Interfaces:
ObjectSerializer

public class ExceptionSerializer
extends JavaBeanSerializer


Constructor Summary
ExceptionSerializer(Class<?> clazz)
           
 
Method Summary
protected  boolean isWriteClassName(JSONSerializer serializer)
           
 
Methods inherited from class com.alibaba.fastjson.serializer.JavaBeanSerializer
createFieldSerializer, getGetters, write, writeReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionSerializer

public ExceptionSerializer(Class<?> clazz)
Method Detail

isWriteClassName

protected boolean isWriteClassName(JSONSerializer serializer)
Overrides:
isWriteClassName in class JavaBeanSerializer


Copyright © 2012 Alibaba Group. All Rights Reserved.