
com.intellifylearning.gson.EntityModule 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.entities.Entity;
/**
* @author pnayak
*
*/
public class EntityModule extends SimpleModule {
public EntityModule() {
addSerializer(Entity.class, new IntellifyEntitySerializer());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy