Package com.alibaba.json.test.benchmark.entity

Examples of com.alibaba.json.test.benchmark.entity.Entity100String


    private String text;

    public Entity100StringDecode(){
        super("Entity100StringDecode");

        this.text = JSON.toJSONString(new Entity100String());
    }
View Full Code Here

TOP

Related Classes of com.alibaba.json.test.benchmark.entity.Entity100String

Copyright © 2018 www.massapicom. 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.