@Internal public interface TypeSerializerFactory<T>
Modifier and Type | Method and Description |
---|---|
Class<T> |
getDataType() |
TypeSerializer<T> |
getSerializer() |
void |
readParametersFromConfig(Configuration config,
ClassLoader cl) |
void |
writeParametersToConfig(Configuration config) |
void writeParametersToConfig(Configuration config)
void readParametersFromConfig(Configuration config, ClassLoader cl) throws ClassNotFoundException
ClassNotFoundException
TypeSerializer<T> getSerializer()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.