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

com.intellifylearning.gson.EntityModule Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
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