public interface TreeNodeSerializerImplementation
TreeNodeSerializer.
 The contract is kept between implementation of TreeNodeSerializerRegistry,
 which maintains the lookup context required for recursive serialization.| Modifier and Type | Method and Description | 
|---|---|
void | 
serialize(TreeNodeSerializerRegistry reg,
         TreeNode obj,
         BindingStreamEventWriter stream)
Writes stream events for supplied tree node to provided stream. 
 | 
void serialize(TreeNodeSerializerRegistry reg, TreeNode obj, BindingStreamEventWriter stream) throws IOException
IOExceptionCopyright © 2018 OpenDaylight. All rights reserved.