Interface DataObjectSerializer


public interface DataObjectSerializer
A serializer which writes DataObject to supplied stream event writer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Writes stream events representing object to supplied stream.
  • Method Details