@Beta
public interface TreeNodeSerializerGenerator
Modifier and Type | Method and Description |
---|---|
TreeNodeSerializerImplementation |
getSerializer(Class<?> type)
Get a serializer for a particular type.
|
void |
onBindingRuntimeContextUpdated(BindingRuntimeContext runtime)
Notify the generator that the runtime context has been updated.
|
TreeNodeSerializerImplementation getSerializer(Class<?> type)
type
- - class of typevoid onBindingRuntimeContextUpdated(BindingRuntimeContext runtime)
runtime
- - new runtime contextCopyright © 2019 OpenDaylight. All rights reserved.