Interface SerdeProviderFactory
public interface SerdeProviderFactory
Factory for serde providers.
-
Method Summary
Modifier and TypeMethodDescriptiongetProvider
(SerdeProviderFactoryContext context) Called by the runtimeonce at initialization time, returns a serde provider.
-
Method Details
-
getProvider
Called by the runtimeonce at initialization time, returns a serde provider.- Parameters:
context
- runtime contextual information- Returns:
- serde provide or null if none provided
-