Examples of CustomGrouperSerializer


Examples of org.kairosdb.client.serializer.CustomGrouperSerializer

  private MetricBuilder()
  {
    GsonBuilder builder = new GsonBuilder();
    builder.registerTypeAdapter(CustomAggregator.class, new CustomAggregatorSerializer());
    builder.registerTypeAdapter(CustomGrouper.class, new CustomGrouperSerializer());
    builder.registerTypeAdapter(DataPoint.class, new DataPointSerializer());
    mapper = builder.create();
  }
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.