![JAR search and dependency download from the Maven repository](/logo.png)
net.dongliu.prettypb.runtime.utils.Constant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of prettypb-runtime Show documentation
Show all versions of prettypb-runtime Show documentation
Prettypb serialization runtime
package net.dongliu.prettypb.runtime.utils;
import java.nio.charset.Charset;
/**
* @author Dong Liu
*/
public class Constant {
/**
* the charset(always utf-8) set used in protobuf serialization / deserialization
*/
public static final Charset charset = Charset.forName("UTF-8");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy