Package com.alibaba.fastjson

Examples of com.alibaba.fastjson.JSONStreamAware.writeJSONString()


    public void write(JSONSerializer serializer, Object object, Object fieldName, Type fieldType) throws IOException {
        SerializeWriter out = serializer.getWriter();

        JSONStreamAware aware = (JSONStreamAware) object;
        aware.writeJSONString(out);
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.