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

tech.ydb.shaded.io.jsonwebtoken.io.Serializer Maven / Gradle / Ivy

package io.jsonwebtoken.io;

/**
 * @since 0.10.0
 */
public interface Serializer {

    byte[] serialize(T t) throws SerializationException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy