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

com.jn.agileway.codec.serialization.fse.FseCustomizer Maven / Gradle / Ivy

Go to download

Provide an unified codec API for hession, kryo, protostuff, fst, fes, xson, cbor, jackson, json, etc....

There is a newer version: 3.1.12
Show newest version
package com.jn.agileway.codec.serialization.fse;

import com.jfireframework.fse.Fse;

public interface FseCustomizer {
    String getName();

    void customize(Fse fse);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy