@Beta
public interface TreeNodeSerializer
Modifier and Type | Method and Description |
---|---|
void |
serialize(TreeNode obj,
BindingStreamEventWriter stream)
Writes stream events representing object to supplied stream.
|
void serialize(TreeNode obj, BindingStreamEventWriter stream) throws IOException
obj
- Source of stream eventsstream
- Stream to which events should be written.IOException
Copyright © 2019 OpenDaylight. All rights reserved.