{
// 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());
runner.addObjectSerializer(new ProtostuffNumericJsonXSerializer());