Interface DataObjectSerializer
public interface DataObjectSerializer
A serializer which writes DataObject to supplied stream event writer.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
serialize
(DataObject obj, BindingStreamEventWriter stream) Writes stream events representing object to supplied stream.
-
Method Details
-
serialize
Writes stream events representing object to supplied stream.- Parameters:
obj
- Source of stream eventsstream
- Stream to which events should be written.- Throws:
IOException
-