@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
ClassNotFoundExceptionTypeSerializer<T> getSerializer()
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.