
com.intellifylearning.gson.EventModule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of intellisense Show documentation
Show all versions of intellisense Show documentation
IntelliSense Sensor API for Java
/**
*
*/
package com.intellifylearning.gson;
import com.fasterxml.jackson.databind.module.SimpleModule;
import com.intellify.api.caliper.impl.events.Event;
/**
* @author pnayak
*
*/
public class EventModule extends SimpleModule {
public EventModule() {
addSerializer(Event.class, new IntellifyEventSerializer());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy