Interface TypeSerializerFactory<T>
-
- All Known Implementing Classes:
RuntimeSerializerFactory
@Internal public interface TypeSerializerFactory<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<T>
getDataType()
TypeSerializer<T>
getSerializer()
void
readParametersFromConfig(Configuration config, ClassLoader cl)
void
writeParametersToConfig(Configuration config)
-
-
-
Method Detail
-
writeParametersToConfig
void writeParametersToConfig(Configuration config)
-
readParametersFromConfig
void readParametersFromConfig(Configuration config, ClassLoader cl) throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
getSerializer
TypeSerializer<T> getSerializer()
-
-