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

com.intellifylearning.gson.EventModule 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.events.Event;

/**
 * @author pnayak
 *
 */
public class EventModule extends SimpleModule {

    public EventModule() {
        addSerializer(Event.class, new IntellifyEventSerializer());
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy