public interface DataObjectSerializerGenerator
Modifier and Type | Method and Description |
---|---|
DataObjectSerializerImplementation |
getSerializer(Class<?> type)
Get a serializer for a particular type.
|
void |
onBindingRuntimeContextUpdated(BindingRuntimeContext runtime)
Notify the generator that the runtime context has been updated.
|
DataObjectSerializerImplementation getSerializer(Class<?> type)
type
- Type classvoid onBindingRuntimeContextUpdated(BindingRuntimeContext runtime)
runtime
- New runtime contextCopyright © 2019 OpenDaylight. All rights reserved.