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

com.abubusoft.kripton.persistence.SerializerWrapper Maven / Gradle / Ivy

There is a newer version: 8.2.0-rc.4
Show newest version
package com.abubusoft.kripton.persistence;

import java.io.Closeable;

public interface SerializerWrapper extends Closeable {

	void close();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy