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

com.jn.agileway.codec.serialization.fst.FstCustomizer 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.fst;

import org.nustaq.serialization.FSTConfiguration;

public interface FstCustomizer {
    String getName();

    void customize(FSTConfiguration fst);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy