Examples of ProtobufLiteSerializer


Examples of com.dyuproject.protostuff.benchmark.serializers.ProtobufLiteSerializer

    }
   
    public static void configure(BenchmarkRunner runner) throws Exception
    {
        runner.addObjectSerializer(new ProtobufSpeedSerializer());
        runner.addObjectSerializer(new ProtobufLiteSerializer());
       
        //runner.addObjectSerializer(new ProtobufCodeSizeSerializer());
        //runner.addObjectSerializer(new ProtobufJsonSerializer());
       
        BenchmarkModules.configure(runner);
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.