Package org.apache.druid.common.config
Interface ConfigSerde<T>
-
public interface ConfigSerde<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tdeserialize(byte[] bytes)byte[]serialize(T obj)
-