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

com.jn.agileway.codec.serialization.fst.FstCustomizer Maven / Gradle / Ivy

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