All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.julienviet.jsonsergen.fastjson.FastJsonFactory Maven / Gradle / Ivy

There is a newer version: 0.0.5
Show newest version
package com.julienviet.jsonsergen.fastjson;

import io.vertx.core.spi.JsonFactory;
import io.vertx.core.spi.json.JsonCodec;

public class FastJsonFactory implements JsonFactory {

  @Override
  public JsonCodec codec() {
    return new FastJsonCodec();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy