Examples of SerializableFive


Examples of com.thoughtworks.xstream.tools.benchmark.model.SerializableFive

    public SerializableTarget() {
        list = new ArrayList();
        for (int i = 0; i < 5; ++i) {
            list.add(new SerializableOne(Integer.toString(i)));
        }
        list.add(new SerializableFive("1", 2, true, '4', new StringBuffer("5")));
    }
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.