package com.alibaba.fastjson;
/**
- Beans that support customized output of JSON text shall implement this interface.
- @author wenshao[szujobs@hotmail.com]
*/
public interface JSONAware {
/**
- @return JSON text
*/
String toJSONString();
}
序列化可以实现这个,请问反序列化有没有这么优雅的方法?好多人都在问
暂无答案!
目前还没有任何答案,快来回答吧!