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

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


    private Object object;

    public Entity100IntEncode(){
        super("Entity100IntEncode");

        Entity100Int entity = new Entity100Int();

        this.object = entity;
    }
View Full Code Here


    private String text;

    public Entity100IntDecode(){
        super("StringArray1000Decode");

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

TOP

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

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.