public interface  org.apache.dubbo.common.serialize.Constants extends java.lang.Object
{
public static final byte HESSIAN2_SERIALIZATION_ID;
public static final byte JAVA_SERIALIZATION_ID;
public static final byte COMPACTED_JAVA_SERIALIZATION_ID;
public static final byte FASTJSON_SERIALIZATION_ID;
public static final byte NATIVE_JAVA_SERIALIZATION_ID;
public static final byte KRYO_SERIALIZATION_ID;
public static final byte FST_SERIALIZATION_ID;
public static final byte NATIVE_HESSIAN_SERIALIZATION_ID;
public static final byte PROTOSTUFF_SERIALIZATION_ID;
public static final byte AVRO_SERIALIZATION_ID;
public static final byte GSON_SERIALIZATION_ID;
public static final byte PROTOBUF_JSON_SERIALIZATION_ID;
public static final byte PROTOBUF_SERIALIZATION_ID;
public static final byte KRYO_SERIALIZATION2_ID;
}