public interface DataObjectSerializerImplementation
DataObjectSerializer
.
The contract is kept between implementation of DataObjectSerializerRegistry
,
which maintains the lookup context required for recursive serialization.Modifier and Type | Method and Description |
---|---|
void |
serialize(DataObjectSerializerRegistry reg,
DataObject obj,
BindingStreamEventWriter stream)
Writes stream events for supplied data object to provided stream.
|
void serialize(DataObjectSerializerRegistry reg, DataObject obj, BindingStreamEventWriter stream) throws IOException
DataObjectSerializerRegistry may be used to lookup serializers for other generated classes in order to support writing their events.
IOException
Copyright © 2019 OpenDaylight. All rights reserved.