Package com.dyuproject.protostuff.benchmark.serializers

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


    static void configure(BenchmarkRunner runner)
    {
        // protobuf-encoded
        runner.addObjectSerializer(new ProtostuffCoreSerializer());
        runner.addObjectSerializer(new ProtostuffCoreGESerializer());
        runner.addObjectSerializer(new ProtostuffGraphSerializer());
        runner.addObjectSerializer(new ProtostuffRuntimeSerializer());
        runner.addObjectSerializer(new ProtostuffRuntimeGESerializer());
        // json
        runner.addObjectSerializer(new ProtostuffJsonSerializer());
        runner.addObjectSerializer(new ProtostuffNumericJsonSerializer());
View Full Code Here

TOP

Related Classes of com.dyuproject.protostuff.benchmark.serializers.ProtostuffGraphSerializer

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.