public interface DataObjectSerializer
| Modifier and Type | Method and Description | 
|---|---|
void | 
serialize(DataObject obj,
         BindingStreamEventWriter stream)
Writes stream events representing object to supplied stream 
 | 
void serialize(DataObject obj, BindingStreamEventWriter stream) throws IOException
obj - Source of stream eventsstream - Stream to which events should be written.IOExceptionCopyright © 2018 OpenDaylight. All rights reserved.